Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF 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
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Terminology
    4. CommunicationBarrierSystem

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

CommunicationBarrierSystem

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/communication-barrier

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/communication-barrier 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/communication-barrier" />
<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",
"status": "active",
"content": "complete",
"name": "CommunicationBarrierSystem",
"id": "communication-barrier",
"title": "Communication Barrier System",
"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.",
"url": "https://fhir.infoway-inforoute.ca/CodeSystem/communication-barrier",
"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."
}
],
"experimental": false,
"publisher": "Canada Health Infoway",
"jurisdiction": [
{
"coding": [
{
"code": "CA",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.infoway-inforoute.ca"
},
{
"system": "email",
"value": "standards@infoway-inforoute.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).",
"count": 3
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International