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 . Page versions: R5 R4B R4 R3

Valueset-supply-item.xml

Definition for Value SetSupply Item Type

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Supply Item Type</h2>
      <p>This value sets refers to a specific supply item</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/supply-item-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>medication
            <a name="medication"> </a>
          </td>
          <td>Central Supply</td>
          <td>Supply is a kind of medication.</td>
        </tr>
        <tr>
          <td>device
            <a name="device"> </a>
          </td>
          <td>Device</td>
          <td>What is supplied (or requested) is a device</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/supply-item"/>
  <name value="Supply Item 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 specific supply item"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/supply-item-type"/>
    <concept>
      <code value="medication"/>
      <display value="Central Supply"/>
      <definition value="Supply is a kind of medication."/>
    </concept>
    <concept>
      <code value="device"/>
      <display value="Device"/>
      <definition value="What is supplied (or requested) is a device"/>
    </concept>
  </define>
</ValueSet>