Stream: implementers
Topic: medicationStatement reasonForUse and wasNotTaken
Rik Smithies (Aug 07 2016 at 15:19):
There is an invariant saying that MedicationStatement.reasonForUse can only be used if the medication was actually taken (wasNotTaken=false). But I would imagine reasonForUse is the reason it was intended to be taken, and if it eventually wasn't then that reason is still valid.
Grahame Grieve (Aug 07 2016 at 21:11):
seems reasonable - make a task
David Hay (Aug 07 2016 at 21:58):
btw - wouldn't medicationAdministration be a better choice to represent a missing dose?
Rik Smithies (Aug 08 2016 at 12:33):
hi David, in a way yes, but MedicationStatement is for when the more structured resources aren't appropriate. For the cases where it is useful, I don't think you can really use MedicationAdministration for some aspects of it.
Last updated: Apr 12 2022 at 19:14 UTC