0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Communication Barrier - JSON Representation

Draft as of 2024-08-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "communication-barrier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet communication-barrier</b></p><a name=\"communication-barrier\"> </a><a name=\"hccommunication-barrier\"> </a><a name=\"communication-barrier-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-barrier</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>NO</td><td>Patient understands the official language. Interpretor not required.</td></tr><tr><td>INT</td><td>Patient cannot understand the official language and an interpretor is required to provide the service.</td></tr><tr><td>INTNO</td><td>Patient cannot understand the official language but an interpretor is not required to provide the service.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.ca/fhir/eReferral/ValueSet/communication-barrier",
  "version" : "0.1.0",
  "name" : "CommunicationBarrier",
  "title" : "Communication Barrier",
  "status" : "draft",
  "date" : "2024-08-15T11:24:57-06:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "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://fhir.infoway-inforoute.ca/io/CA-eReC/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."
          }
        ]
      }
    ]
  }
}