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-serum-sample-1 - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-example-serum-sample-1"/>
  <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-serum-sample-1"> </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-serum-sample-1&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>: Accession ID: Client Sample ID - Cow1 - Sample 1</p><p><b>accessionIdentifier</b>: id: AS-22-3437-0001</p><p><b>type</b>: Blood - Serum <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-legacy-sample-type-code-system.html">STARS Legacy Sample Type Code System</a>#BLOOD_SERUM)</span></p><p><b>subject</b>: <a href="Bundle-zz4dd75c-673b-4263-8c70-6e92fef4a48b.html#urn-uuid-55556344-e640-4038-82c9-3ebaa8ee594c">urn:uuid:55556344-e640-4038-82c9-3ebaa8ee594c</a></p><p><b>receivedTime</b>: 2022-11-03</p><h3>Collections</h3><table class="grid"><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>2022-10-31</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></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
      </coding>
    </type>
    <value value="Client Sample ID - Cow1 - Sample 1"/>
  </identifier>
  <accessionIdentifier>
    <value value="AS-22-3437-0001"/>
  </accessionIdentifier>
  <type>
    <coding>
      <system
              value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-sample-type-code-system"/>
      <code value="BLOOD_SERUM"/>
      <display value="Blood - Serum"/>
    </coding>
  </type>
  <subject>
    <reference value="urn:uuid:55556344-e640-4038-82c9-3ebaa8ee594c"/>
  </subject>
  <receivedTime value="2022-11-03"/>
  <collection>
    <collectedDateTime value="2022-10-31"/>
  </collection>
  <condition>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0493"/>
      <code value="COOL"/>
      <display value="Cool"/>
    </coding>
  </condition>
</Specimen>