II.
Responsibility JSON
Structured · liveresponsibility:patient-safety-compliance
Patient safety compliance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:patient-safety-compliance",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded-3.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Patient safety compliance",
"cadence": "continuous",
"description": "Monitor and enforce patient safety protocols — adverse event reporting,\nsafety signal detection, and compliance with pharmacovigilance\nregulations. Ensure clinical systems flag potential safety issues\nin real time.\n"
},
"outgoingEdges": [
{
"from": "responsibility:patient-safety-compliance",
"to": "role:clinical-data-scientist",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:patient-safety-compliance",
"to": "role:epidemiologist",
"kind": "held_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:epidemiologist",
"to": "responsibility:patient-safety-compliance",
"kind": "holds_responsibility"
},
{
"from": "role:clinical-data-scientist",
"to": "responsibility:patient-safety-compliance",
"kind": "holds_responsibility"
},
{
"from": "workflow:clinical-trial-protocol",
"to": "responsibility:patient-safety-compliance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:patient-onboarding",
"to": "responsibility:patient-safety-compliance",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}