An elegant and simple FHIR library for Python, built for human beings
Project description
FHIR Parser
FHIR Parser is an elegant and simple FHIR library for Python, built for human beings.
The power of the FHIR Parser::
>> from fhir_parser import FHIR
>> fhir = FHIR()
>> patient = fhir.get_patient('8f789d0b-3145-4cf2-8504-13159edaa747')
>> patient.full_name()
'Ms. Abby752 Beatty507'
>> patient.marital_status
'Never Married'
>> patient.age()
21.514
>> observation = fhir.get_observation('4a064229-2a40-45f4-a259-f4eedcfd525a')
>> observation.type
'vital-signs'
>> observation.components[1].display
'Diastolic Blood Pressure'
>> observation.components[1].quantity()
'76.0 mm[Hg]'
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
FHIR Parser-0.1.5.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file FHIR Parser-0.1.5.tar.gz
.
File metadata
- Download URL: FHIR Parser-0.1.5.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f320a4a604b6b10afca3497e2c0a6f0c7e584b7b42c29926f42a2515013a93e |
|
MD5 | a5e66b9b9f448cc894fea614bd4f39f7 |
|
BLAKE2b-256 | dd9cfacf66b4aa21b831db14c6b5e760c83e5f15f4b74462e4503de8cc5c8e73 |
File details
Details for the file FHIR_Parser-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: FHIR_Parser-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5b07d08f1ef07481c345dd7d50c225c70e05fc67f826510e304ac68dd29c94 |
|
MD5 | cced613ce133e5eff54904a62a759506 |
|
BLAKE2b-256 | 6983db5ed72435f0ace7c8b76a61b453f5a56e7c1b654f886b30318659a4e50a |