-
High-level: I'm taking HL7 ORU, converting to json, then adding to fhir server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Digging deeper...yes I should have done this first. |
Beta Was this translation helpful? Give feedback.
Digging deeper...yes I should have done this first.
First off, I am using the parameter templateCollectionReference = "microsofthealth/hl7v2templates:default"
It looks like the extension template _ObservationStatus.liquid in the Liquid Converter source for Hl7v2 maps to 'CodeSystem/ObservationStatus-ext', with url of "http://example.com/v2-to-fhir-converter/Observation_Status".
I want the converter to recognize ObservationStatus as "http://hl7.org/fhir/ValueSet/observation-status", which I have added to fhir server separately.
So should I customize the template? I'd be surprised if I need to, but otherwise I'm not sure where to head...