Skip to content

plangthorne/python-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages