iiRecord
Agentic AI Atlas · patient-flow-optimization
lib-process:healthcare--patient-flow-optimizationa5c.ai
II.
LibraryProcess JSON

lib-process:healthcare--patient-flow-optimization

Structured · live

patient-flow-optimization json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:healthcare--patient-flow-optimization",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "patient-flow-optimization",
    "description": "Patient Flow Optimization Process - Systematic approach to managing patient movement through\nhealthcare facilities using Lean principles to reduce wait times, improve throughput, and enhance patient experience.",
    "libraryPath": "library/specializations/domains/social-sciences-humanities/healthcare/patient-flow-optimization.js",
    "specialization": "healthcare",
    "references": [
      "- IHI (2003). Optimizing Patient Flow\n- Litvak, E. (2010). Managing Patient Flow in Hospitals\n- Womack, J. & Jones, D. (2003). Lean Thinking"
    ],
    "example": "const result = await orchestrate('specializations/domains/social-sciences-humanities/healthcare/patient-flow-optimization', {\n  facilityName: 'General Hospital Emergency Department',\n  targetArea: 'ED to Inpatient Admission',\n  currentMetrics: { avgWaitTime: 180, throughput: 50, bedTurnaround: 45 },\n  constraints: ['staffing levels', 'bed capacity']\n});",
    "usesAgents": [
      "operations-excellence-director",
      "care-management-coordinator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "skill-area:data-governance",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "domain:healthcare",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "specialization:clinical-informatics",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "specialization:healthcare",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "lib-agent:healthcare--operations-excellence-director",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:healthcare--patient-flow-optimization",
      "to": "lib-agent:healthcare--care-management-coordinator",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}