Stream: hapi
Topic: MedicationRequest.status vs MedicationAdministration.status
Bryn Rhodes (May 11 2020 at 17:46):
We're looking at the status elements of MedicationAdministration and MedicationRequest and noticed that in the latest R4, MedicationAdministration.status is declared as just a CodeType, whereas MedicationRequest.status is declared as an Enumeration. Looking at the spec, they are both declared as elements of type code with a Required binding. Is there a reason MedicationRequest results in an enumeration, whereas MedicationAdministration does not?
Keith Boone (May 11 2020 at 17:47):
I am thinking this is a bug that happened via the generator... I reported something about this to HAPI guys a few months back.
Grahame Grieve (May 11 2020 at 19:04):
ironically, i was trying to do decide whether to do this yesterday
Bryn Rhodes (May 11 2020 at 19:06):
We've worked around it, so no rush, it's just good to know that it's on the list somewhere.
Last updated: Apr 12 2022 at 19:14 UTC