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

Valueset-supply-status.xml

Definition for Value SetSupplyStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>SupplyStatus</h2>
      <p>Status of the supply</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/valueset-supply-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>requested
            <a name="requested"> </a>
          </td>
          <td>Requested</td>
          <td>Supply has been requested, but not dispensed.</td>
        </tr>
        <tr>
          <td>dispensed
            <a name="dispensed"> </a>
          </td>
          <td>Dispensed</td>
          <td>Supply is part of a pharmacy order and has been dispensed.</td>
        </tr>
        <tr>
          <td>received
            <a name="received"> </a>
          </td>
          <td>Received</td>
          <td>Supply has been received by the requestor.</td>
        </tr>
        <tr>
          <td>failed
            <a name="failed"> </a>
          </td>
          <td>Failed</td>
          <td>The supply will not be completed because the supplier was unable or unwilling to supply
             the item.</td>
        </tr>
        <tr>
          <td>cancelled
            <a name="cancelled"> </a>
          </td>
          <td>Cancelled</td>
          <td>The orderer of the supply cancelled the request.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/valueset-supply-status"/>
  <name value="SupplyStatus"/>
  <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="Status of the supply"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/valueset-supply-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="requested"/>
      <display value="Requested"/>
      <definition value="Supply has been requested, but not dispensed."/>
    </concept>
    <concept>
      <code value="dispensed"/>
      <display value="Dispensed"/>
      <definition value="Supply is part of a pharmacy order and has been dispensed."/>
    </concept>
    <concept>
      <code value="received"/>
      <display value="Received"/>
      <definition value="Supply has been received by the requestor."/>
    </concept>
    <concept>
      <code value="failed"/>
      <display value="Failed"/>
      <definition value="The supply will not be completed because the supplier was unable or unwilling to supply
       the item."/>
    </concept>
    <concept>
      <code value="cancelled"/>
      <display value="Cancelled"/>
      <definition value="The orderer of the supply cancelled the request."/>
    </concept>
  </define>
</ValueSet>