This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
<Location xmlns="http://hl7.org/fhir"> <id value="qicore-location-example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Mean Joe Greene UMC, South Wing, second floor</div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/location-alias"> <valueString value="Mean Joe Greene University Medical Center, South Wing, second floor"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/location-alias"> <valueString value="BU MC, SW, F2"/> </extension> <identifier> <value value="B1-S.F2"/> </identifier> <status value="active"/> <name value="South Wing, second floor"/> <description value="Second floor of the Old South Wing, formerly in use by Psychiatry"/> <mode value="instance"/> <type> <coding> <system value="http://hl7.org/fhir/v3/RoleCode"/> <code value="HOSP"/> <display value="Hospital"/> </coding> </type> <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> <telecom> <system value="url"/> <value value="http://sampleorg.com/southwing"/> <use value="work"/> </telecom> <address> <use value="work"/> <line value="Iron Curtain 75, Building A"/> <city value="Pittsburgh"/> <state value="PA"/> <postalCode value="15016"/> <country value="US"/> </address> <physicalType> <coding> <system value="http://hl7.org/fhir/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/qicore-organization-example"/> </managingOrganization> </Location>