FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.r4 |
| Resource Type | Location |
| Id | Location-location02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location02
Information Source: http://example.org/fhir/server
Profile: QICore Location
identifier: http://exampleoflocation.com/DaVinciClinic02 (use: temp, )
name: DaVinciClinic02
address: 21 W. Atlantic Street Burlington NJ 08873 USA
{
"resourceType": "Location",
"id": "location02",
"meta": {
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "http://exampleoflocation.com",
"value": "DaVinciClinic02"
}
],
"name": "DaVinciClinic02",
"address": {
"line": [
"21 W. Atlantic Street"
],
"city": "Burlington",
"state": "NJ",
"postalCode": "08873",
"country": "USA"
}
}