-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorganization.json
More file actions
30 lines (30 loc) · 1.26 KB
/
Copy pathorganization.json
File metadata and controls
30 lines (30 loc) · 1.26 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
29
30
{
"resource": "Organization",
"toolName": "organization",
"title": "Organization",
"description": "Search for or read a FHIR Organization resource representing companies, institutions, departments, or healthcare practice groups. For direct read, provide _id alone. For search, provide identifier, name, or partof (parent organization).",
"supportsDirectRead": true,
"searchParams": {
"_id": "Organization resource ID — performs direct read when provided alone",
"active": "Whether the organization's record is active",
"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, billing)",
"endpoint": "Technical endpoints providing access to services",
"identifier": "Organization identifier (e.g. NPI, OID)",
"name": "A portion of the organization's name or alias",
"partof": "Parent organization reference",
"phonetic": "A portion of the name using phonetic matching",
"type": "A code for the type of organization"
},
"requireOneOf": [
"_id",
"identifier",
"name",
"address",
"partof"
]
}