Botswana AMR Implementation Guide
0.1.0 - 0.1.0

Botswana AMR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Specimen - Mid-stream Urine - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="ExampleSpecimenUrine"/>
  <meta>
    <profile
             value="http://bw.health.gov/fhir/amr/StructureDefinition/botswana-amr-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen ExampleSpecimenUrine</b></p><a name="ExampleSpecimenUrine"> </a><a name="hcExampleSpecimenUrine"> </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-botswana-amr-specimen.html">Botswana AMR Specimen</a></p></div><p><b>identifier</b>: PMH-2026-U4421</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-SpecimenType UR}">Urine</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientMotswana.html">Keabetswe Motswana  Female, DoB: 1981-05-14</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style="display: none">*</td><td>2026-03-10 08:30:00+0200</td><td><span title="Codes:{http://snomed.info/sct 258574006}">Mid-stream urine sample</span></td><td><span title="Codes:{http://snomed.info/sct 68171009}">Urine</span></td></tr></table></div>
  </text>
  <identifier>
    <value value="PMH-2026-U4421"/>
  </identifier>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-SpecimenType"/>
      <code value="UR"/>
      <display value="Urine"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/ExamplePatientMotswana"/>
  </subject>
  <collection>
    <collectedDateTime value="2026-03-10T08:30:00+02:00"/>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="258574006"/>
        <display value="Mid-stream urine sample"/>
      </coding>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="68171009"/>
        <display value="Urine"/>
      </coding>
    </bodySite>
  </collection>
</Specimen>