...
OpenMRS Column/Field | Current Mapped FHIR Field | Updated Mapping? | Notes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
order.concept_id | medication.code.coding.code | Is this okay? | ||||||||||||
order.orderer | requestor | No Change? | ||||||||||||
order.encounter | encounter | No Change? | ||||||||||||
order.instructions | Maybe not needed or N/A for Phase 1? | |||||||||||||
order.date_activated | None? | Explore generated "status" field on FHIRorder.auto_expire_date order.date_stopped | status | https://build.fhir.org/valueset-medicationrequest-status.html | order.auto_expire_date | None? | Explore generated "status" field on FHIRIf active, status=ACTIVE If discontinued = CANCELLED otherwise, unknown see: https://build.fhir.org/valueset-medicationrequest-status.html | order.date_stopped | None? | Explore generated "status" field on FHIR https://build.fhir.org/valueset-medicationrequest-status.htmlgithub.com/openmrs/openmrs-module-fhir2/blob/master/api/src/main/java/org/openmrs/module/fhir2/api/translators/impl/MedicationRequestStatusTranslatorImpl.java | ||||
order.order_reason | reasonCode.coding.code | No Change? | ||||||||||||
order.order_reason_non_coded | Maybe not needed or N/A for Phase | |||||||||||||
order.urgency | priority | No Change? | ||||||||||||
drug_order.drug_inventory_id | Do we convey into FHIR format, with strength, dose form, etc? | |||||||||||||
drug_order.dose | dosageInstructions.doseAndRate.dose.doseQuantity | Not currently mapped? | ||||||||||||
drug_order.dose_units | dosageInstructions.doseAndRate.type | Not currently mapped? | ||||||||||||
drug_order.frequency | DosageInstructions.timing.repeat.frequency DosageInstructions.timing.repeat.period DosageInstructions.timing.repeat.periodUnit | https://build.fhir.org/datatypes.html#Timing | ||||||||||||
drug_order.as_needed | dosageInstructions.asNeededBoolean | No change? | ||||||||||||
drug_order.quantity | dispenseRequest.quantity.value | Not currently mapped? | ||||||||||||
drug_order.quantity_units | dispenseRequest.quantity.code | Not currently mapped? | ||||||||||||
drug_order.duration | dosageInstructions.timing.repeat.duration | No change? | ||||||||||||
drug_order.duration_units | dosageInstructions.timing.repeat.durationUnits | But this doesn't seem to map properly currenty? | ||||||||||||
drug_order.num_refills | dispenseRequest.numberOfRepeatsAllowed | Not currently mapped? | ||||||||||||
drug_order.dosing_instructions | DosageInstructions.patientInstructions | Not currently mapped? | ||||||||||||
order.fulfiller_status | Not mapped can we not use this, since it doesn't really belong | |||||||||||||
order.fulfiller_comment | Not mapped can we not use this, since it doesn't really belong |
...