Visit the Canada Health Infoway website
Visit the FHIR website

CA Core+

1.2.0-dft   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to CACDI Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Actors
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Terminology
    4. CommunicationBarrierSystem

1.2.0-DFT - The specification is version 1.2.0-DFT of CA Core+ For a full list of available versions, see the Directory of published versions

CommunicationBarrierSystem

Many ValueSet and CodeSystem bindings in this guide link to resources hosted on the Canada Health Infoway Terminology Service (Ontoserver). If you are redirected to a login page: This is expected and you are being directed to Infoway’s secure environment. To access these resources: You’ll need an InfoCentral Account.

Link to CodeSystem

This link will take you to this CodeSystem on Simplifier.

communication-barrier

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.

Canonical URL

https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier

Resource content

The views below provide an HTML rendered, XML and JSON look at this CodeSystem:

  • Overview
  • XML
  • JSON

Concepts

This code system https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier defines the following codes:

CodeDisplayDefinition
NOInterpreter Not NeededPatient understands the official language. Interpreter not required.
INTInterpreter NeededPatient cannot understand the official language and an interpreter is required to provide the service.
INTNONo Understanding / Interpreter Not NeededPatient cannot understand the official language but an interpreter is not required to provide the service.
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="communication-barrier" />
<url value="https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier" />
<version value="1.2.0-dft-1" />
<name value="CommunicationBarrierSystem" />
<title value="Communication Barrier System" />
<status value="active" />
<experimental value="false" />
<publisher value="Canada Health Infoway" />
<contact>
<telecom>
<system value="url" />
<value value="http://www.infoway-inforoute.ca" />
</telecom>
<telecom>
<system value="email" />
<value value="standards@infoway-inforoute.ca" />
</telecom>
</contact>
<description value="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 value="urn:iso:std:iso:3166" />
<code value="CA" />
</coding>
</jurisdiction>
<copyright value="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 value="complete" />
<count value="3" />
<concept>
<code value="NO" />
<display value="Interpreter Not Needed" />
<definition value="Patient understands the official language. Interpreter not required." />
</concept>
<concept>
<code value="INT" />
<display value="Interpreter Needed" />
<definition value="Patient cannot understand the official language and an interpreter is required to provide the service." />
</concept>
<concept>
<code value="INTNO" />
<display value="No Understanding / Interpreter Not Needed" />
<definition value="Patient cannot understand the official language but an interpreter is not required to provide the service." />
</concept>
</CodeSystem>
{
"resourceType": "CodeSystem",
"id": "communication-barrier",
"url": "https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier",
"version": "1.2.0-dft-1",
"name": "CommunicationBarrierSystem",
"title": "Communication Barrier System",
"status": "active",
"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."
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.2.0-dft-1
Copyright © 2026 Canada Health Infoway. All rights reserved. Terms of Use & License Agreements. Privacy Policy.
HL7® and FHIR® are the registered trademarks of Health Level Seven International