-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencounter.json
More file actions
36 lines (36 loc) · 2.08 KB
/
Copy pathencounter.json
File metadata and controls
36 lines (36 loc) · 2.08 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
36
{
"resource": "Encounter",
"toolName": "encounter",
"title": "Encounter",
"description": "Search for or read a FHIR Encounter resource. Provide an _id for direct read, or search by patient, status, class, or date.",
"supportsDirectRead": true,
"searchParams": {
"_id": "Encounter resource ID — performs direct read when provided alone",
"account": "Account billed for the encounter",
"appointment": "The appointment that scheduled this encounter",
"based-on": "The ServiceRequest that initiated this encounter",
"class": "Encounter class (e.g. AMB, IMP, EMER)",
"date": "Encounter date or date range (e.g. ge2024-01-01)",
"diagnosis": "The diagnosis or procedure relevant to the encounter",
"discharge-disposition": "Disposition of the patient at discharge (coded) — US Core search param",
"episode-of-care": "EpisodeOfCare the encounter is part of",
"identifier": "Business identifier in system|value format",
"location": "Location the encounter took place",
"location-period": "Time period a location was assigned to the encounter",
"part-of": "Another encounter this one is part of",
"participant": "Persons involved in the encounter other than the patient",
"participant-type": "Role of the participant in the encounter (coded)",
"patient": "Patient resource ID or reference",
"practitioner": "Practitioner involved in the encounter",
"reason-code": "Coded reason the encounter takes place",
"reason-reference": "Reason the encounter takes place (Condition, Procedure, Observation, ImmunizationRecommendation reference)",
"service-provider": "Organization primarily responsible for the encounter services",
"special-arrangement": "Special arrangements required for the encounter (coded)",
"status": "Encounter status (e.g. finished, in-progress, planned)",
"subject": "Subject of the encounter (Patient) — equivalent to patient, not usable at the same time",
"type": "Specific type of encounter (coded)"
},
"requireOneOf": [
"patient"
]
}