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)
Release files for fhir-tools 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fhir_tools-0.1.4.tar.gz | 73.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fhir_tools-0.1.4-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 152.7 kB
Release files / fhir_tools-0.1.4.tar.gz
| Download URL | fhir_tools-0.1.4.tar.gz |
|---|---|
| Size | 73.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f8fcc7d4a829fbcddba29569bcb49c4d97eeee87f61ffd0bc7325888b5f591e
|
|
BLAKE2b-256 checksum How to use checksums |
57cb1a5b545d690c6b6af106b70866573e5b30e9355e3e62f5bc54daabc21a31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.16 CPython/3.7.3 Darwin/20.1.0
|
Release files / fhir_tools-0.1.4-py2.py3-none-any.whl
| Download URL | fhir_tools-0.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 79.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1cff0437a29b583160a9586ef0c03120aa60e26241fcb6a57d5540c2a3624c71
|
|
BLAKE2b-256 checksum How to use checksums |
eb2678c097f721348081871f28730c2eb2a510a04b9803b4fccf5a2c9bbd8dab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.16 CPython/3.7.3 Darwin/20.1.0
|