II.
LibraryProcess JSON
Structured · livelib-process:healthcare--pdsa-cycle-implementation
pdsa-cycle-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:healthcare--pdsa-cycle-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "pdsa-cycle-implementation",
"description": "PDSA Cycle Implementation - Plan-Do-Study-Act methodology for testing and implementing\nchanges in healthcare settings through rapid-cycle improvement and iterative testing.",
"libraryPath": "library/specializations/domains/social-sciences-humanities/healthcare/pdsa-cycle-implementation.js",
"specialization": "healthcare",
"references": [
"- Langley, G.J. et al. (2009). The Improvement Guide\n- IHI Model for Improvement\n- Deming, W.E. (1986). Out of the Crisis"
],
"example": "const result = await orchestrate('specializations/domains/social-sciences-humanities/healthcare/pdsa-cycle-implementation', {\n improvementAim: 'Reduce medication errors by 50% in 6 months',\n changeIdea: 'Implement barcode medication administration',\n currentBaseline: { errorRate: 2.5, errorsPer1000: 25 },\n testScope: 'Med-Surg Unit 3A'\n});",
"usesAgents": [
"improvement-advisor",
"improvement-facilitator",
"data-analyst",
"documentation-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "skill-area:data-governance",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "domain:healthcare",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "specialization:clinical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--pdsa-cycle-implementation",
"to": "specialization:healthcare",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}