FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.r4b |
| Resource Type | Location |
| Id | Location-location03.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location03
Information Source: http://example.org/fhir/server
Profile: QICore Location
identifier: http://exampleoflocation.com/DaVinciClinic03 (use: temp, )
name: DaVinciClinic03
address: 550 Griffin Rd. Bloomington MI 48033 USA
{
"resourceType": "Location",
"id": "location03",
"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": "DaVinciClinic03"
}
],
"name": "DaVinciClinic03",
"address": {
"line": [
"550 Griffin Rd."
],
"city": "Bloomington",
"state": "MI",
"postalCode": "48033",
"country": "USA"
}
}