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

FHIR IG Statistics: StructureDefinition/cms-ext-CommunicationBarrier

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idcms-ext-CommunicationBarrier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ext-CommunicationBarrier
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ext-CommunicationBarrier
Statusdraft
NameCommunicationBarrier
TitleCommunication Barrier
Realmca
Authoritynational
DescriptionThe extension is required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not an interpretor is required.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
CA-eReC-PatientPatient

Resources that this resource uses

ValueSet
communication-barrierCommunication Barrier

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cms-ext-CommunicationBarrier",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ext-CommunicationBarrier",
  "name": "CommunicationBarrier",
  "title": "Communication Barrier",
  "status": "draft",
  "description": "The extension is required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not an interpretor is required.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient.communication"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "To identify if the patient speaks/understands an offical language (english/french), or if she/he does not an interpretor is required."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ext-CommunicationBarrier"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://ehealthontario.ca/fhir/ValueSet/communication-barrier"
        }
      }
    ]
  }
}