Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 747 Bytes

Python FHIR

Python-based FHIR implementation project from FHIR Connectathon 17.

Proposes a fhir namespace and for Python FHIR implementations and includes an example implementation of a bulk data client using SMART Backend Services authorization protocol.

Installation

It's best to install using virtualenv:

$ virtualenv fhir-client
$ cd fhir-client && . ./bin/activate
$ (fhir-client) git clone https://github.com/plangthorne/python-fhir
$ (fhir-client) pip install -e ./python-fhir

Usage

The bulk data client is available for use in Python applications as a library. See example in ./demo/BulkDataDemo.ipynb.