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

V2-0905.xml

FHIR Value set/code system definition for HL7 v2 table 0905 ( Shipment Status)

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Shipment Status</p>

      <table class="grid">
 
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Description</b>
          </td>
          <td>
            <b>Version</b>
          </td>
        </tr>
 
        <tr>
          <td>INV
            <a name="INV"> </a>
          </td>
          <td>Inventoried</td>
          <td>added v2.7</td>
        </tr>
 
        <tr>
          <td>ONH
            <a name="ONH"> </a>
          </td>
          <td>On Hold</td>
          <td>added v2.7</td>
        </tr>
 
        <tr>
          <td>PRC
            <a name="PRC"> </a>
          </td>
          <td>Processing</td>
          <td>added v2.7</td>
        </tr>
 
        <tr>
          <td>REJ
            <a name="REJ"> </a>
          </td>
          <td>Rejected</td>
          <td>added v2.7</td>
        </tr>
 
        <tr>
          <td>TRN
            <a name="TRN"> </a>
          </td>
          <td>In Transit</td>
          <td>added v2.7</td>
        </tr>
 
        <tr>
          <td>TTL
            <a name="TTL"> </a>
          </td>
          <td>Triaged to Lab</td>
          <td>added v2.7</td>
        </tr>

      </table>

    </div>
  </text>
  <identifier value="http://hl7.org/fhir/v2/vs/0905"/>
  <name value="v2 Shipment Status"/>
  <publisher value="HL7, Inc"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org"/>
  </telecom>
  <description value="FHIR Value set/code system definition for HL7 v2 table 0905 ( Shipment Status)"/>
  <status value="active"/>
  <date value="2011-01-28"/>
  <define>
    <system value="http://hl7.org/fhir/v2/0905"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="INV"/>
      <display value="Inventoried"/>
    </concept>
    <concept>
      <code value="ONH"/>
      <display value="On Hold"/>
    </concept>
    <concept>
      <code value="PRC"/>
      <display value="Processing"/>
    </concept>
    <concept>
      <code value="REJ"/>
      <display value="Rejected"/>
    </concept>
    <concept>
      <code value="TRN"/>
      <display value="In Transit"/>
    </concept>
    <concept>
      <code value="TTL"/>
      <display value="Triaged to Lab"/>
    </concept>
  </define>
</ValueSet>