This page is part of the FHIR Specification (v0.5.0: DSTU 2 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 . Page versions: R4 R3 R2
A set of codes (e.g., for routine, emergency), specifying the urgency under which the Act happened, can happen, is happening, is intended to happen, or is requested/demanded to happen.
<ValueSet xmlns="http://hl7.org/fhir"> <id value="v3-ActPriority"/> <meta> <lastUpdated value="2015-03-23T00:00:00.000+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <url value="http://hl7.org/fhir/v3/vs/ActPriority"/> <version value="2015-03-23"/> <name value="v3 Code System ActPriority"/> <publisher value="HL7, Inc"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org"/> </telecom> </contact> <description value=" A set of codes (e.g., for routine, emergency), specifying the urgency under which the Act happened, can happen, is happening, is intended to happen, or is requested/demanded to happen."/> <status value="active"/> <experimental value="false"/> <date value="2015-03-23"/> <define> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.5.7"/> </extension> <system value="http://hl7.org/fhir/v3/ActPriority"/> <caseSensitive value="true"/> <concept> <code value="A"/> <abstract value="false"/> <display value="ASAP"/> <definition value="As soon as possible, next highest priority after stat."/> </concept> <concept> <code value="CR"/> <abstract value="false"/> <display value="callback results"/> <definition value="Filler should contact the placer as soon as results are available, even for preliminary results. (Was "C" in HL7 verion 2.3's reporting priority.)"/> </concept> <concept> <code value="CS"/> <abstract value="false"/> <display value="callback for scheduling"/> <definition value="Filler should contact the placer (or target) to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)"/> <concept> <code value="CSP"/> <abstract value="false"/> <display value="callback placer for scheduling"/> <definition value="Filler should contact the placer to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)"/> </concept> <concept> <code value="CSR"/> <abstract value="false"/> <display value="contact recipient for scheduling"/> <definition value="Filler should contact the service recipient (target) to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)"/> </concept> </concept> <concept> <code value="EL"/> <abstract value="false"/> <display value="elective"/> <definition value="Beneficial to the patient but not essential for survival."/> </concept> <concept> <code value="EM"/> <abstract value="false"/> <display value="emergency"/> <definition value="An unforeseen combination of circumstances or the resulting state that calls for immediate action."/> </concept> <concept> <code value="P"/> <abstract value="false"/> <display value="preop"/> <definition value="Used to indicate that a service is to be performed prior to a scheduled surgery. When ordering a service and using the pre-op priority, a check is done to see the amount of time that must be allowed for performance of the service. When the order is placed, a message can be generated indicating the time needed for the service so that it is not ordered in conflict with a scheduled operation."/> </concept> <concept> <code value="PRN"/> <abstract value="false"/> <display value="as needed"/> <definition value="An "as needed" order should be accompanied by a description of what constitutes a need. This description is represented by an observation service predicate as a precondition."/> </concept> <concept> <code value="R"/> <abstract value="false"/> <display value="routine"/> <definition value="Routine service, do at usual work hours."/> </concept> <concept> <code value="RR"/> <abstract value="false"/> <display value="rush reporting"/> <definition value="A report should be prepared and sent as quickly as possible."/> </concept> <concept> <code value="S"/> <abstract value="false"/> <display value="stat"/> <definition value="With highest priority (e.g., emergency)."/> </concept> <concept> <code value="T"/> <abstract value="false"/> <display value="timing critical"/> <definition value="It is critical to come as close as possible to the requested time (e.g., for a through antimicrobial level)."/> </concept> <concept> <code value="UD"/> <abstract value="false"/> <display value="use as directed"/> <definition value="Drug is to be used as directed by the prescriber."/> </concept> <concept> <code value="UR"/> <abstract value="false"/> <display value="urgent"/> <definition value="Calls for prompt action."/> </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.