GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Specimen-example.xml

Raw XML (canonical form)

Example of QICore Specimen (id = "specimen-example")

<Specimen xmlns="http://hl7.org/fhir">
 <id value="specimen-example"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: specimen-example</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>receivedTime</b>: 04/03/2011 6:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>06/03/2011 5:15:00 PM</td><td>6 mL</td></tr></table><h3>Treatments</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Additive</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Treated with anticoagulants.</td><td><a>Substance/example</a></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td><td><b>Capacity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Specimen vial <span>(Details : {SNOMED CT code '434746001' = '434746001', given as 'Specimen vial'})</span></td><td>10 mL</td></tr></table></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://example.com"/>
          <code value="5"/>
          <display value="ROUTINE"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/specimen-specialHandling">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/v3/ActCode"/>
          <code value="NOPERSISTP"/>
          <display value="no collection beyond purpose of use"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <collectedDateTime value="2011-03-06T06:15:00Z"/>
    <quantity>
      <extension url="http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight">
        <valueBoolean value="false"/>
      </extension>
      <value value="6"/>
      <unit value="mL"/>
    </quantity>
  </collection>
  <treatment>
    <extension url="http://hl7.org/fhir/StructureDefinition/specimen-treatmentTime">
      <valuePeriod>
        <start value="2011-03-04T07:03:00Z"/>
        <end value="2011-03-04T07:03:00Z"/>
      </valuePeriod>
    </extension>
    <description value="Treated with anticoagulants."/>
    <additive>
      <reference value="Substance/example"/>
    </additive>
  </treatment>
  <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"/>
      <unit 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.