II.
LibraryProcess JSON
Structured · livelib-process:healthcare--patient-safety-event-reporting
specializations/domains/social-sciences-humanities/healthcare/patient-safety-event-reporting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:healthcare--patient-safety-event-reporting",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/social-sciences-humanities/healthcare/patient-safety-event-reporting",
"description": "Patient Safety Event Reporting - Systematic process for capturing, classifying, and analyzing\npatient safety events including adverse events, near-misses, and unsafe conditions for organizational learning.",
"libraryPath": "library/specializations/domains/social-sciences-humanities/healthcare/patient-safety-event-reporting.js",
"specialization": "healthcare",
"references": [
[
"AHRQ Common Formats"
],
[
"WHO Patient Safety Incident Reporting"
],
[
"ISMP Medication Safety Self Assessment"
]
],
"example": "const result = await orchestrate('specializations/domains/social-sciences-humanities/healthcare/patient-safety-event-reporting', {\n eventDetails: { description: 'Wrong medication administered', location: 'Med-Surg 2B', time: '14:30' },\n reporterRole: 'RN',\n immediateActions: ['stopped infusion', 'notified physician', 'monitored patient'],\n eventCategory: 'medication'\n});",
"usesAgents": [
"event-intake-specialist",
"safety-classifier",
"factor-analyst",
"trend-analyst",
"response-coordinator",
"action-tracker",
"feedback-coordinator",
"aggregate-analyst",
"learning-facilitator",
"report-finalizer"
]
},
"outgoingEdges": [
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "skill-area:data-governance",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "domain:healthcare",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "specialization:clinical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--patient-safety-event-reporting",
"to": "specialization:healthcare",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}