{
  "sim_id": "post-surgical-care-transition-workflow",
  "diagram_name": "Post-Surgical Care Transition Workflow",
  "chapter_number": 11,
  "chapter_title": "Specialty Care, Surgery, and Remote Monitoring",
  "chapter_dir": "11-specialty-care-surgery-remote-monitoring",
  "chapter_rel_dir": "chapters/11-specialty-care-surgery-remote-monitoring",
  "library": "vis-network",
  "bloom_level": "Analyze<br/>",
  "bloom_verb": "examine, differentiate<br/>",
  "learning_objective": "Examine a post-surgical care workflow and differentiate which upstream, graph-visible factors feed the computed Readmission Risk score.",
  "completion_status": "validated",
  "quality_score": 100,
  "validated_date": "2026-09-07",
  "implementation_path": "sims/post-surgical-care-transition-workflow/main.html",
  "extracted_date": "2026-09-07",
  "specification": "Type: workflow\n**sim-id:** post-surgical-care-transition-workflow<br/>\n**Library:** vis-network<br/>\n**Status:** Validated\n\nBloom Taxonomy: Analyze<br/>\nBloom Taxonomy Verb: examine, differentiate<br/>\nLearning objective: Examine a post-surgical care workflow and differentiate which upstream, graph-visible factors feed the computed Readmission Risk score.\n\nPurpose: Let the learner trace the path from a surgical episode through discharge and care transition to a computed readmission-risk score, discovering by clicking which upstream facts actually feed that score.\n\nComponents to show (nodes, left to right in a directed layout):\n1. Surgical Procedure (blue rounded rectangle) -- properties: procedure_code, surgeon, anesthesia_type, date\n2. Post-Operative Monitoring (teal rounded rectangle) -- properties: vital_signs, wound_status, pain_score, complication_flag\n3. Discharge Summary (gray document-shaped node) -- properties: diagnoses, medications, follow_up_instructions\n4. Care Transition (orange diamond decision node) -- branches to two destinations\n5a. Home with Home Health (green rounded rectangle)\n5b. Skilled Nursing / Rehab Facility (green rounded rectangle)\n6. Readmission Risk (red octagon \"result\" node) -- property: risk_score (0-100)\n\nEdges:\n- Surgical Procedure -> Post-Operative Monitoring (\"FOLLOWED_BY\")\n- Post-Operative Monitoring -> Discharge Summary (\"LEADS_TO\")\n- Discharge Summary -> Care Transition (\"INITIATES\")\n- Care Transition -> Home with Home Health (\"ROUTES_TO\", solid line)\n- Care Transition -> Skilled Nursing / Rehab Facility (\"ROUTES_TO\", solid line)\n- Four dashed contributing-factor edges into Readmission Risk: from a \"Comorbidity Count\" mini-node, a \"Length of Stay\" mini-node (attached to Post-Operative Monitoring), a \"Discharge Disposition\" mini-node (attached to Care Transition), and a \"Prior Admissions (12 mo)\" mini-node\n\nVisual style: Left-to-right directed workflow graph with one decision branch; the four contributing-factor nodes are drawn smaller and in a muted purple, feeding into Readmission Risk from below to visually distinguish \"process\" nodes from \"input\" nodes.\n\nColor scheme: Blue/teal for the surgical and monitoring steps, orange for the decision point, green for the two transition destinations, purple for contributing-factor inputs, red for the final risk node.\n\nInteractive controls:\n- Click any node to open an infobox with its definition and property list (matching the definitions given in the surrounding text)\n- Click the Readmission Risk node specifically to reveal a breakdown panel listing all four contributing factors with a sample numeric value for each (e.g., \"Comorbidity Count: 3\", \"Length of Stay: 6 days\", \"Discharge Disposition: Skilled Nursing Facility\", \"Prior Admissions (12 mo): 1\") and the resulting sample score\n- Hover any edge to see a one-line description of the relationship it represents\n- Toggle button: \"Highlight risk inputs only\" -- dims every node except the four contributing-factor nodes and the Readmission Risk node, isolating the subgraph the score actually depends on\n- Zoom and pan enabled on the canvas\n\nInstructional Rationale: This is an Analyze-level objective (examine, differentiate), so the design deliberately avoids a passive animation and instead rewards active exploration: the learner must click into the Readmission Risk node to discover which of the many upstream nodes actually feed it, then use the \"Highlight risk inputs only\" toggle to visually confirm that discovery against the full workflow. This mirrors the real analytical skill the section teaches -- tracing a computed value back to the graph structure that produced it -- rather than simply watching the workflow animate start to finish.\n\nImplementation: vis-network JavaScript library with a hierarchical (left-to-right) layout option; infobox rendered as a fixed side panel updated on node/edge click."
}
