Get resource history
get_historyFetch version history of FHIR resources at the resource, type, or system level using resourceType and optional id parameters.
Instructions
Fetch version history. With resourceType and id: history of one resource (GET /{type}/{id}/_history). With only resourceType: history across that type. With neither: system-wide history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Logical id (requires resourceType) | |
| count | No | Entries per page (default 20, capped at 50) | |
| since | No | Only versions created after this instant (ISO 8601) | |
| resourceType | No | FHIR resource type (omit for system-level history) |