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

FHIR IG analytics

Packagefhir.astp.us-quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-non-negative-medicationdispense-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-medicationdispense-status.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medicationdispense-status
Version0.1.0
Statusactive
Date2018-12-05T00:00:00+00:00
NameNonNegativeMedicationDispenseStatus
TitleNon-Negative MedicationDispense Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a non-negated medication dispense status (i.e. codes that are not `declined`)
PurposeThis value set was defined to support the set of medication dispense statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medicationdispense-status code system that are not `declined`).

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-medicationdispenseUS Quality Core MedicationDispense

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0medicationdispense-statusMedication dispense status codes

Narrative

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

Generated Narrative: ValueSet us-quality-core-non-negative-medicationdispense-status

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/medicationdispense-status version 📦4.0.1
    CodeDisplayDefinition
    preparationPreparationThe core event has not started yet, but some staging activities have begun (e.g. initial compounding or packaging of medication). Preparation stages may be tracked for billing purposes.
    in-progressIn ProgressThe dispensed product is ready for pickup.
    cancelledCancelledThe dispensed product was not and will never be picked up by the patient.
    on-holdOn HoldThe dispense process is paused while waiting for an external event to reactivate the dispense. For example, new stock has arrived or the prescriber has called.
    completedCompletedThe dispensed product has been picked up.
    entered-in-errorEntered in ErrorThe dispense was entered in error and therefore nullified.
    stoppedStoppedActions implied by the dispense have been permanently halted, before all of them occurred.
    unknownUnknownThe authoring system does not know which of the status values applies for this medication dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just now known which one.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-non-negative-medicationdispense-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medicationdispense-status",
  "version": "0.1.0",
  "name": "NonNegativeMedicationDispenseStatus",
  "title": "Non-Negative MedicationDispense Status",
  "status": "active",
  "experimental": false,
  "date": "2018-12-05T00:00:00+00:00",
  "publisher": "ASTP",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a non-negated medication dispense status (i.e. codes that are not `declined`)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "USA"
    }
  ],
  "purpose": "This value set was defined to support the set of medication dispense statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medicationdispense-status code system that are not `declined`).",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-status",
        "concept": [
          {
            "code": "preparation",
            "display": "Preparation"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "stopped",
            "display": "Stopped"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}