-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractitionerrole.json
More file actions
35 lines (35 loc) · 1.48 KB
/
Copy pathpractitionerrole.json
File metadata and controls
35 lines (35 loc) · 1.48 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
31
32
33
34
35
{
"resource": "PractitionerRole",
"toolName": "practitionerrole",
"title": "Practitioner Role",
"description": "Search for or read a FHIR PractitionerRole resource linking practitioners to organizations, locations, specialties, and services. For direct read, provide _id alone. For search, provide at least one scoping param such as practitioner, organization, location, role, specialty, or identifier.",
"supportsDirectRead": true,
"searchParams": {
"_id": "PractitionerRole resource ID — performs direct read when provided alone",
"active": "Whether this practitioner role record is active",
"date": "The period during which the practitioner is authorized for these roles",
"email": "Email address",
"endpoint": "Technical endpoints providing access to services",
"identifier": "Business identifier",
"location": "Location where this practitioner provides care",
"organization": "Organization the practitioner represents",
"phone": "Phone number",
"practitioner": "Practitioner reference",
"role": "Role the practitioner may perform (coded)",
"service": "Healthcare services provided for this role",
"specialty": "Practitioner specialty at this organization",
"telecom": "Any contact detail value"
},
"requireOneOf": [
"identifier",
"practitioner",
"organization",
"location",
"role",
"specialty",
"service",
"email",
"phone",
"telecom"
]
}