Toolbox for working with FHIR Resources and Types
Project description
fhir_tools
Simple set of tools for working with FHIR resources and complex types.
Basic usage:
from fhir_tools import readers
from fhir_tools import resources
definitions = readers.defs_from_generated()
resources = resources.Resources(definitions)
name = resources.HumanName(family='Doe', given=['John'], text='John Doe')
patient = resource.Patient(name=[name], id='example')
print(patient.name[0].text)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fhir_tools-0.1.4.tar.gz
(73.7 kB
view details)
Built Distribution
File details
Details for the file fhir_tools-0.1.4.tar.gz
.
File metadata
- Download URL: fhir_tools-0.1.4.tar.gz
- Upload date:
- Size: 73.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/20.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6f8fcc7d4a829fbcddba29569bcb49c4d97eeee87f61ffd0bc7325888b5f591e
|
|
MD5 |
e851a5b8f25a59d2a7c368473d2d1d7a
|
|
BLAKE2b-256 |
57cb1a5b545d690c6b6af106b70866573e5b30e9355e3e62f5bc54daabc21a31
|
File details
Details for the file fhir_tools-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: fhir_tools-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 79.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/20.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1cff0437a29b583160a9586ef0c03120aa60e26241fcb6a57d5540c2a3624c71
|
|
MD5 |
c5fd9301555590f4fd2cd50e59371ea6
|
|
BLAKE2b-256 |
eb2678c097f721348081871f28730c2eb2a510a04b9803b4fccf5a2c9bbd8dab
|