OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: City Hospital Lab Location

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="hospital-lab"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      City Hospital Lab<br/>
				200 Main Street<br/>
				Anytown, AL 36106<br/>
				USA<br/>
				(+1) 334-272-2001 (fax)<br/>
				E-mail:  <a href="mailto:lab@cityhospital.com">lab@cityhospital.com</a>
    </div>
  </text>
  <!--  HL7 itself  -->
  <status value="active"/>
  <name value="City Hospital Lab Location"/>
  <description value="Physical Location of Example City Hospital Lab"/>
  <mode value="instance"/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="(+1) 334-272-2000"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="fax"/>
      <value value="(+1) 334-272-2001"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="lab@cityhospital.com"/>
    </telecom>
  </contact>
  <address>
    <line value="200 Main Street"/>
    <city value="Anytown"/>
    <state value="AL"/>
    <postalCode value="36106"/>
    <country value="USA"/>
  </address>
  <form>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="bu"/>
      <display value="Building"/>
    </coding>
  </form>
</Location>