-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareteam.json
More file actions
25 lines (25 loc) · 1.07 KB
/
Copy pathcareteam.json
File metadata and controls
25 lines (25 loc) · 1.07 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
{
"resource": "CareTeam",
"toolName": "careteam",
"title": "Care Team",
"description": "Search for or read a FHIR CareTeam resource listing people and organizations involved in a patient's care. For direct read, provide _id alone. For search, provide patient, subject, identifier, encounter, or participant. Use status to filter active, inactive, or proposed teams.",
"supportsDirectRead": true,
"searchParams": {
"_id": "CareTeam resource ID — performs direct read when provided alone",
"category": "Type of care team",
"date": "Time period the team covers",
"encounter": "Encounter associated with the team",
"identifier": "Business identifier",
"participant": "Who is involved (practitioner, organization, etc.)",
"patient": "Patient the care team is for",
"status": "Status: proposed, active, suspended, inactive, entered-in-error",
"subject": "Subject of the care team (Patient or Group)"
},
"requireOneOf": [
"patient",
"subject",
"identifier",
"encounter",
"participant"
]
}