FHIR IG Statistics: StructureDefinition/Location
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Location",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location",
"version": "1.0.0",
"name": "LocationEHR",
"title": "Location EHR",
"status": "active",
"description": "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location.identifier",
"path": "Location.identifier",
"mustSupport": true
},
{
"id": "Location.identifier.system",
"path": "Location.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Location.identifier.value",
"path": "Location.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Location.name",
"path": "Location.name",
"min": 1,
"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",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/province-state-code"
}
},
{
"id": "Location.address.postalCode",
"path": "Location.address.postalCode",
"mustSupport": true
},
{
"id": "Location.address.country",
"path": "Location.address.country",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/country-code"
}
},
{
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization"
]
}
],
"mustSupport": true
},
{
"id": "Location.managingOrganization.reference",
"path": "Location.managingOrganization.reference",
"min": 1,
"mustSupport": true
}
]
}
}