STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). 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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Specimen</b><a name="specimen-example-bat"> </a></p><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">Resource Specimen &quot;specimen-example-bat&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-specimen.html">CSIRO STARS Specimen Profile</a></p></div><p><b>identifier</b>: id: &quot;Tom&quot; 945 953 333 566 Client Sample ID - Bat1</p><p><b>type</b>: Tissue specimen from brain <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#128157004)</span></p><p><b>subject</b>: <a href="Patient-Bat.html">Patient/Bat</a> &quot;&quot;</p><p><b>receivedTime</b>: 2022-11-28 00:00:00+0000</p><h3>Processings</h3><table class="grid"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>Brain extracted from bat carcass</td></tr></table><p><b>condition</b>: Cool <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v2-0493.html">specimenCondition</a>#COOL)</span></p><p><b>note</b>: Bat was showing nerological signs of rabies-like disease</p></div>
  </text>
  <identifier>
    <value value="&quot;Tom&quot; 945 953 333 566 Client Sample ID - Bat1"/>
  </identifier>
  <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>
  <receivedTime value="2022-11-28T00:00:00Z"/>
  <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>