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

FHIR IG Statistics: StructureDefinition/ext-patient-present-location

Packageca.on.ehr.r4
Resource TypeStructureDefinition
Idext-patient-present-location
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot10&canonical=http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/CA-eReC-Patient-Present-Location-EXT
URLhttp://fhir.infoway-inforoute.ca/cacore/StructureDefinition/CA-eReC-Patient-Present-Location-EXT
Version0.10.1
Statusactive
NamePatientPresentLocation
TitlePatientPresentLocation
Realmca
Authoritynational
DescriptionExtension used to communicate the present location of the patient if it is different than the patient's home address.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-serviceRequestServiceRequest EHR
servicerequest-ca-coreServiceRequest (CA-Core)

Resources that this resource uses

StructureDefinition
profile-locationLocation EHR

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-patient-present-location",
  "url": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/CA-eReC-Patient-Present-Location-EXT",
  "version": "0.10.1",
  "name": "PatientPresentLocation",
  "title": "PatientPresentLocation",
  "status": "active",
  "description": "Extension used to communicate the present location of the patient if it is different than the patient's home address.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Used to communicate the present location of the patient if it is different than the patient's home address."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/CA-eReC-Patient-Present-Location-EXT"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location"
            ]
          }
        ]
      }
    ]
  }
}