FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Location

Packageca.on.ehr.r4
Resource TypeStructureDefinition
IdLocation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location
URLhttp://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location
Version1.0.0
Statusactive
NameLocationEHR
TitleLocation EHR
Realmca
Authoritynational
DescriptionDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.
TypeLocation
Kindresource

Resources that use this resource

StructureDefinition
profile-serviceRequestServiceRequest EHR
profile-encounterEncounter EHR
CA-eReC-Patient-Present-Location-EXTPatientPresentLocation

Resources that this resource uses

StructureDefinition
profile-organizationOrganization EHR
ValueSet
country-codeCountryCode
province-state-codeProvince State Code EHR

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
      }
    ]
  }
}