AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Specimen - Naso swab (COVID test) - XML Representation

Page standards status: Informative

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="nasoswab"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Specimen</b><a name="nasoswab"> </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;nasoswab&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-specimen.html">AU Core Specimen</a></p></div><p><b>type</b>: Swab <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#257261003)</span></p><p><b>subject</b>: <a href="Patient-wang-li.html">Patient/wang-li</a> &quot; WANG&quot;</p><h3>Collections</h3><table class="grid"><tr><td>-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>2021-02-15 12:00:00+1000</td><td>Nasopharyngeal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#71836000 &quot;Nasopharyngeal structure&quot;)</span></td></tr></table><p><b>note</b>: Collection Setting COVID HSC Assessment Clinic</p></div>
  </text>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="257261003"/>
      <display value="Swab"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/wang-li"/>
  </subject>
  <collection>
    <collectedDateTime value="2021-02-15T12:00:00+10:00"/>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="71836000"/>
        <display value="Nasopharyngeal structure"/>
      </coding>
      <text value="Nasopharyngeal"/>
    </bodySite>
  </collection>
  <note>
    <text value="Collection Setting COVID HSC Assessment Clinic"/>
  </note>
</Specimen>