Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Adrenal Specimen (example) - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="adrenal-example"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2021-08-06T14:01:37.599+00:00"/>
    <source value="#ZUtzI9gMaQppmoj3"/>
    <profile
             value="http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 123456789</p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 BX}">Biopsy</span></p><h3>Containers</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td></tr><tr><td>*</td><td>id: 987654321</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://some-lis.org/fhir/specimen-identifier-provisioner"/>
    <value value="123456789"/>
  </identifier>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
      <code value="BX"/>
    </coding>
  </type>
  <container>
    <identifier>
      <system value="http://some-lis.org/fhir/specimen-containerID-provisioner"/>
      <value value="987654321"/>
    </identifier>
  </container>
</Specimen>