FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-communication-barrier.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.io.core@1.2.0-dft-1&canonical=https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier |
| URL | https://fhir.infoway-inforoute.ca/CodeSystem/ca-communicationbarrier |
| Version | 1.2.0-dft-1 |
| Status | active |
| Name | CommunicationBarrierSystem |
| Title | Communication Barrier System |
| Realm | ca |
| Authority | national |
| 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. |
| 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 |
| ValueSet | ||
| ca.infoway.io.core#1.2.0-dft-1 | ca-communicationbarrier | Communication Barrier |
No resources found
No narrative content found in resource
{
"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."
}
]
}