Stream: implementers
Topic: AllergyIntolerance and link to organisation
Eva Troels (Dec 20 2018 at 13:50):
Hi
We are implementing a project concerning AllergyIntolerance using FHIR.
Looking at https://www.hl7.org/fhir/allergyintolerance.html, I can see how I can specify a link to the clinician (Practitioner) in asserter and recorder. We also have to store information on the Organisation from which this AllergyIntolerance originated. I can't see how I can model this relation (Practitioner does not have a link to Organisation) and there are no other reference fields on AllergyIntolerance that makes sense.
What to do?
Lloyd McKenzie (Dec 20 2018 at 16:09):
In R4 you can use PractitionerRole, which allows linking to Organization. For R3 you'll have to use an extension
Eva Troels (Dec 20 2018 at 16:28):
Ok...Can you provide a link for documentation?
Lloyd McKenzie (Dec 20 2018 at 16:30):
Not easily from my phone :(
Eva Troels (Dec 20 2018 at 16:34):
If you mean http://hl7.org/fhir/2018Dec/allergyintolerance.html, I still don't see PractitionerRole as a possibilty for asserter or recorder?
John Moehrke (Dec 20 2018 at 16:34):
This is R4 AllergyIntolerance http://build.fhir.org/allergyintolerance.html
John Moehrke (Dec 20 2018 at 16:35):
(or soon that which I pointed at will be R4... )
Eva Troels (Dec 20 2018 at 16:36):
Thanks alot.
Last updated: Apr 12 2022 at 19:14 UTC