This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
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
5.6.5
5.15.7
Resource
Location
-
Examples
Example
Index:
List:
|
Wing
within
a
hospital
|
XML
|
JSON
|
|
|
Operation
room
within
hospital
|
XML
|
JSON
|
|
5.6.5.1
Ambulance
provided
by
Burgers
Healthcare
Wing
|
XML
Wing
within
a
hospital
(id
=
"1")
Raw
|
JSON
| |
|
Patient's
Home
which
can
be
used
for
remote
encounters
|
XML
|
</Location>
JSON
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"
}
5.6.5.2
|
|
UK
Pharmacy
Jurisdiction
Room
|
XML
Operation
room
within
hospital
(id
=
"2")
Raw
|
JSON
| |
|
HL7
HQ
Location
|
XML
|
</Location>
JSON
|
|
|
|
Operation
room
within
hospital
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.
{
"resourceType": "Location",
"text": {
"status": "generated",
"div": "<div>Burgers UMC, South Wing, second floor, Neuro Radiology Operation Room 1</div>"
},
"identifier": {
"value": "B1-S.F2.1.00"
},
"name": "South Wing Neuro OR 1",
"description": "Old South Wing, Neuro Radiology Operation Room 1 on second floor",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/RoleCode",
"code": "RNEU",
"display": "Neuroradiology unit"
}
]
},
"telecom": [
{
"system": "phone",
"value": "2329"
}
],
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "ro",
"display": "Room"
}
]
},
"managingOrganization": {
"reference": "Organization/f001"
},
"status": "suspended",
"partOf": {
"reference": "Location/1"
}
}