Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Laboratory Organization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-lab-organization"/>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p><b>Generated Narrative</b></p><p><b>id</b>: example-lab-organization</p><p><b>language</b>: en-US</p><p><b>active</b>: true</p><p><b>name</b>: The Good Testing Laboratory</p><p><b>telecom</b>: http://fhir.org(TEMP)</p><p><b>address</b>: 1 Lab Dr Paris TX 12340 USA (TEMP)</p></div>
  </text>
  <active value="true"/>
  <name value="The Good Testing Laboratory"/>
  <telecom>
    <system value="url"/>
    <value value="http://fhir.org"/>
    <use value="temp"/>
  </telecom>
  <address>
    <use value="temp"/>
    <type value="both"/>
    <line value="1 Lab Dr"/>
    <city value="Paris"/>
    <state value="TX"/>
    <postalCode value="12340"/>
    <country value="USA"/>
  </address>
</Organization>