Stream: Medication
Topic: Status values in MedStat/-Usage examples
Morten Ernebjerg (Mar 18 2021 at 15:39):
In my quest to understand MedicationStatement/-Usage, I was looking at the examples. In several cases, I was confused by the relation between the example description and the value of status
(the links are to the R4 examples but seems to be the same in the current build):
- "Patient reports they are not taking Tylenol PM" - in line with the description, this example has a
statusReason
andnote
indicating why the patient could not take the meds, but still havestatus
= "active" - should it not be "not-taken"? - "Patient reports they were taking Amoxycillin in the past but are not taking it now" - has an
effectiveDate
and (later)dateAsserted
in the past, but hasstatus
= "active" - should it not be "completed"? - "Patient reports they intend to use Mometasone in the future" - why is
status
= "active" and not "intended", given that this is a statement about the future?
Lloyd McKenzie (Mar 18 2021 at 16:04):
@Melva Peters @Jean Duteau
Jean Duteau (Mar 18 2021 at 16:20):
We are right in the middle of updating the examples and the statuses and adding some adherence elements to MedStatement (J#19468, J#19470, J#28593).
Morten Ernebjerg (Mar 19 2021 at 06:13):
Sounds gut :thumbs_up:
Last updated: Apr 12 2022 at 19:14 UTC