|
1 | | -# Healthcare Finance Julia |
| 1 | +# ⚠️ This repository has been archived |
2 | 2 |
|
3 | | -A unified repository for an MBA-level quantitative financial analysis of healthcare systems project. |
| 3 | +**All future development has moved to the unified monorepo:** |
4 | 4 |
|
5 | | -This repository combines: |
| 5 | +👉 **[timothyhartzog/rural-hospital-modeling-julia-master](https://github.com/timothyhartzog/rural-hospital-modeling-julia-master)** |
6 | 6 |
|
7 | | -- textbook and teaching materials |
8 | | -- Julia source code for healthcare finance analytics |
9 | | -- data schemas and ETL plans |
10 | | -- references from MBA syllabi and evidence reviews |
11 | | -- interactive application/dashboard prototypes |
| 7 | +This repository is preserved as a read-only archive. No further commits, issues, or pull requests will be accepted here. |
12 | 8 |
|
13 | | -## Quickstart (package API) |
| 9 | +--- |
14 | 10 |
|
15 | | -```julia |
16 | | -using HealthcareFinance |
17 | | - |
18 | | -margin = operating_margin(1_000_000.0, 800_000.0) |
19 | | -beu = break_even_units(100_000.0, 50.0, 30.0) |
20 | | -forecast = forecast_series([100.0, 120.0, 140.0, 160.0]; method=:linear_trend, horizon=2) |
21 | | -``` |
22 | | - |
23 | | -## Repository goals |
24 | | - |
25 | | -1. Build a rigorous textbook on quantitative financial analysis of healthcare systems. |
26 | | -2. Create reusable Julia modules for finance, reimbursement, forecasting, econometrics, simulation, and value-based care. |
27 | | -3. Organize datasets, schemas, and provenance for reproducible analysis. |
28 | | -4. Support deployment as an interactive educational and analytical platform. |
29 | | - |
30 | | -## Top-level structure |
31 | | - |
32 | | -- `book/` — textbook manuscript and references |
33 | | -- `src/` — Julia package source code |
34 | | -- `test/` — automated tests |
35 | | -- `examples/` — runnable examples and demos |
36 | | -- `data/` — schemas, synthetic data, ETL notes, provenance |
37 | | -- `references/` — bibliography and literature-review materials |
38 | | -- `docs/` — architecture and project documentation |
39 | | -- `app/` — dashboard applications |
40 | | - |
41 | | -## Package entrypoint |
42 | | - |
43 | | -Use `HealthcareFinance` as the canonical package module. |
44 | | -`HealthcareFinanceSystem` remains available as a compatibility wrapper. |
45 | | - |
46 | | -## License |
47 | | - |
48 | | -To be determined by repository owner. |
| 11 | +*Archived: 2026-04-08* |
0 commit comments