R4 Ballot #1 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-medication-dispense-status.json

Pharmacy Work GroupMaturity Level: N/ABallot Status: Informative

Raw JSON (canonical form)

Definition for Code System MedicationDispenseStatus

{
  "resourceType": "CodeSystem",
  "id": "medication-dispense-status",
  "meta": {
    "lastUpdated": "2018-04-03T12:05:46.262+10:00"
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Trial Use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/medication-dispense-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.352"
  },
  "version": "3.3.0",
  "name": "MedicationDispenseStatus",
  "status": "draft",
  "experimental": false,
  "date": "2018-04-03T12:05:46+10:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "A coded concept specifying the state of the dispense event.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/medication-dispense-status",
  "content": "complete",
  "concept": [
    {
      "code": "preparation",
      "display": "Preparation",
      "definition": "The 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."
    },
    {
      "code": "in-progress",
      "display": "In Progress",
      "definition": "The dispensed product is ready for pickup."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The dispensed product was not and will never be picked up by the patient."
    },
    {
      "code": "on-hold",
      "display": "On Hold",
      "definition": "The 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."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The dispensed product has been picked up."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in-Error",
      "definition": "The dispense was entered in error and therefore nullified."
    },
    {
      "code": "stopped",
      "display": "Stopped",
      "definition": "Actions implied by the dispense have been permanently halted, before all of them occurred."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The 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."
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.