QI-Core Implementation Guide
7.0.0 - STU 7 United States of America flag

This page is part of the Quality Improvement Core Framework (v7.0.0: STU7 (v7.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Positive MedicationRequest Status - XML Representation

Page standards status: Trial-use Maturity Level: 4

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="qicore-positive-medicationrequest-status"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet qicore-positive-medicationrequest-status</b></p><a name="qicore-positive-medicationrequest-status"> </a><a name="hcqicore-positive-medicationrequest-status"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html"><code>http://hl7.org/fhir/CodeSystem/medicationrequest-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-active">active</a></td><td>Active</td><td>The prescription is 'actionable', but not all actions that are implied by it have occurred yet.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-on-hold">on-hold</a></td><td>On Hold</td><td>Actions implied by the prescription are to be temporarily halted, but are expected to continue later.  May also be called 'suspended'.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-cancelled">cancelled</a></td><td>Cancelled</td><td>The prescription has been withdrawn before any administrations have occurred</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-completed">completed</a></td><td>Completed</td><td>All actions that are implied by the prescription have occurred.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-stopped">stopped</a></td><td>Stopped</td><td>Actions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-draft">draft</a></td><td>Draft</td><td>The prescription is not yet 'actionable', e.g. it is a work in progress, requires sign-off, verification or needs to be run through decision support process.</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-medicationrequest-status"/>
  <version value="7.0.0"/>
  <name value="PositiveMedicationRequestStatus"/>
  <title value="Positive MedicationRequest Status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2018-12-05T00:00:00+00:00"/>
  <publisher value="HL7 International / Clinical Quality Information"/>
  <contact>
    <name value="Clinical Quality Information WG"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description
               value="This value set defines the set of codes that indicate a positive medication request status (i.e. codes that a medication is proposed, planned, or ordered)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <purpose
           value="This value set was defined to support the set of medication request statuses in FHIR that indicate a positive status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medicationrequest-status code system that indicate a medication is proposed, planned, or ordered)."/>
  <compose>
    <include>
      <system
              value="http://hl7.org/fhir/CodeSystem/medicationrequest-status"/>
      <concept>
        <code value="active"/>
        <display value="Active"/>
      </concept>
      <concept>
        <code value="on-hold"/>
        <display value="On Hold"/>
      </concept>
      <concept>
        <code value="cancelled"/>
        <display value="Cancelled"/>
      </concept>
      <concept>
        <code value="completed"/>
        <display value="Completed"/>
      </concept>
      <concept>
        <code value="stopped"/>
        <display value="Stopped"/>
      </concept>
      <concept>
        <code value="draft"/>
        <display value="Draft"/>
      </concept>
    </include>
  </compose>
</ValueSet>