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

This page is part of the International Patient Summary Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Organization: lab example - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="lab-org-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization lab-org-example</b></p><a name="lab-org-example"> </a><a name="hclab-org-example"> </a><a name="lab-org-example-en-US"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 73588009}">Hospital-based laboratory facility</span></p><p><b>name</b>: Best Hospital Laboratory</p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="73588009"/>
      <display value="Hospital-based laboratory facility"/>
    </coding>
  </type>
  <name value="Best Hospital Laboratory"/>
</Organization>