1. get_capabilities
Retrieves metadata about a specified FHIR resource type, including its supported search parameters and custom operations.
2. search
Executes a standard FHIR search interaction on a given resource type, returning a bundle or list of matching resources.
3. read
Performs a FHIR "read" interaction to retrieve a single resource instance by its type and resource ID, optionally refining the response with search parameters or custom operations.
4. create
Executes a FHIR "create" interaction to persist a new resource of the specified type.
5. update
Performs a FHIR "update" interaction by replacing an existing resource instance's content with the provided payload.
6. delete
Execute a FHIR "delete" interaction on a specific resource instance.
7. get_user
Retrieves the currently authenticated user's FHIR resource and returns a concise profile containing available demographic fields.