Skip to main content

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.1.tar.gz (73.5 kB view hashes)

Uploaded Source

Built Distribution

fhir_tools-0.1.1-py2.py3-none-any.whl (78.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page