FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-positive-medication-request-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-quality-core/ValueSet-us-quality-core-positive-medication-request-status.html
URLhttp://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-positive-medication-request-status
Version1.0.0-ballot
Statusactive
Date2026-06-30
NameUSQualityCorePositiveMedicationRequestStatus
TitlePositive MedicationRequest Status
Realmus
Authorityhl7
DescriptionThis 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)
PurposeThis 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).

Resources that use this resource

StructureDefinition
hl7.fhir.us.quality-core#currentus-quality-core-medicationprohibitedUS Quality Core Medication Prohibited
hl7.fhir.us.quality-core#currentus-quality-core-medicationrequestedUS Quality Core MedicationRequested

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet us-quality-core-positive-medication-request-status

  • Include these codes as defined in http://hl7.org/fhir/CodeSystem/medicationrequest-status version 📍4.0.1
    CodeDisplayDefinition
    activeActiveThe prescription is 'actionable', but not all actions that are implied by it have occurred yet.
    on-holdOn HoldActions implied by the prescription are to be temporarily halted, but are expected to continue later. May also be called 'suspended'.
    cancelledCancelledThe prescription has been withdrawn before any administrations have occurred
    completedCompletedAll actions that are implied by the prescription have occurred.
    stoppedStoppedActions 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
    draftDraftThe 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-positive-medication-request-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    },
    {
      "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/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-positive-medication-request-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.78.48.7"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "USQualityCorePositiveMedicationRequestStatus",
  "title": "Positive MedicationRequest Status",
  "status": "active",
  "experimental": false,
  "date": "2026-06-30",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "HL7 International / Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    },
    {
      "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",
        "version": "4.0.1",
        "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"
          }
        ]
      }
    ]
  }
}