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

FHIR IG Statistics: CodeSystem/communication-barrier

Packageca.infoway.io.core
Resource TypeCodeSystem
Idcommunication-barrier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.core@1.0.1-dft-preballot&canonical=http://fhir.infoway-inforoute.ca/cacore/CodeSystem/communication-barrier
URLhttp://fhir.infoway-inforoute.ca/cacore/CodeSystem/communication-barrier
Statusdraft
NameCommunicationBarrierSystem
TitleCommunication Barrier System
Realmca
Authoritynational
DescriptionContains codes required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not and an interpreter is required.
CopyrightCopyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).
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/cacore/CodeSystem/communication-barrier",
  "name": "CommunicationBarrierSystem",
  "title": "Communication Barrier System",
  "status": "draft",
  "experimental": false,
  "publisher": "Canada Health Infoway",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.infoway-inforoute.ca"
        },
        {
          "system": "email",
          "value": "standards@infoway-inforoute.ca"
        }
      ]
    }
  ],
  "description": "Contains codes required to identify if the patient speaks/understands an offical language (english/french), or if she/he does not and an interpreter is required.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "content": "complete",
  "count": 3,
  "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."
    }
  ]
}