Example: automated diagnostic triage system
A biotech or healthcare system uses automation to assist with diagnostic triage. The system:- ingests lab results and patient data
- applies rules and model outputs
- produces a recommendation (e.g. “urgent review” or “normal”)
Flow
- The system fetches lab or sensor data from external systems
- Data is processed by an AI model or rules engine
- A recommendation is produced
- A human or downstream system reviews or acts on it
Where Prado is used
- HTTP runtime
- Records external data sources (lab APIs, reference databases)
- JS / Python runtime
- Records deterministic rules or thresholds
- Example: escalation logic, safety checks
What Prado proves
- What data was used to make the recommendation
- What logic was executed
- What output was produced
- That the evidence was not modified later
What Prado does NOT prove
- That the diagnosis is correct
- That the model is medically valid
- That the outcome is optimal