GET Location Resource Bundle
get
/oracle-fhir-server/fhir/Location
This endpoint supports the retrieval of Location resource list.It returns Bundle of Location resource.
Request
Query Parameters
-
_format(optional): string
-
_id(optional): string
The ID of the resource
-
_language(optional): string
The language of the resource
-
address(optional): string
A (part of the) address of the location
-
address-city(optional): string
A city specified in an address
-
address-country(optional): string
A country specified in an address
-
address-postalcode(optional): string
A postal code specified in an address
-
address-state(optional): string
A state specified in an address
-
address-use(optional): string
A use code specified in an address
-
endpoint(optional): string
Technical endpoints providing access to services operated for the location
-
identifier(optional): string
An identifier for the location
-
name(optional): string
A portion of the location's name or alias
-
near(optional): string
Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes). If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant) Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency. Requires the near-distance parameter to be provided also
-
operational-status(optional): string
Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
-
organization(optional): string
Searches for locations that are managed by the provided organization
-
partof(optional): string
A location of which this location is a part
-
status(optional): string
Searches for locations with a specific kind of status
-
type(optional): string
A code for the type of location
Response
200 Response
Success
Nested Schema : Location
Type:
Show Source
object
-
address:
object Location_address
-
alias:
array alias
-
description:
string
Minimum Length:
1
-
endpoint:
array endpoint
Minimum Number of Items:
1
Unique Items Required:true
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
managingOrganization:
object Account_coverage
-
meta:
object Account_meta
-
mode:
string
Minimum Length:
1
-
name:
string
Minimum Length:
1
-
physicalType:
object ActivityDefinition_valueCodeableConcept
-
position:
object Location_position
-
resourceType:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
-
telecom:
array telecom
Minimum Number of Items:
1
Unique Items Required:true
-
text:
object Account_text
Nested Schema : Location_address
Type:
Show Source
object
-
city:
string
Minimum Length:
1
-
country:
string
Minimum Length:
1
-
line:
array line
-
postalCode:
string
Minimum Length:
1
-
use:
string
Minimum Length:
1
Nested Schema : endpoint
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : identifier
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : ActivityDefinition_valueCodeableConcept
Type:
Show Source
object
-
coding:
array coding
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : telecom
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : Account_type_coding
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
display:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : coding
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : ActivityDefinition_telecom
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
use:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1