{
  "resourceType": "ValueSet",
  "id": "CommunicationBarrier",
  "text": {
    "status": "generated"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/communication-barrier",
  "version": "1.0.0",
  "name": "CommunicationBarrier",
  "status": "draft",
  "publisher": "eHealth Ontario",
  "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.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "https://ehealthontario.ca/fhir/CodeSystem/communication-barrier",
        "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."
          }
        ]
      }
    ]
  }
}