This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Special-values.xml

Definition for Value SetSpecialValues

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>SpecialValues</h2>
      <p>A set of generally useful codes defined so they can be included in value sets</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/special-values</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>true
            <a name="true"> </a>
          </td>
          <td>true</td>
          <td>Boolean true</td>
        </tr>
        <tr>
          <td>false
            <a name="false"> </a>
          </td>
          <td>false</td>
          <td>Boolean false</td>
        </tr>
        <tr>
          <td>trace
            <a name="trace"> </a>
          </td>
          <td>Trace Amount Detected</td>
          <td>The content is greater than zero, but too small to be quantified</td>
        </tr>
        <tr>
          <td>sufficient
            <a name="sufficient"> </a>
          </td>
          <td>Sufficient Quantity</td>
          <td>The specific quantity is not known, but is known to be non-zero and is not specified because
             it makes up the bulk of the material</td>
        </tr>
        <tr>
          <td>withdrawn
            <a name="withdrawn"> </a>
          </td>
          <td>Value Withdrawn</td>
          <td>The value is no longer available</td>
        </tr>
        <tr>
          <td>nil known
            <a name="nilknown"> </a>
          </td>
          <td>Nil Known</td>
          <td>The are no known applicable values in this context</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/special-values"/>
  <name value="SpecialValues"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="A set of generally useful codes defined so they can be included in value sets"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.975+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/special-values"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="true"/>
      <display value="true"/>
      <definition value="Boolean true"/>
    </concept>
    <concept>
      <code value="false"/>
      <display value="false"/>
      <definition value="Boolean false"/>
    </concept>
    <concept>
      <code value="trace"/>
      <display value="Trace Amount Detected"/>
      <definition value="The content is greater than zero, but too small to be quantified"/>
    </concept>
    <concept>
      <code value="sufficient"/>
      <display value="Sufficient Quantity"/>
      <definition value="The specific quantity is not known, but is known to be non-zero and is not specified because
       it makes up the bulk of the material"/>
    </concept>
    <concept>
      <code value="withdrawn"/>
      <display value="Value Withdrawn"/>
      <definition value="The value is no longer available"/>
    </concept>
    <concept>
      <code value="nil known"/>
      <display value="Nil Known"/>
      <definition value="The are no known applicable values in this context"/>
    </concept>
  </define>
</ValueSet>