II.
Workflow JSON
Structured · liveworkflow:patient-safety-event-review
Patient Safety Event Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:patient-safety-event-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-healthcare.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Patient Safety Event Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-event",
"complexity": "cross-team",
"description": "Reviews reported patient safety events and adverse incidents -- triaging\nincoming event reports by severity classification, conducting root-cause\nanalysis with clinical and engineering teams, correlating device\ntelemetry or software logs with patient outcomes, evaluating whether\ncorrective action is required, and filing regulatory reports (FDA\nMedWatch, MHRA Yellow Card) within mandated timelines. Produces incident\ninvestigation reports, corrective action plans, and regulatory\nsubmission records. Excludes clinical treatment decisions.\n"
},
"outgoingEdges": [
{
"from": "workflow:patient-safety-event-review",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "domain:healthcare",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "responsibility:regulatory-filing",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "org-unit:compliance-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:patient-safety-event-review",
"to": "org-unit:operations-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}