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

FHIR IG Statistics: CodeSystem/communication-barrier

Packageca.on.oh.erec
Resource TypeCodeSystem
Idcommunication-barrier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=https://ehealthontario.ca/fhir/CodeSystem/communication-barrier
URLhttps://ehealthontario.ca/fhir/CodeSystem/communication-barrier
Version1.0.0
Statusactive
Date2019-10-23
NameCommunicationBarrier
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": "https://ehealthontario.ca/fhir/CodeSystem/communication-barrier",
  "version": "1.0.0",
  "name": "CommunicationBarrier",
  "status": "active",
  "date": "2019-10-23",
  "publisher": "Ontario Health",
  "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": "Patient understands the official language. Interpretor not required."
    },
    {
      "code": "INT",
      "display": "Patient cannot understand the official language and an interpretor is required to provide the service."
    },
    {
      "code": "INTNO",
      "display": "Patient cannot understand the official language but an interpretor is not required to provide the service."
    }
  ]
}