STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: specimen-example - XML Representation
Raw xml | Download
<Specimen xmlns="http://hl7.org/fhir">
<id value="specimen-example"/>
<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"> </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 "specimen-example" </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: Client Sample ID - 12345678</p><p><b>accessionIdentifier</b>: id: AS22-00345</p><p><b>type</b>: Tissue specimen from kidney <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#127474009)</span></p><p><b>subject</b>: <a href="Patient-Shorty.html">Patient/Shorty</a> ""</p><p><b>receivedTime</b>: 2022-03-27</p><h3>Processings</h3><table class="grid"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>fixed in formaldehyde</td></tr></table><p><b>condition</b>: Frozen <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>#FROZ)</span></p><p><b>note</b>: sample prepared for transport</p></div>
</text>
<identifier>
<value value="Client Sample ID - 12345678"/>
</identifier>
<accessionIdentifier>
<value value="AS22-00345"/>
</accessionIdentifier>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="127474009"/>
<display value="Tissue specimen from kidney"/>
</coding>
</type>
<subject>
<reference value="Patient/Shorty"/>
</subject>
<receivedTime value="2022-03-27"/>
<processing>
<description value="fixed in formaldehyde"/>
</processing>
<condition>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0493"/>
<code value="FROZ"/>
<display value="Frozen"/>
</coding>
</condition>
<note>
<text value="sample prepared for transport"/>
</note>
</Specimen>