Fetch a patient's full record
patient_everythingFetch all resources in a patient's compartment, including conditions, observations, encounters, and medications. Limit by resource types or update time to keep responses manageable.
Instructions
Fetch all resources in a patient's compartment (GET /Patient/{id}/$everything): conditions, observations, encounters, medications, etc. Use types to limit resource types and since to limit to recently-updated resources — both are recommended to keep responses manageable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Results per page (default 20, capped at 50) | |
| since | No | Only resources updated after this instant (ISO 8601, e.g. 2026-01-01T00:00:00Z) | |
| types | No | Restrict to these resource types, e.g. ["Observation", "Condition"] | |
| patientId | Yes | Logical id of the Patient |