This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 SetMedicationPrescriptionStatus
<ValueSet xmlns="http://hl7.org/fhir"> <id value="medication-prescription-status"/> <meta> <lastUpdated value="2015-02-23T09:07:27.665+11:00"/> <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.107"/> </extension> <url value="http://hl7.org/fhir/vs/medication-prescription-status"/> <version value="0.4.0"/> <name value="MedicationPrescriptionStatus"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="A code specifying the state of the prescribing event. Describes the lifecycle of the prescription."/> <status value="draft"/> <experimental value="false"/> <date value="2015-02-23T09:07:27+11:00"/> <define> <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.107"/> </extension> <system value="http://hl7.org/fhir/medication-prescription-status"/> <caseSensitive value="true"/> <concept> <code value="active"/> <display value="Active"/> <definition value="The prescription is 'actionable', but not all actions that are implied by it have occurred yet."/> </concept> <concept> <code value="on-hold"/> <display value="On Hold"/> <definition value="Actions implied by the prescription have been temporarily halted, but are expected to continue later. May also be called "suspended"."/> </concept> <concept> <code value="completed"/> <display value="Completed"/> <definition value="All actions that are implied by the prescription have occurred (this will rarely be made explicit)."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered In Error"/> <definition value="The prescription was entered in error and therefore nullified."/> </concept> <concept> <code value="stopped"/> <display value="Stopped"/> <definition value="Actions implied by the prescription have been permanently halted, before all of them occurred."/> </concept> <concept> <code value="superceded"/> <display value="Superceded"/> <definition value="The prescription was replaced by a newer one, which encompasses all the information in the previous one."/> </concept> <concept> <code value="draft"/> <display value="Draft"/> <definition value="The prescription is not yet 'actionable', i.e. it is a work in progress, required sign-off, need to be run through decision support."/> </concept> </define> </ValueSet>
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.