This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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", "id": "1", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></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", "postalCode": "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" }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.