International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Specimen: example - XML Representation

(back to description)

Raw xml

Source view


<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-example-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: specimen-example-1</p><p><b>type</b>: Urine specimen <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '122575003' = 'Urine specimen', given as 'Urine specimen'})</span></p><p><b>subject</b>: <a href="Patient-66033.html">Generated Summary: id: 66033; 1998041799999, urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76; Marie Lux-Brennard ; gender: female; birthDate: 1998-04-17</a></p><h3>Collections</h3><table class="grid"><tr><td>-</td><td><b>Method</b></td></tr><tr><td>*</td><td>Urine specimen collection, clean catch <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '73416001' = 'Urine specimen collection, clean catch', given as 'Urine specimen collection, clean catch'})</span></td></tr></table></div>
  </text>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122575003"/>
      <display value="Urine specimen"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/66033"/>
  </subject>
  <collection>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="73416001"/>
        <display value="Urine specimen collection, clean catch"/>
      </coding>
    </method>
  </collection>
</Specimen>