Stream: implementers
Topic: can medication Request resource have institution information
xiao dingding (Apr 22 2020 at 12:45):
Hi. I am just wondering if medicationRequest resource can include information about the institution where it is generated. (for example, some are in the pharmacy, some are in the hospital) Should I use the requester element to point to institution? Thank you in advance.
Peter Jordan (Apr 22 2020 at 22:19):
Yes, with MedicationRequest.requester you can create a reference to an Organization, Practitioner, PractitionerRole, Patient, RelatedPerson or Device resource. See http://hl7.org/fhir/medicationrequest-definitions.html#MedicationRequest.requester
Lloyd McKenzie (Apr 23 2020 at 00:13):
If you need both organization and human being, PractitionerRole will let you do that.
xiao dingding (Apr 23 2020 at 02:05):
@Lloyd McKenzie @Peter Jordan thank you very much for your help! I wish you have a good day!
Peter Jordan (Apr 23 2020 at 02:13):
Lloyd McKenzie said:
If you need both organization and human being, PractitionerRole will let you do that.
Indeed, @Lloyd McKenzie . I was demonstrating this to a NZ Architects Group yesterday, using a graphical representation from @David Hay's clinFHIR tool - https://terminz-itp.azurewebsites.net/Content/NZePStoFHIR.jpg
Last updated: Apr 12 2022 at 19:14 UTC