FHIR IG analytics| Package | ca.on.oh-cms |
| Resource Type | Location |
| Id | Location-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Location",
"id": "cms-location",
"meta": {
"profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location|1.0.0"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
"value": "LOC 1"
}
],
"status": "suspended",
"operationalStatus": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0116",
"code": "H",
"display": "Housekeeping"
},
"name": "South Wing Neuro OR 1",
"_alias": [
{
"extension": [
{
"url": "http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-OrganizationNameType",
"valueCoding": {
"system": "http://ehealthontario.ca/fhir/CodeSystem/cms-organization-name-type",
"code": "short-name",
"display": "Short Name"
}
}
]
},
{
"extension": [
{
"url": "http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-human-language",
"valueCoding": {
"system": "urn:ietf:bcp:47",
"code": "fr",
"display": "French"
}
}
]
}
],
"description": "Old South Wing, Neuro Radiology Operation Room 1 on second floor",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "416-123-3456"
}
],
"address": {
"use": "home",
"type": "physical",
"line": [
"13 Boring St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
},
"managingOrganization": {
"reference": "Organization/xyz"
}
}