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-type.xml

Definition for Value SetSupply Type

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Supply Type</h2>
      <p>This value sets refers to a Category of supply</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/supply-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>central
            <a name="central"> </a>
          </td>
          <td>Central Supply</td>
          <td>Supply is stored and requested from central supply</td>
        </tr>
        <tr>
          <td>nonstock
            <a name="nonstock"> </a>
          </td>
          <td>Non-Stock</td>
          <td>Supply is not onsite and must be requested from an outside vendor using a non-stock requisition</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/supply-type"/>
  <name value="Supply Type"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="This value sets refers to a Category of supply"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/supply-type"/>
    <concept>
      <code value="central"/>
      <display value="Central Supply"/>
      <definition value="Supply is stored and requested from central supply"/>
    </concept>
    <concept>
      <code value="nonstock"/>
      <display value="Non-Stock"/>
      <definition value="Supply is not onsite and must be requested from an outside vendor using a non-stock requisition"/>
    </concept>
  </define>
</ValueSet>