Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH Specimen - Example - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Specimen Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown value="This is an example for the *CDMH Specimen Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-specimen"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Specimen example with Details</b></p><p><b>id</b>: 101</p><p><b>contained</b>: </p><p><b>identifier</b>: 23234352356</p><p><b>accessionIdentifier</b>: X352356</p><p><b>status</b>: available</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = 'Venous blood specimen', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>receivedTime</b>: 04/03/2011 7:03:00 AM</p><p><b>request</b>: <a>ServiceRequest/example</a></p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td><a>Practitioner/example</a></td><td>30/05/2011 6:15:00 AM</td><td>6 mL</td><td>Line, Venous <span>(Details : {http://terminology.hl7.org/CodeSystem/v2-0488 code 'LNV' = 'Line, Venous)</span></td><td>Right median cubital vein <span>(Details : {SNOMED CT code '49852007' = 'Median cubital vein', given as 'Structure of median cubital vein (body structure)'})</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://terminology.hl7.org/CodeSystem/v3-EntityCode code 'HEPL' = 'Lithium/Li Heparin)</span></td></tr></table><p><b>note</b>: Specimen is grossly lipemic</p></div>
  </text>
  <contained>
    <Substance>
      <id value="hep"/>
      <code>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-EntityCode"/>
          <code value="HEPL"/>
        </coding>
      </code>
    </Substance>
  </contained>
  <identifier>
    <system value="http://example.org"/>
    <value value="23234352356"/>
  </identifier>
  <accessionIdentifier>
    <system value="http://example.org"/>
    <value value="X352356"/>
  </accessionIdentifier>
  <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>
  <receivedTime value="2011-03-04T07:03:00Z"/>
  <collection>
    <collector>
      <reference value="Practitioner/example"/>
    </collector>
    <collectedDateTime value="2011-05-30T06:15:00Z"/>
    <quantity>
      <value value="6"/>
      <unit value="mL"/>
    </quantity>
    <method>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0488"/>
        <code value="LNV"/>
      </coding>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="49852007"/>
        <display value="Structure of median cubital vein (body structure)"/>
      </coding>
      <text value="Right median cubital vein"/>
    </bodySite>
  </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>
  <note>
    <text value="Specimen is grossly lipemic"/>
  </note>
</Specimen>