This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Wing within a hospital
{ "resourceType": "Location", "text": { "status": "generated", "div": "<div>Burgers UMC, South Wing, second floor</div>" }, "identifier": { "value": "B1-S.F2" }, "name": "South Wing, second floor", "description": "Second floor of the Old South Wing, formerly in use by Psychiatry", "telecom": [ { "system": "phone", "value": "2328", "use": "work" }, { "system": "fax", "value": "2329", "use": "work" }, { "system": "email", "value": "second wing admissions" }, { "system": "url", "value": "http://sampleorg.com/southwing", "use": "work" } ], "address": { "use": "work", "line": [ "Galapagosweg 91, Building A" ], "city": "Den Burg", "zip": "9105 PZ", "country": "NLD" }, "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "wi", "display": "Wing" } ] }, "position": { "longitude": 4.844614000123024, "latitude": 52.37799399970903, "altitude": 0 }, "managingOrganization": { "reference": "Organization/f001" }, "status": "active" }