Stream: implementers
Topic: Reference in Resources
Radha Rajendran (Apr 12 2021 at 11:30):
Hello all,
In FHIR server i want receive patients from clients .
How to use resource reference in resources ? I have seen some example . it represents below
"managingOrganization": {
"reference": "Organization/1",
"display": "ACME Healthcare, Inc"
},
do i need to find organisation using "reference": "Organization/1" ? If yes , - 1 is the business identifier of organisation to find in my system ?
Or need to use identifier in reference (When literal reference fails) ? . From identifier or literal reference may i get business identifier of organisation from my system ?
Is there any possibility patient and organisation resource in sequential manner , If yes do i need to process organisation first ?
Please help me to resolve this
Lloyd McKenzie (Apr 16 2021 at 17:54):
Start out reading this: http://build.fhir.org/references.html. Think of references as being like a hyperlink. You're pointing to something by URL - either a 'relative' URL or a full URL
Last updated: Apr 12 2022 at 19:14 UTC