Get a location by ID
get
/Location/{ID}
Retrieves an individual location by the associated location ID.
Authorization Types
This operation supports the following authorization types:
Request
Path Parameters
-
ID(required): string
The logical resource ID.
Header Parameters
-
accept(required): string
The media type to be requested. See what the resource's operation produces for what is supported.
Response
Supported Media Types
- application/json+fhir
Default Response
This operation supports the following authorization types:
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location/21250409
Example Response:
{
"resourceType": "Location",
"id": "21250409",
"meta": {
"versionId": "6",
"lastUpdated": "2018-06-12T18:45:00Z"
},
"text": {
"status": "generated",
"div": "Location
Name: BE 1 North
Alias: BE 1N
Managing Organization: Baseline East Medical Center
Part Of: 21250403
Physical Type: Facility(s)
Status: Active
"
},
"extension": [
{
"extension": [
{
"id": "20356268",
"valueString": "Core Measure Locations",
"url": "custom-attribute-name"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4678015",
"code": "20140683",
"display": "ED",
"userSelected": true
}
],
"text": "ED"
},
"url": "custom-attribute-value"
}
],
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/custom-attribute"
}
],
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/73",
"code": "ACCTRECEIVABLE",
"display": "FIN NBR",
"userSelected": true
}
]
},
"system": "FIN NBR",
"value": "16000"
}
],
"status": "active",
"name": "BE 1 North",
"alias": [
"BE 1N"
],
"mode": "instance",
"address": {
"text": "Cerner H2 building\nLevel 4\nManyata embassy business park\nNagawara cicle\nBangalore, AA \nIreland",
"line": [
"Cerner H2 building",
"Level 4",
"Manyata embassy business park",
"Nagawara cicle"
],
"city": "Bangalore",
"district": "Indian River",
"state": "AA",
"country": "Ireland"
},
"physicalType": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/222",
"code": "783",
"display": "Facility(s)",
"userSelected": true
}
],
"text": "Facility(s)"
},
"managingOrganization": {
"reference": "Organization/13971625",
"display": "Baseline East Medical Center"
},
"partOf": {
"reference": "Location/21250403"
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id
, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id
, if present.