-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation.json
More file actions
28 lines (28 loc) · 1.47 KB
/
Copy pathlocation.json
File metadata and controls
28 lines (28 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"resource": "Location",
"toolName": "location",
"title": "Location",
"description": "Search for or read a FHIR Location resource for physical places where services are provided. For direct read, provide _id alone. For search, provide identifier, name, organization, partof, address, address-city, or near. Use near with format latitude|longitude|distance|units (WGS84 datum, defaults to km) for proximity searches.",
"supportsDirectRead": true,
"searchParams": {
"_id": "Location resource ID — performs direct read when provided alone",
"address": "Any part of the address",
"address-city": "City",
"address-country": "Country",
"address-postalcode": "Postal / ZIP code",
"address-state": "State",
"address-use": "Use of the address (work, temp, old)",
"endpoint": "Technical endpoints providing access to services at this location",
"identifier": "Location identifier",
"name": "A portion of the location's name or alias",
"near": "Search by proximity — format: latitude|longitude|distance|units (WGS84 datum, units default to km)",
"operational-status": "Operational status of the location (typically for bed/room)",
"organization": "Organization responsible for provisioning and upkeep",
"partof": "Parent location reference",
"status": "Location status: active, suspended, inactive",
"type": "Type of function performed at the location"
},
"requireOneOf": [
"_id"
]
}