Encounter
An interaction between a patient and the care team — a visit.
Encounters record what actually happened: who was seen, by whom, when, and in connection with which appointment. Clinical resources such as Condition and Observation commonly reference their originating encounter.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | patient/Encounter.rs, user/Encounter.rs |
| Backend services | read + search | system/Encounter.rs |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
patient |
reference | Encounters for a specific Patient. |
practitioner |
reference | Encounters involving a specific Practitioner. |
appointment |
reference | Encounters fulfilling a specific Appointment. |
date |
date | Encounter period; supports FHIR date prefixes for ranges. |
status |
token | planned, in-progress, finished, cancelled, and other encounter statuses. |