fhir_read
Read a single FHIR R4 resource by its type and logical ID. Returns the complete resource JSON for clinical use.
Instructions
Read a single FHIR R4 resource by type and logical ID. Returns the full resource JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | Yes | FHIR resource type, e.g. 'Patient', 'Observation'. | |
| resource_id | Yes | Server-assigned logical ID. |