{
"description": "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.",
"_filename": "StructureDefinition-Location.json",
"package_name": "ca.on.ehr.r4",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "LocationEHR",
"abstract": false,
"type": "Location",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Location EHR",
"package_version": "1.0.0-snapshot9",
"status": "active",
"id": "288af228-7fe8-492b-9442-786a73dbb0c5",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Location.identifier",
"path": "Location.identifier",
"mustSupport": true
}, {
"id": "Location.identifier.system",
"min": 1,
"path": "Location.identifier.system",
"mustSupport": true
}, {
"id": "Location.identifier.value",
"min": 1,
"path": "Location.identifier.value",
"mustSupport": true
}, {
"id": "Location.name",
"min": 1,
"path": "Location.name",
"mustSupport": true
}, {
"id": "Location.description",
"path": "Location.description",
"mustSupport": true
}, {
"id": "Location.address",
"path": "Location.address",
"mustSupport": true
}, {
"id": "Location.address.type",
"path": "Location.address.type",
"mustSupport": true
}, {
"id": "Location.address.line",
"path": "Location.address.line",
"mustSupport": true
}, {
"id": "Location.address.city",
"path": "Location.address.city",
"mustSupport": true
}, {
"id": "Location.address.state",
"path": "Location.address.state",
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/province-state-code"
},
"mustSupport": true
}, {
"id": "Location.address.postalCode",
"path": "Location.address.postalCode",
"mustSupport": true
}, {
"id": "Location.address.country",
"path": "Location.address.country",
"binding": {
"strength": "required",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/country-code"
},
"mustSupport": true
}, {
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization" ]
} ],
"mustSupport": true
}, {
"id": "Location.managingOrganization.reference",
"min": 1,
"path": "Location.managingOrganization.reference",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location"
}