Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.31 KB

OMH to FHIR Mapper.md

File metadata and controls

48 lines (29 loc) · 1.31 KB

<<back

Open mHealth HL7 FHIR

OMH to FHIR QuickStart Guide

OMH to FHIR Mapper

This is an example Jupyter notebook file that maps OMH Schema instances to R4 FHIR Observation instances using:

  1. A FHIR Observation profile instantiated as a Python FHIR r4 model library.
  2. A mapping table between OMH datapoint Schema and FHIR Observation data elements.
  3. A Concept Mapping table between OMH to FHIR concepts.

{%gist /Healthedata1/cd8686850ffedf0757bd030cea8f34e6 %}

Jupyter Notebook running in Binder Binder

Click on: "OMH to FHIR Mapping.ipynb“ Click the run button 2x Scroll up to the copy paste box and follow the instructions.

<<back