Prerequisites
- project_contributor access in AgentRuntime
- No external credentials, EHR integration, or HIPAA BAA required — all data is in-memory mock content
- Clear internal policy that workflows using this adapter stay in dev, demo, or training environments
Connect in AgentRuntime
1
Confirm environment
Use this adapter only in non-production projects. Do not bind real patient identifiers or upload PHI into workflow inputs.
2
Add healthcare MCP instance
Go to MCP, click Add instance for healthcare. No connection secrets are required.
3
Explore mock patients
Run mcp_call →
patient.lookup with sample IDs such as PT-001 to see synthetic records.4
Walk through a demo flow
Chain
patient.lookup → diagnosis.analyze → scheduling.find_slot → scheduling.book in Workflow Studio to validate orchestration patterns before integrating a real FHIR backend.What you can build
- Clinical agent demos — Chat Autopilot walks through intake → mock diagnosis → appointment booking for sales or training.
- Workflow testing — Use
_failand_latency_msinputs to simulate slow EHR responses and retry logic. - Human-in-the-loop prototypes — human_task approval before
medication.prescribein a sandbox UI flow. - Integration blueprint — Replace mock tool calls with real FHIR connectors later while keeping the same workflow graph structure.
Tools
All tools accept optional
_latency_ms (simulate delay) and _fail (force error) for testing.
Example
Demo intake and scheduling flow:Configuration
This adapter has no required connection keys. Mock data is served locally by the connector runtime.Troubleshooting
Related
- Integrations quickstart
- Human tasks — approval in clinical-style flows
- Connector catalog
- Troubleshooting