Running the example for FHIR JSON format
These steps describe how to run the example for the FHIR JSON format:
To convert an Observation Resource to an HL7 ORU message use
observation_example.json for the Input_Data input in the
observation_json map.
- Build all maps.
- Run observation_json.
HL7_EDI_Output is created, producing the file: hl7_edi_oru_output.out
To convert an HL7 ORU message to an Observation resource, use the
sample_hl7_edi.oru.dat file in the observation_json map.
- Build all maps
- Run observation_json.
FHIR_JSON_Output is created, producing file fhir_json_observation_output.json.