FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.erec.branch
Resource TypeValueSet
Idvalueset-communication-barrier.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec.branch@1.0.5-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-barrier
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-barrier
Statusdraft
NameCommunicationBarrier
TitleCommunication Barrier
Authoritynational
DescriptionContains codes required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not and an interpretor is required.

Resources that use this resource

StructureDefinition
CA-eReC-PatientPatient
CA-eReC-PatientPatient

Resources that this resource uses

CodeSystem
communication-barrierCommunication Barrier

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "communication-barrier",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-barrier",
  "name": "CommunicationBarrier",
  "title": "Communication Barrier",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Contains codes required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not and an interpretor is required.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-barrier",
        "concept": [
          {
            "code": "NO",
            "display": "Patient understands the official language. Interpretor not required."
          },
          {
            "code": "INT",
            "display": "Patient cannot understand the official language and an interpretor is required to provide the service."
          },
          {
            "code": "INTNO",
            "display": "Patient cannot understand the official language but an interpretor is not required to provide the service."
          }
        ]
      }
    ]
  }
}