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
Example of QICore Specimen (id = "qicore")
<Specimen xmlns="http://hl7.org/fhir"> <id value="qicore"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <type> <coding> <system value="http://snomed.info/sct"/> <code value="122555007"/> <display value="Venous blood specimen"/> </coding> </type> <subject> <reference value="Patient/example"/> <display value="Peter Patient"/> </subject> <receivedTime value="2011-03-04T07:03:00Z"/> <collection> <extension url="http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/vs/specimen-collection-priority"/> <code value="5"/> <display value="ROUTINE"/> </coding> </valueCodeableConcept> </extension> <collectedDateTime value="2011-03-06T06:15:00Z"/> <quantity> <value value="6"/> <units value="mL"/> </quantity> </collection> <container> <extension url="http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber"> <valueInteger value="1"/> </extension> <type> <coding> <system value="http://snomed.info/sct"/> <code value="434746001"/> <display value="Specimen vial"/> </coding> </type> <capacity> <value value="10"/> <units value="mL"/> </capacity> </container> </Specimen>
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.