FHIR Helpers
Project description
FHIR Helpers
Introduction
The FHIR Helpers package (fhir-helpers
) provides an easy way to find resources and values in a Longitudinal Patient Record (LPR). When used in your code, fhir-helpers
eliminates the need for code to traverse the patient record looking for matching resources.
This document includes an example and synthetic data record that illustrates using fhir-helpers
to retrieve values from the record and constructing a patient trajectory or timeline.
Supported resource types
fhir-helpers
supports many FHIR R4 resources, including Patient, Condition, Observation, MedicationRequest, Procedure, and others. The classes defining the resources are in fhir_helpers/resources/
.
Capabilities of fhir-helpers
fhir-helpers
supports the following operations for finding resources:
- Date arithmetic and matching
- String searches using
<Resource>.search_text()
, matching a portion of the text you want to find - Code searches, for finding resources that match a specific code value
- Numeric comparisons (less than, greater than, and so on). These can also be included in method chaining, allowing you to prune the result set very quickly.
Find out more about resources and coding systems using the links listed in the More information
section of this document.
Getting started
The included example and synthetic data record illustrate using fhir-helpers
to retrieve values from the record and constructing a sample patient trajectory or timeline.
More information {: #more-info }
This document does not describe coding systems or FHIR R4. The following websites provide more information:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fhir-helpers-0.12.0.tar.gz
.
File metadata
- Download URL: fhir-helpers-0.12.0.tar.gz
- Upload date:
- Size: 214.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.4 keyring/23.6.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d83b13de30bd8004c97d200a6739a112820529f53d826fb27232847192e73ebc |
|
MD5 | bde860feb81951948eaeeea82215d692 |
|
BLAKE2b-256 | 6cdc5dc7e968bac204238422f3bd634bcc9c534f0cfd15bae537165239ebd382 |
File details
Details for the file fhir_helpers-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: fhir_helpers-0.12.0-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.4 keyring/23.6.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0acd96fb36a0c51b76ead000288562d9d136c32f7b7065eb33d7413bc889ba5 |
|
MD5 | 06d527e84a42d9cfa5a9667c29cdb802 |
|
BLAKE2b-256 | dc94e2c448fd4728a1bcc02b3d4405423808c4501592004921b265b9cd23236d |