This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medication-dispense-status.xml

Definition for Value SetMedicationDispenseStatus

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>MedicationDispenseStatus</h2><p>A code specifying the state of the dispense event.<br/><br/>Describes the lifecycle of the dispense.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/medication-dispense-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>in progress<a name=\"inprogress\"> </a></td><td/><td>The dispense has started but has not yet completed.</td></tr><tr><td>on hold<a name=\"onhold\"> </a></td><td/><td>Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called &quot;suspended&quot;.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td/><td>All actions that are implied by the dispense have occurred.</td></tr><tr><td>entered in error<a name=\"enteredinerror\"> </a></td><td/><td>The dispense was entered in error and therefore nullified.</td></tr><tr><td>stopped<a name=\"stopped\"> </a></td><td/><td>Actions implied by the dispense have been permanently halted, before all of them occurred.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/medication-dispense-status",
  "name": "MedicationDispenseStatus",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "A code specifying the state of the dispense event.\r\n\r\nDescribes the lifecycle of the dispense.",
  "status": "draft",
  "date": "2014-09-30T18:09:16.975+10:00",
  "define": {
    "system": "http://hl7.org/fhir/medication-dispense-status",
    "caseSensitive": true,
    "concept": [
      {
        "code": "in progress",
        "definition": "The dispense has started but has not yet completed."
      },
      {
        "code": "on hold",
        "definition": "Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called \"suspended\"."
      },
      {
        "code": "completed",
        "definition": "All actions that are implied by the dispense have occurred."
      },
      {
        "code": "entered in error",
        "definition": "The dispense was entered in error and therefore nullified."
      },
      {
        "code": "stopped",
        "definition": "Actions implied by the dispense have been permanently halted, before all of them occurred."
      }
    ]
  }
}