<Specimen xmlns="http://hl7.org/fhir">
  <id value="core-examples-Specimen-example" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:42.189+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>: spec-uslab-example1</p>
      <p>
        <b>identifier</b>: SID123 (OFFICIAL)</p>
      <p>
        <b>type</b>: Blood sample <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'}; {http://ehr.goodhealthclinic.org code 'BLD' = '??', given as 'Blood'})</span></p>
      <p>
        <b>subject</b>: <a>Todd Lerr</a></p>
      <p>
        <b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p>
      <h3>Collections</h3>
      <table>
        <tr>
          <td>-</td>
          <td>
            <b>Collected[x]</b>
          </td>
          <td>
            <b>BodySite</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>05/12/2014</td>
          <td>Drawn from Arm <span>(Details : {SNOMED CT code '53120007' = '53120007', given as 'Arm'}; {http://ehr.goodhealthclinic.org code 'ARM' = '??', given as 'Arm'})</span></td>
        </tr>
      </table>
    </div>
  </text>
  <identifier>
    <use value="official" />
    <system value="http://ehr.goodhealthclinic.org/identifiers/specimen" />
    <value value="SID123" />
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="122555007" />
      <display value="Venous blood specimen" />
    </coding>
    <coding>
      <system value="http://ehr.goodhealthclinic.org/" />
      <code value="BLD" />
      <display value="Blood" />
    </coding>
    <text value="Blood sample" />
  </type>
  <subject>
    <reference value="Patient/patient-uslab-example1" />
    <display value="Todd Lerr" />
  </subject>
  <accessionIdentifier>
    <use value="official" />
    <system value="http://lis.acmelabs.org/identifiers/accession" />
    <value value="21041205000001" />
  </accessionIdentifier>
  <collection>
    <collectedDateTime value="2014-12-05" />
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="53120007" />
        <display value="Arm" />
      </coding>
      <coding>
        <system value="http://ehr.goodhealthclinic.org/" />
        <code value="ARM" />
        <display value="Arm" />
      </coding>
      <text value="Drawn from Arm" />
    </bodySite>
  </collection>
</Specimen>