FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Location |
| Id | Location-facility-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "ca-csd-example-location-facility",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location"
]
},
"identifier": [
{
"system": "http://example.org/location-ids",
"value": "LOC-12345"
}
],
"status": "active",
"name": "Example Clinic",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
"code": "facility"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP"
}
]
}
],
"managingOrganization": {
"reference": "Organization/ca-csd-example-organization",
"display": "Example Health Organization"
}
}