STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: specimen-example-bat - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-example-bat"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen specimen-example-bat</b></p><a name="specimen-example-bat"> </a><a name="hcspecimen-example-bat"> </a><a name="specimen-example-bat-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-specimen.html">CSIRO STARS Specimen Profile</a></p></div><p><b>accessionIdentifier</b>: AS22-00001</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 128157004}">Tissue specimen from brain</span></p><p><b>subject</b>: <a href="Patient-Bat.html">Bat (no stated gender), DoB Unknown ( bat1)</a></p><h3>Processings</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td></tr><tr><td style="display: none">*</td><td>Brain extracted from bat carcass</td></tr></table><p><b>condition</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0493 COOL}">Cool</span></p><p><b>note</b>: Bat was showing nerological signs of rabies-like disease</p></div>
  </text>
  <accessionIdentifier>
    <value value="AS22-00001"/>
  </accessionIdentifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="128157004"/>
      <display value="Tissue specimen from brain"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/Bat"/>
  </subject>
  <processing>
    <description value="Brain extracted from bat carcass"/>
  </processing>
  <condition>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0493"/>
      <code value="COOL"/>
      <display value="Cool"/>
    </coding>
  </condition>
  <note>
    <text value="Bat was showing nerological signs of rabies-like disease"/>
  </note>
</Specimen>