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
| Page standards status: Informative |
<Location xmlns="http://hl7.org/fhir">
<id value="lab-a"/>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
Lab A<br/>
100 Main Street<br/>
Anytown, AL 36106<br/>
USA<br/>
(+1) 334-272-1000 (phone)<br/>
(+1) 334-272-1001 (fax)<br/>
E-mail: <a href="mailto:lab@labA.com">lab@labA.com</a>
</div>
</text>
<!-- HL7 itself -->
<status value="active"/>
<name value="Lab A Location"/>
<description value="Physical Location of Example Lab A"/>
<mode value="instance"/>
<contact>
<telecom>
<system value="phone"/>
<value value="(+1) 334-272-1000"/>
</telecom>
</contact>
<contact>
<telecom>
<system value="fax"/>
<value value="(+1) 334-272-1001"/>
</telecom>
</contact>
<contact>
<telecom>
<system value="email"/>
<value value="lab@labA.com"/>
</telecom>
</contact>
<address>
<line value="100 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>