Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2-0353.xml

Raw XML (canonical form)

FHIR Value set/code system definition for HL7 v2 table 0353 ( CWE statuses)

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v2-0353"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>CWE statuses</p>

      <table class="grid">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>System</b>
          </td>
          <td>
            <b>Nederlands (Dutch)</b>
          </td>
          <td>
            <b>Description</b>
          </td>
          <td>
            <b>Comment</b>
          </td>
          <td>
            <b>Version</b>
          </td>
        </tr>
        <tr>
          <td>NA
            <a name="NA"> </a>
          </td>
          <td>http://hl7.org/fhir/v3/NullFlavor</td>
          <td>Onbekend</td>
          <td>Not applicable</td>
          <td/>
          <td>added v2.3.1</td>
        </tr>
        <tr>
          <td>NASK
            <a name="NASK"> </a>
          </td>
          <td>http://hl7.org/fhir/v3/NullFlavor</td>
          <td>Gevraagd maar onbekend</td>
          <td>Not asked</td>
          <td/>
          <td>added v2.3.1</td>
        </tr>
        <tr>
          <td>NAV
            <a name="NAV"> </a>
          </td>
          <td>http://hl7.org/fhir/v3/NullFlavor</td>
          <td>Not available</td>
          <td/>
          <td>added v2.3.1</td>
        </tr>
        <tr>
          <td>U
            <a name="U"> </a>
          </td>
          <td>http://hl7.org/fhir/v3/NullFlavor::
            <b>UNK</b>
          </td>
          <td>Unknown</td>
          <td>Wrongly Included as U. </td>
          <td>added v2.3.1</td>
        </tr>
        <tr>
          <td>UASK
            <a name="UASK"> </a>
          </td>
          <td>http://hl7.org/fhir/v3/NullFlavor::
            <b>ASKU</b>
          </td>
          <td>Asked but Unknown</td>
          <td>Wrongly Included as UASK. </td>
          <td>added v2.3.1</td>
        </tr>
      </table>

    </div>
  </text>
  <url value="http://hl7.org/fhir/ValueSet/v2-0353"/>
  <version value="2.8.2"/>
  <name value="v2 CWE statuses"/>
  <status value="active"/>
  <experimental value="true"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value="FHIR Value set/code system definition for HL7 v2 table 0353 ( CWE statuses)"/>
  <codeSystem>
    <system value="http://hl7.org/fhir/v2/0353"/>
    <caseSensitive value="false"/>
    <concept>
      <code value="U"/>
      <display value="Unknown"/>
      <definition value="This code is an error - it actually refers to UNK"/>
      <designation>
        <language value="nl"/>
        <value value="Onbekend"/>
      </designation>
    </concept>
    <concept>
      <code value="UASK"/>
      <display value="Asked but Unknown"/>
      <definition value="This code is an error - it actually refers to ASKU"/>
      <designation>
        <language value="nl"/>
        <value value="Gevraagd maar onbekend"/>
      </designation>
    </concept>
  </codeSystem>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/v3/NullFlavor"/>
      <concept>
        <code value="NA"/>
        <display value="Not applicable"/>
      </concept>
      <concept>
        <code value="NASK"/>
        <display value="Not asked"/>
      </concept>
      <concept>
        <code value="NAV"/>
        <display value="Not available"/>
      </concept>
      <concept>
        <code value="UNK"/>
        <display value="Unknown. Wrongly included with a wrong code 'U'"/>
      </concept>
      <concept>
        <code value="ASKU"/>
        <display value="Asked but Unknown. Wrongly included with a wrong code 'UASK'"/>
      </concept>
    </include>
  </compose>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.