Read a FHIR resource
read_fhirRetrieve a specific FHIR resource by providing its type and logical ID.
Instructions
Read a single resource by type and id (GET /{resourceType}/{id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Logical id of the resource | |
| resourceType | Yes | FHIR resource type, e.g. Patient |