<ValueSet>
  <id value="CommunicationBarrier" />
  <text>
    <status value="generated" />
  </text>
  <url value="http://ehealthontario.ca/fhir/ValueSet/communication-barrier" />
  <version value="1.0.0" />
  <name value="CommunicationBarrier" />
  <status value="draft" />
  <publisher value="eHealth Ontario" />
  <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 interpretor is required." />
  <immutable value="false" />
  <compose>
    <include>
      <system value="https://ehealthontario.ca/fhir/CodeSystem/communication-barrier" />
      <concept>
        <code value="NO" />
        <display value="Patient understands the official language. Interpretor not required." />
      </concept>
      <concept>
        <code value="INT" />
        <display value="Patient cannot understand the official language and an interpretor is required to provide the service." />
      </concept>
      <concept>
        <code value="INTNO" />
        <display value="Patient cannot understand the official language but an interpretor is not required to provide the service." />
      </concept>
    </include>
  </compose>
</ValueSet>