International Patient Summary Implementation Guide
2.0.0-ballot - STU 2 Ballot International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions

: Specimen: example - XML Representation

Page standards status: Informative

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-example-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen specimen-example-1</b></p><a name="specimen-example-1"> </a><a name="hcspecimen-example-1"> </a><a name="specimen-example-1-en-US"> </a><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 122575003}">Urine specimen</span></p><p><b>subject</b>: <a href="Patient-66033.html">Marie Lux-Brennard  Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Method</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 73416001}">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>