FHIR Mapping
This is a suggestion on how to map OpenMRS TestOrder object into FHIR TBD.
Fields which didn't match into FHIR representation are marked on red. Keyword extension means that FHIR Extension has to be used to synchronize this field.
Fields which partially match into FHIR representation are marked on orange.
Fields from parent classes are omitted.
OpenMRS Order documentation - Order Entry API.
OpenMRS TestOrder class extends Order class.
OpenMRS class | OpenMRS field | DB field | FHIR field | Details |
---|---|---|---|---|
TestOrder | specimenSource : Concept | test_order.specimen_source | specimen : Reference(Specimen) | |
TestOrder | laterality : Laterality | test_order.laterality | bodySite : CodeableConcept | FHIR: "Codes describing anatomical locations. May include laterality." OpenMRS: "Has to be one of: LEFT, RIGHT, BILATERAL" |
TestOrder | clinicalHistory : String | test_order.clinical_history | relevantHistory : Reference(Provenance) | |
TestOrder | frequency : OrderFrequency numberOfRepeats : Integer | order.instructions | occurenceTiming : Timing | See table FHIR Timing class |
FHIR Timing class - description
OpenMRS class | OpenMRS field | DB field | FHIR field | Details |
---|---|---|---|---|
OrderFrequency | frequencyPerDay : Double | order.instructions | repeat.frequency : integer repeat.period : decimal repeat.periodUnit : UnitsOfTime | frequencyPerDay = frequency / (period * periodUnit), where period=1, periodUnit=d if there's a period, periodUnit is required |
TestOrder | numberOfRepeats : Integer | order.instructions | repeat.count : integer |