Stream: implementers
Topic: MedicationRequest.Status
Murari Kirankumar (Dec 03 2018 at 09:04):
Hi
I was looking for MedicationRequest.Status Field mapping from HL7 ORC:5 Field.
I need the HL7 Field Value Mapping to FHIR Status Property Mapping. How this mapping should be given for each HL7 Order Status Value.
Eg. If the HL7 ORC:5 value is SC , then we have to map it to active in FHIR side.
Thanks !
Yunwei Wang (Dec 03 2018 at 15:13):
Not all v2 tables have corresponding mapping defined. If you don't find your table in this page http://build.fhir.org/terminologies-conceptmaps.html then you need to create your own mapping.
Jose Costa Teixeira (Dec 09 2018 at 09:45):
Also keep in mind that in FHIR we have workflow patterns now, so you no longer have a thing like "prescription is scheduled". You have the status that the prescription is active (i.e. the request is actionable) and the derived actions may or not be ongoing
Last updated: Apr 12 2022 at 19:14 UTC