FHIR Chat · Automatic mapping of MedReq/MedDisp to MedStatement · implementers

Stream: implementers

Topic: Automatic mapping of MedReq/MedDisp to MedStatement


view this post on Zulip Morten Ernebjerg (Mar 09 2021 at 09:16):

(I split this question off from a previous thread since it did not really match the overall topic there, hope that is OK - @Lloyd McKenzie @Melva Peters FYI)

A possible status for MedicationStatements (MedicationUsage in R5) is "intended", i.e. such resources can make the statement that a patient will be taking a given medication in the future. It seems that such a statement follows automatically from a MedicationRequest/-Dispense resources (supposing they have a appropriate status values) - an fresh prescription implies that the patient should be taking the prescribed medication in the future etc.. That, in turn, would mean that one could automatically generate MedicationStatements from (certain) MedicationRequest/-Dispense instances.

Specifically, suppose I have a MedicationRequest with the following properties (something similar would work with MedicationDispense):

  • status = "active" (or "completed")
  • intent = "order"
  • requester = Doctor X
  • authoredOn = date D
  • medication = medication M

Then it seems one can automatically derive a MediationStatement/-Usage with the following properties:

  • status = "intended"
  • basedOn = [medication request above]
  • dateAsserted = date D
  • informationSource = Doctor X
  • medication = medication M

Would this be considered legitimate or would such a conversion violate the semantics of the involved resources? @Rob Hausam @Christof Gessner I am curious if there has been explicit discussion of this in the community of IPS implementers, given that the IPS IG explicitly acknowledges that the IPS medication summary can be build from prescription or dispense lists.

view this post on Zulip Christof Gessner (Mar 09 2021 at 09:39):

I copied this to the Pharmacy stream: https://chat.fhir.org/#narrow/stream/179249-Medication/topic/Automatic.20mapping.20of.20MedReq.2FMedDisp.20to.20MedStatement


Last updated: Apr 12 2022 at 19:14 UTC