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
Definition for Value SetMedicationAdministrationStatus
<ValueSet xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>MedicationAdministrationStatus</h2> <p>A set of codes indicating the current status of a MedicationAdministration</p> <p>This value set defines its own terms in the system http://hl7.org/fhir/medication-admin-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 administration 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 "suspended".</td> </tr> <tr> <td>completed <a name="completed"> </a> </td> <td/> <td>All actions that are implied by the administration have occurred.</td> </tr> <tr> <td>entered in error <a name="enteredinerror"> </a> </td> <td/> <td>The administration was entered in error and therefore nullified.</td> </tr> <tr> <td>stopped <a name="stopped"> </a> </td> <td/> <td>Actions implied by the administration have been permanently halted, before all of them occurred.</td> </tr> </table> </div> </text> <identifier value="http://hl7.org/fhir/vs/medication-admin-status"/> <name value="MedicationAdministrationStatus"/> <publisher value="HL7 (FHIR Project)"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> <description value="A set of codes indicating the current status of a MedicationAdministration"/> <status value="draft"/> <date value="2014-09-30T18:09:16.976+10:00"/> <define> <system value="http://hl7.org/fhir/medication-admin-status"/> <caseSensitive value="true"/> <concept> <code value="in progress"/> <definition value="The administration has started but has not yet completed."/> </concept> <concept> <code value="on hold"/> <definition value="Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called "suspended"."/> </concept> <concept> <code value="completed"/> <definition value="All actions that are implied by the administration have occurred."/> </concept> <concept> <code value="entered in error"/> <definition value="The administration was entered in error and therefore nullified."/> </concept> <concept> <code value="stopped"/> <definition value="Actions implied by the administration have been permanently halted, before all of them occurred."/> </concept> </define> </ValueSet>