FHIR IG analytics| Package | ihe.qrph.ccg |
| Resource Type | Location |
| Id | Location-Location-12.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location Location-12
Profile: CCG Data-In Bundle Location
identifier: http://example.org/ids/Location-12
status: Active
name: Example Location
mode: Instance
type: Primary Care Clinic
address: 123 Anystreet, Yourtown, Ontario, Canada M0P4H1
physicalType: Building
| Longitude | Latitude |
| 45 | -80 |
{
"resourceType": "Location",
"id": "Location-12",
"meta": {
"profile": [
"https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ids",
"value": "Location-12"
}
],
"status": "active",
"name": "Example Location",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PC",
"display": "Primary Care Clinic"
}
]
}
],
"address": {
"text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": 45,
"latitude": -80
}
}