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 . Page versions: R4 R3 R2
Codes representing the defined possible states of an Act, as defined by the Act class state machine.
<ValueSet xmlns="http://hl7.org/fhir"> <id value="v3-ActStatus"/> <meta> <lastUpdated value="2014-12-11T00:00:00.000+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.1.11.15933"/> </extension> <url value="http://hl7.org/fhir/v3/vs/ActStatus"/> <version value="2014-12-11"/> <name value="v3 Code System ActStatus"/> <publisher value="HL7, Inc"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org"/> </telecom> </contact> <description value=" Codes representing the defined possible states of an Act, as defined by the Act class state machine."/> <status value="active"/> <experimental value="false"/> <date value="2014-12-11"/> <define> <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.5.14"/> </extension> <system value="http://hl7.org/fhir/v3/ActStatus"/> <caseSensitive value="true"/> <concept> <code value="normal"/> <abstract value="false"/> <display value="normal"/> <definition value="Encompasses the expected states of an Act, but excludes "nullified" and "obsolete&quo t; which represent unusual terminal states for the life-cycle."/> <concept> <code value="aborted"/> <abstract value="false"/> <display value="aborted"/> <definition value="The Act has been terminated prior to the originally intended completion."/> </concept> <concept> <code value="active"/> <abstract value="false"/> <display value="active"/> <definition value="The Act can be performed or is being performed"/> </concept> <concept> <code value="cancelled"/> <abstract value="false"/> <display value="cancelled"/> <definition value="The Act has been abandoned before activation."/> </concept> <concept> <code value="completed"/> <abstract value="false"/> <display value="completed"/> <definition value="An Act that has terminated normally after all of its constituents have been performed."/> </concept> <concept> <code value="held"/> <abstract value="false"/> <display value="held"/> <definition value="An Act that is still in the preparatory stages has been put aside. No action can occur until the Act is released."/> </concept> <concept> <code value="new"/> <abstract value="false"/> <display value="new"/> <definition value="An Act that is in the preparatory stages and may not yet be acted upon"/> </concept> <concept> <code value="suspended"/> <abstract value="false"/> <display value="suspended"/> <definition value="An Act that has been activated (actions could or have been performed against it), but has been temporarily disabled. No further action should be taken against it until it is released"/> </concept> </concept> <concept> <code value="nullified"/> <abstract value="false"/> <display value="nullified"/> <definition value="This Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only."/> </concept> <concept> <code value="obsolete"/> <abstract value="false"/> <display value="obsolete"/> <definition value="This Act instance has been replaced by a new instance."/> </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.