type: exampleresource: Locationexample: location-example
Location Example: location-example
Narrative
Burgers UMC, South Wing, second floor
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Location xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://hl7.org/fhir ../../schema/location.xsd" xmlns="http://hl7.org/fhir">
<id value="1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Burgers UMC, South Wing, second floor</div>
</text>
<identifier>
<value value="B1-S.F2" />
</identifier>
<status value="active" />
<name value="South Wing, second floor"/>
<alias value="BU MC, SW, F2"/>
<alias value="Burgers University Medical Center, South Wing, second floor"/>
<description value="Second floor of the Old South Wing, formerly in use by Psychiatry"/>
<mode value="instance" />
<contact>
<telecom>
<system value="phone"/>
<value value="2328"/>
<use value="work"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="2329"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="second wing admissions"/>
</telecom>
</contact>
<contact>
<telecom>
<system value="url"/>
<value value="http://sampleorg.com/southwing"/>
<use value="work"/>
</telecom>
</contact>
<address>
<use value="work"/>
<line value="Galapagosweg 91, Building A"/>
<city value="Den Burg"/>
<postalCode value="9105 PZ"/>
<country value="NLD"/>
</address>
<form>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
<code value="wi"/>
<display value="Wing"/>
</coding>
</form>
<position>
<longitude value="-83.6945691"/>
<latitude value="42.25475478" />
<altitude value="0" />
</position>
<managingOrganization>
<reference value="Organization/f001"/>
</managingOrganization>
<characteristic>
<coding>
<system value="http://hl7.org/fhir/location-characteristic" />
<code value="wheelchair"/>
<display value="Wheelchair accessible"/>
</coding>
</characteristic>
<endpoint>
<reference value="Endpoint/example"/>
</endpoint>
</Location>