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
.
Page
versions:
R4B
R4
R3
R2
Definition for Value SetSpecimenCollectionPriority
<ValueSet xmlns="http://hl7.org/fhir"> <id value="valueset-specimen-collection-priority"/> <meta> <lastUpdated value="2015-03-27T00:13:00.999+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> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.1492"/> </extension> <url value="http://hl7.org/fhir/vs/specimen-collection-priority"/> <version value="0.4.0"/> <name value="SpecimenCollectionPriority"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value=" This example value set defines a set of codes that can be used to indicate the priority of collection of a specimen."/> <copyright value="TBD"/> <status value="draft"/> <experimental value="true"/> <compose> <include> <system value="http://www.example.com"/> <concept> <code value="1"/> <display value="STAT"/> </concept> <concept> <code value="2"/> <display value="ASAP"/> </concept> <concept> <code value="3"/> <display value="ASAP-ED"/> </concept> <concept> <code value="4"/> <display value="AM"/> </concept> <concept> <code value="5"/> <display value="ROUTINE"/> </concept> <concept> <code value="6"/> <display value="NURSE COLLECT"/> </concept> <concept> <code value="7"/> <display value="CALL OR FAX"/> </concept> </include> </compose> </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.