{"id":50454083,"url":"https://github.com/mizcausevic-dev/care-pathway-command-center","last_synced_at":"2026-06-01T01:05:38.239Z","repository":{"id":358387731,"uuid":"1237000715","full_name":"mizcausevic-dev/care-pathway-command-center","owner":"mizcausevic-dev","description":"Operational command center for care-pathway coordination, handoff risk, and follow-up escalation across patient journeys.","archived":false,"fork":false,"pushed_at":"2026-05-17T05:12:19.000Z","size":1550,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T07:26:13.716Z","etag":null,"topics":["care-coordination","care-navigation","care-operations","command-center","fastapi","healthcare-operations","healthtech","operational-analytics","patient-flow","population-health","python","workflow-orchestration"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T19:26:33.000Z","updated_at":"2026-05-17T05:12:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/care-pathway-command-center","commit_stats":null,"previous_names":["mizcausevic-dev/care-pathway-command-center"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/care-pathway-command-center","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcare-pathway-command-center","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcare-pathway-command-center/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcare-pathway-command-center/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcare-pathway-command-center/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/care-pathway-command-center/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcare-pathway-command-center/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["care-coordination","care-navigation","care-operations","command-center","fastapi","healthcare-operations","healthtech","operational-analytics","patient-flow","population-health","python","workflow-orchestration"],"created_at":"2026-06-01T01:05:38.109Z","updated_at":"2026-06-01T01:05:38.222Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Care Pathway Command Center\r\n\r\nOperational command center for care-pathway coordination, handoff risk, and follow-up escalation across patient journeys.\r\n\r\n## Why it matters\r\n\r\nCare operations rarely fail because teams lack data. They fail because handoffs drift, queues hide urgency, and no one owns the next action clearly enough. This repo models a care coordination layer that keeps discharge, referral, follow-up, and outreach work visible under pressure.\r\n\r\n## What it does\r\n\r\n- Scores active patient pathways by risk, delay pressure, and follow-up friction\r\n- Prioritizes a coordination queue for nurses, navigators, and outreach teams\r\n- Tracks cross-team handoffs with cause, severity, and recommended response\r\n- Publishes human-readable proof surfaces and API-friendly outputs from the same service layer\r\n\r\n## Proof\r\n\r\n![Overview](screenshots/01-overview.png)\r\n\r\n![Queue](screenshots/02-queue.png)\r\n\r\n![Handoffs](screenshots/03-handoffs.png)\r\n\r\n![API Summary](screenshots/04-api-summary.png)\r\n\r\n## Local run\r\n\r\n```powershell\r\ncd care-pathway-command-center\r\npy -3.11 -m venv .venv\r\n.\\.venv\\Scripts\\pip.exe install -r requirements.txt\r\n.\\.venv\\Scripts\\python.exe -m app.main\r\n```\r\n\r\nOpen:\r\n\r\n- `http://127.0.0.1:4887/`\r\n- `http://127.0.0.1:4887/queue`\r\n- `http://127.0.0.1:4887/handoffs`\r\n- `http://127.0.0.1:4887/docs`\r\n\r\n## Validation\r\n\r\n```powershell\r\n.\\.venv\\Scripts\\python.exe -m unittest discover -s tests\r\n.\\.venv\\Scripts\\python.exe scripts\\run_demo.py\r\n.\\.venv\\Scripts\\python.exe scripts\\smoke_check.py\r\n.\\.venv\\Scripts\\python.exe scripts\\render_readme_assets.py\r\n```\r\n\r\n## Repo layout\r\n\r\n- `app/main.py` FastAPI routes and local runtime entrypoint\r\n- `app/services/care_pathway_service.py` coordination scoring and sample payload logic\r\n- `app/data/sample_pathways.json` sample pathway, handoff, and intervention data\r\n- `app/render.py` README proof surface generation\r\n- `docs/architecture.md` system framing and data flow\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fcare-pathway-command-center","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fcare-pathway-command-center","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fcare-pathway-command-center/lists"}