FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/qicore-positive-medicationrequest-status

Packagehl7.fhir.us.qicore
Resource TypeValueSet
Idqicore-positive-medicationrequest-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/qicore/https://build.fhir.org/ig/HL7/fhir-qi-core/ValueSet-qicore-positive-medicationrequest-status.html
URLhttp://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-medicationrequest-status
Version8.0.0-ballot
Statusactive
Date2018-12-05T00:00:00+00:00
NamePositiveMedicationRequestStatus
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
qicore-medicationprohibitedQICore Medication Prohibited
qicore-medicationrequestedQICore MedicationRequested

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet qicore-positive-medicationrequest-status

  • Include these codes as defined in http://hl7.org/fhir/CodeSystem/medicationrequest-status
    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.

Source

{
  "resourceType": "ValueSet",
  "id": "qicore-positive-medicationrequest-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/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": "8.0.0-ballot",
  "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"
          }
        ]
      }
    ]
  }
}