Stream: implementers
Topic: Converting medication request to R4
Itay Goren (Mar 24 2021 at 14:55):
Looking at MedicationOrder in dstu2 I can see that the field "status' is optional: http://hl7.org/fhir/DSTU2/MedicationOrder.html
The same holds for stu3: http://hl7.org/fhir/STU3/MedicationRequest.html
Yet, in R4 this field is mandatory: https://www.hl7.org/fhir/medicationrequest.html
But looking at the conversion from R3->R4 there is no value given for the case no medication request is given.
Shouldn't it has a default value "unkown"?
Lloyd McKenzie (Mar 24 2021 at 15:19):
It probably makes sense for the conversion source to decide what the the value should be
Last updated: Apr 12 2022 at 19:14 UTC