FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4b |
| Resource Type | Location |
| Id | Location-ReferralLocationExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ReferralLocationExample
Profile: PAS Location Profile
name: REFERRAL CLINIC
address: 111 1ST STREET SAN DIEGO CA 92101 US
{
"resourceType": "Location",
"id": "ReferralLocationExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "REFERRAL CLINIC",
"address": {
"line": [
"111 1ST STREET"
],
"city": "SAN DIEGO",
"state": "CA",
"postalCode": "92101",
"country": "US"
}
}