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

FHIR IG Statistics: CodeSystem/communication-barrier

Packageca.infoway.io.erec
Resource TypeCodeSystem
Idcommunication-barrier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec@1.1.1-dft-ballot&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-barrier
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/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.
Contentcomplete

Resources that use this resource

ValueSet
communication-barrierCommunication Barrier

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "communication-barrier",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/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.",
  "content": "complete",
  "concept": [
    {
      "code": "NO",
      "display": "Interpreter Not Needed",
      "definition": "Patient understands the official language. Interpreter not required."
    },
    {
      "code": "INT",
      "display": "Interpreter Needed",
      "definition": "Patient cannot understand the official language and an interpreter is required to provide the service."
    },
    {
      "code": "INTNO",
      "display": "No Understanding / Interpreter Not Needed",
      "definition": "Patient cannot understand the official language but an interpreter is not required to provide the service."
    }
  ]
}