FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Location xmlns="http://hl7.org/fhir">
<id value="example-03"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location example-03</b></p><a name="example-03"> </a><a name="hcexample-03"> </a><a name="example-03-hi-IN"> </a><p><b>identifier</b>: B1-S.F2</p><p><b>status</b>: Active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: XTZ Insurance Co. Ltd., South Wing, second floor</p><p><b>description</b>: Second floor of the Old South Wing, formerly in use by Psychiatry</p><p><b>mode</b>: Instance</p><p><b>telecom</b>: ph: 2328(Work), fax: 2329(Work), <a href="http://sampleorg.com/southwing">http://sampleorg.com/southwing</a></p><p><b>address</b>: 91, Building A Pune 451855 IND (work)</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}">Wing</span></p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style="display: none">*</td><td>-83.6945691</td><td>42.25475478</td><td>0</td></tr></table><p><b>managingOrganization</b>: <a href="Organization-example-02.html">Organization XYZ Insurance Co. Ltd.</a></p></div>
</text>
<identifier>
<value value="B1-S.F2"/>
</identifier>
<status value="active"/>
<name value="South Wing, second floor"/>
<alias value="XTZ Insurance Co. Ltd., South Wing, second floor"/>
<description
value="Second floor of the Old South Wing, formerly in use by Psychiatry"/>
<mode value="instance"/>
<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="url"/>
<value value="http://sampleorg.com/southwing"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<line value="91, Building A"/>
<city value="Pune"/>
<postalCode value="451855"/>
<country value="IND"/>
</address>
<physicalType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="wi"/>
<display value="Wing"/>
</coding>
</physicalType>
<position>
<longitude value="-83.6945691"/>
<latitude value="42.25475478"/>
<altitude value="0"/>
</position>
<managingOrganization>🔗
<reference value="Organization/example-02"/>
</managingOrganization>
</Location>