<Specimen xmlns="http://hl7.org/fhir">
  <id value="core-examples-Specimen-example3" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:42.705+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: 101</p>
      <p>
        <b>contained</b>: </p>
      <p>
        <b>identifier</b>: 23234352356</p>
      <p>
        <b>status</b>: available</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>accessionIdentifier</b>: X352356</p>
      <p>
        <b>receivedTime</b>: 04/03/2011 6:03:00 PM</p>
      <h3>Collections</h3>
      <table>
        <tr>
          <td>-</td>
          <td>
            <b>Collector</b>
          </td>
          <td>
            <b>Comment</b>
          </td>
          <td>
            <b>Collected[x]</b>
          </td>
          <td>
            <b>Quantity</b>
          </td>
          <td>
            <b>Method</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>
            <a>Practitioner/example</a>
          </td>
          <td>Specimen is grossly lipemic</td>
          <td>30/05/2011 4:15:00 PM</td>
          <td>6 mL</td>
          <td>Line, Venous <span>(Details : {http://hl7.org/fhir/v2/0488 code 'LNV' = 'Line, Venous)</span></td>
        </tr>
      </table>
      <h3>Containers</h3>
      <table>
        <tr>
          <td>-</td>
          <td>
            <b>Identifier</b>
          </td>
          <td>
            <b>Description</b>
          </td>
          <td>
            <b>Type</b>
          </td>
          <td>
            <b>Capacity</b>
          </td>
          <td>
            <b>SpecimenQuantity</b>
          </td>
          <td>
            <b>Additive[x]</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>48736-15394-75465</td>
          <td>Green Gel tube</td>
          <td>Vacutainer <span>(Details )</span></td>
          <td>10 mL</td>
          <td>6 mL</td>
          <td>id: hep; Lithium/Li Heparin <span>(Details : {http://hl7.org/fhir/v3/EntityCode code 'HEPL' = 'Lithium/Li Heparin)</span></td>
        </tr>
      </table>
    </div>
  </text>
  <contained>
    <Substance>
      <id value="hep" />
      <code>
        <coding>
          <system value="http://hl7.org/fhir/v3/EntityCode" />
          <code value="HEPL" />
        </coding>
      </code>
    </Substance>
  </contained>
  <identifier>
    <system value="http://ehr.acme.org/identifiers/collections" />
    <value value="23234352356" />
  </identifier>
  <status value="available" />
  <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>
  <accessionIdentifier>
    <system value="http://lab.acme.org/specimens/2011" />
    <value value="X352356" />
  </accessionIdentifier>
  <receivedTime value="2011-03-04T07:03:00Z" />
  <collection>
    <collector>
      <reference value="Practitioner/example" />
    </collector>
    <comment value="Specimen is grossly lipemic" />
    <collectedDateTime value="2011-05-30T06:15:00Z" />
    <quantity>
      <value value="6" />
      <unit value="mL" />
    </quantity>
    <method>
      <coding>
        <system value="http://hl7.org/fhir/v2/0488" />
        <code value="LNV" />
      </coding>
    </method>
  </collection>
  <container>
    <identifier>
      <value value="48736-15394-75465" />
    </identifier>
    <description value="Green Gel tube" />
    <type>
      <text value="Vacutainer" />
    </type>
    <capacity>
      <value value="10" />
      <unit value="mL" />
    </capacity>
    <specimenQuantity>
      <value value="6" />
      <unit value="mL" />
    </specimenQuantity>
    <additiveReference>
      <reference value="#hep" />
    </additiveReference>
  </container>
</Specimen>