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

Data-absent-reason.xml

Definition for Value SetDataAbsentReason

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>DataAbsentReason</h2>
      <p>Used to specify why the normally expected content of the data element is missing</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/data-absent-reason</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
          <td>
            <b>
              <a href="v3\NullFlavor\index.html">v3 Map (NullFlavor)</a>
            </b>
          </td>
        </tr>
        <tr>
          <td>unknown
            <a name="unknown"> </a>
          </td>
          <td/>
          <td>The value is not known</td>
          <td>
            <span title="equal">=</span>
            <a href="v3\NullFlavor\index.html#UNK">UNK</a>
          </td>
        </tr>
        <tr>
          <td>asked
            <a name="asked"> </a>
          </td>
          <td/>
          <td>The source human does not know the value</td>
          <td>
            <span title="equal">=</span>
            <a href="v3\NullFlavor\index.html#ASKU">ASKU</a>
          </td>
        </tr>
        <tr>
          <td>temp
            <a name="temp"> </a>
          </td>
          <td/>
          <td>There is reason to expect (from the workflow) that the value may become known</td>
          <td>
            <span title="equal">=</span>
            <a href="v3\NullFlavor\index.html#NAV">NAV</a>
          </td>
        </tr>
        <tr>
          <td>notasked
            <a name="notasked"> </a>
          </td>
          <td/>
          <td>The workflow didn't lead to this value being known</td>
          <td>
            <span title="equal">=</span>
            <a href="v3\NullFlavor\index.html#NASK">NASK</a>
          </td>
        </tr>
        <tr>
          <td>masked
            <a name="masked"> </a>
          </td>
          <td/>
          <td>The information is not available due to security, privacy or related reasons</td>
          <td>
            <span title="equal">=</span>
            <a href="v3\NullFlavor\index.html#MSK">MSK</a>
          </td>
        </tr>
        <tr>
          <td>unsupported
            <a name="unsupported"> </a>
          </td>
          <td/>
          <td>The source system wasn't capable of supporting this element</td>
          <td>
            <span title="wider">&lt;</span>
            <a href="v3\NullFlavor\index.html#NA">NA</a>
          </td>
        </tr>
        <tr>
          <td>astext
            <a name="astext"> </a>
          </td>
          <td/>
          <td>The content of the data is represented in the resource narrative</td>
          <td/>
        </tr>
        <tr>
          <td>error
            <a name="error"> </a>
          </td>
          <td/>
          <td>Some system or workflow process error means that the information is not available</td>
          <td>
            <span title="wider">&lt;</span>
            <a href="v3\NullFlavor\index.html#NA">NA</a>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/data-absent-reason"/>
  <name value="DataAbsentReason"/>
  <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="Used to specify why the normally expected content of the data element is missing"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.975+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/data-absent-reason"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="unknown"/>
      <definition value="The value is not known"/>
    </concept>
    <concept>
      <code value="asked"/>
      <definition value="The source human does not know the value"/>
    </concept>
    <concept>
      <code value="temp"/>
      <definition value="There is reason to expect (from the workflow) that the value may become known"/>
    </concept>
    <concept>
      <code value="notasked"/>
      <definition value="The workflow didn't lead to this value being known"/>
    </concept>
    <concept>
      <code value="masked"/>
      <definition value="The information is not available due to security, privacy or related reasons"/>
    </concept>
    <concept>
      <code value="unsupported"/>
      <definition value="The source system wasn't capable of supporting this element"/>
    </concept>
    <concept>
      <code value="astext"/>
      <definition value="The content of the data is represented in the resource narrative"/>
    </concept>
    <concept>
      <code value="error"/>
      <definition value="Some system or workflow process error means that the information is not available"/>
    </concept>
  </define>
</ValueSet>