Skip to main content

Conversion utility to translate data formats into FHIR

Project description

python-fhir-converter

Provides a python native version of the reference implementation written in C#. The goal is to generate 1:1 output for the same templates. Built on the back of python-liquid

Table of Contents

Install

Install Python FHIR Converter using Pipenv:

$ pipenv install -u python-fhir-converter

Or pip:

$ pip install python-fhir-converter

Links

Example

from fhir_converter.processors import CcdaProcessor

with open(f"data/sample/ccda/Discharge_Summary.ccda") as ccda_file:
    print(processor.convert(template_name="DischargeSummary", xml_input=ccda_file))

Related Projects

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

python_fhir_converter-0.0.3.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

python_fhir_converter-0.0.3-py3-none-any.whl (10.0 kB view hashes)

Uploaded 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