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 - JSON Representation

Page standards status: Trial-use Maturity Level: 4

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "qicore-positive-medicationrequest-status",
  "text" : {
    "status" : "extensions",
    "div" : "<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\u00a0or\u00a0needs to be run through decision support process.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 4,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-medicationrequest-status",
  "version" : "7.0.0",
  "name" : "PositiveMedicationRequestStatus",
  "title" : "Positive MedicationRequest Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-12-05T00:00:00+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "name" : "Clinical Quality Information WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "purpose" : "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" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "on-hold",
            "display" : "On Hold"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "stopped",
            "display" : "Stopped"
          },
          {
            "code" : "draft",
            "display" : "Draft"
          }
        ]
      }
    ]
  }
}