STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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-medication-request-stage.xml

Raw XML (canonical form)

Definition for Value SetMedicationRequestStage

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="medication-request-stage"/>
  <meta>
    <lastUpdated value="2016-12-06T12:22:34.981+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>MedicationRequestStage</h2>
      <div>
        <p>Kind of request - proposal, plan or order.</p>

      </div>
      <p>This value set includes codes from the following code systems:</p>
      <ul>
        <li>Include all codes defined in 
          <a href="codesystem-request-stage.html">http://hl7.org/fhir/request-stage</a>
        </li>
        <li>Exclude these codes as defined in 
          <a href="codesystem-request-stage.html">http://hl7.org/fhir/request-stage</a>
          <table class="none">
            <tr>
              <td>
                <b>Code</b>
              </td>
              <td>
                <b>Display</b>
              </td>
            </tr>
            <tr>
              <td>encoded</td>
              <td>Encoded</td>
              <td>Represents an order created by a fulfiller as a representation of the specific action(s)
                 they intend to take to fulfill the original order.  Typically these orders are more fully
                 encoded than the original placer order.</td>
            </tr>
          </table>
        </li>
      </ul>
    </div>
  </text>
  <url value="http://hl7.org/fhir/ValueSet/medication-request-stage"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.0"/>
  </identifier>
  <version value="1.8.0"/>
  <name value="MedicationRequestStage"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="Pharmacy Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-12-06T12:22:34+11:00"/>
  <description value="Kind of request - proposal, plan or order."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/request-stage"/>
    </include>
    <exclude>
      <system value="http://hl7.org/fhir/request-stage"/>
      <concept>
        <code value="encoded"/>
      </concept>
    </exclude>
  </compose>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.