FHIR Action Block
The FHIR Action Block enables healthcare data exchange using the HL7 FHIR (Fast Healthcare Interoperability Resources) standard from your workflows.
⚠️
Requires a FHIR server endpoint and appropriate authentication credentials (API key, OAuth, or SMART on FHIR).
Supported Actions
- Get Patient - Retrieve patient demographic and clinical data by ID.
- Search Resources - Search any FHIR resource type (Patient, Observation, Condition, etc.) with query parameters.
- Create Resource - Create a new FHIR resource on the server.
- Update Resource - Update an existing FHIR resource.
- Get Observations - Retrieve clinical observations (lab results, vitals) for a patient.
Configuration
- FHIR Server URL - Base URL of the FHIR R4 server.
- Authentication - API key, Bearer token, or OAuth credentials.
- Resource Type - FHIR resource type (e.g., Patient, Observation, MedicationRequest).
- Search Parameters - Query parameters for search operations.
Use Cases
- Build patient intake workflows that create or update FHIR Patient resources.
- Pull lab results and vitals into a clinical decision support workflow.
- Sync patient data between multiple healthcare systems using FHIR bundles.