II.
Workflow JSON
Structured · liveworkflow:patient-onboarding
Patient Onboarding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:patient-onboarding",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-3.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Patient Onboarding",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-patient",
"complexity": "moderate",
"description": "Onboarding patients into healthcare systems or clinical trials —\ninformed consent, eligibility screening, baseline assessments, medical\nhistory collection, and care plan establishment. Ensures data quality,\nprivacy compliance, and smooth care transitions.\n"
},
"outgoingEdges": [
{
"from": "workflow:patient-onboarding",
"to": "role:clinical-data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "role:epidemiologist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "skill-area:onboarding-flow-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "domain:healthcare",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "responsibility:clinical-data-integrity",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "responsibility:patient-safety-compliance",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}