II.
LibraryProcess JSON
Structured · livelib-process:healthcare--discharge-planning-process
discharge-planning-process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:healthcare--discharge-planning-process",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "discharge-planning-process",
"description": "Discharge Planning Process - Comprehensive approach to preparing patients for safe transition\nfrom hospital to home or other care settings with medication reconciliation and post-acute coordination.",
"libraryPath": "library/specializations/domains/social-sciences-humanities/healthcare/discharge-planning-process.js",
"specialization": "healthcare",
"references": [
"- CMS Discharge Planning Requirements (CoP)\n- Project RED (Re-Engineered Discharge)\n- Coleman Care Transitions Intervention"
],
"example": "const result = await orchestrate('specializations/domains/social-sciences-humanities/healthcare/discharge-planning-process', {\n patientProfile: { age: 75, diagnosis: 'CHF exacerbation', comorbidities: ['DM', 'CKD'] },\n admissionType: 'acute',\n anticipatedNeeds: ['home health', 'medication management', 'DME'],\n caregiverAvailable: true\n});",
"usesAgents": [
"discharge-planner",
"post-acute-specialist",
"placement-coordinator",
"clinical-pharmacist",
"patient-educator",
"care-coordinator",
"social-worker",
"physician-assistant",
"nurse-educator",
"discharge-coordinator"
]
},
"outgoingEdges": [
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "skill-area:data-governance",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "domain:healthcare",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "specialization:clinical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:healthcare--discharge-planning-process",
"to": "specialization:healthcare",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}