II.
LibraryProcess JSON
Structured · livelib-process:healthcare--fmea-healthcare
fmea-healthcare json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:healthcare--fmea-healthcare",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fmea-healthcare",
"description": "Failure Mode and Effects Analysis (FMEA) - Proactive risk assessment tool that identifies\npotential failures in healthcare processes before they occur and develops preventive actions.",
"libraryPath": "library/specializations/domains/social-sciences-humanities/healthcare/fmea-healthcare.js",
"specialization": "healthcare",
"references": [
"- IHI FMEA Tool\n- VA NCPS HFMEA\n- Joint Commission Proactive Risk Assessment"
],
"example": "const result = await orchestrate('specializations/domains/social-sciences-humanities/healthcare/fmea-healthcare', {\n processName: 'Medication Administration Process',\n processScope: 'From pharmacy dispensing to patient administration',\n existingControls: ['barcode scanning', 'double-check policy'],\n teamMembers: ['pharmacist', 'nurse', 'physician', 'quality']\n});",
"usesAgents": [
"fmea-facilitator",
"process-mapper",
"failure-analyst",
"risk-scorer",
"prioritization-analyst",
"action-developer",
"implementation-planner",
"measures-analyst",
"risk-projector",
"report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "skill-area:data-governance",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "domain:healthcare",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "specialization:clinical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--fmea-healthcare",
"to": "specialization:healthcare",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}