pradeep-xpert commited on
Commit
c7320f9
·
verified ·
1 Parent(s): eaf2808

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. README.md +339 -0
  2. equipment.csv +0 -0
  3. facilities.csv +4 -0
  4. hospital_resources.csv +43 -0
  5. or_schedule.csv +0 -0
  6. staffing.csv +0 -0
README.md ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ - time-series-forecasting
7
+ language:
8
+ - en
9
+ tags:
10
+ - synthetic
11
+ - healthcare
12
+ - hospital-operations
13
+ - operating-room
14
+ - or-utilization
15
+ - surgical-scheduling
16
+ - staffing
17
+ - workforce
18
+ - nursing-shortage
19
+ - equipment
20
+ - biomedical
21
+ - capacity-planning
22
+ - bed-management
23
+ - ed-boarding
24
+ - aha
25
+ - aorn
26
+ - nsi
27
+ - ecri
28
+ - cms-conditions-of-participation
29
+ - perioperative
30
+ - case-cancellation
31
+ - first-case-ontime
32
+ - or-turnover
33
+ - rn-vacancy
34
+ - icu-occupancy
35
+ pretty_name: HLT-010 Synthetic Hospital Resource Usage Dataset — OR + Staffing + Equipment + Capacity (Sample Preview)
36
+ size_categories:
37
+ - 10K<n<100K
38
+ ---
39
+
40
+ # HLT-010 — Synthetic Hospital Resource Usage Dataset (Sample Preview)
41
+
42
+ **A free, schema-identical preview of the full HLT-010 commercial product from [XpertSystems.ai](https://xpertsystems.ai).**
43
+
44
+ A **fully synthetic** hospital operations dataset combining **operating room schedules**, **staffing/workforce records**, **biomedical equipment utilization**, **daily capacity metrics**, and **facility master data** across mixed facility types (academic / large community / medium community / critical access). Calibrated to AHA Annual Survey 2023, AORN benchmarks, NSI nursing data, ECRI Institute equipment data, and CMS Conditions of Participation.
45
+
46
+ > ⚠️ **PRIVACY & SYNTHETIC NATURE**
47
+ > Every record in this dataset is **100% synthetic**. **No real patient data, no PHI, no real facility identifiers, no real surgeon or staff NPIs.** Population-level distributions match published AHA / AORN / NSI / ECRI benchmark sources but the facilities and operational events are computationally generated.
48
+
49
+ ---
50
+
51
+ ## What's in this sample
52
+
53
+ | File | Rows | Cols | Description |
54
+ |---|---|---|---|
55
+ | `facilities.csv` | 3 | 11 | Facility master — type, teaching status, trauma level, bed count, OR suites, PACU bays, region |
56
+ | `hospital_resources.csv` | 42 | 41 | Daily capacity + financial + quality KPIs per facility (14 days × 3 facilities) |
57
+ | `or_schedule.csv` | ~4,200 | 18 | One row per surgical case — 22 case types, scheduled vs actual timing, cancellations, block ownership |
58
+ | `staffing.csv` | ~13,500 | 11 | One row per staff-shift — 12 perioperative roles, OT/float/agency flags, staff-to-patient ratios |
59
+ | `equipment.csv` | ~17,500 | 14 | One row per equipment-day — 18 equipment classes, utilization, downtime, maintenance schedule, repair cost |
60
+
61
+ **Total:** ~3.9 MB across 6 files.
62
+
63
+ ---
64
+
65
+ ## Schema highlights
66
+
67
+ ### `facilities.csv` (11 columns) — facility master
68
+
69
+ `facility_id`, `facility_type` (academic / large / medium / small), `teaching_status` (Major Teaching / Minor Teaching / Non-Teaching), `trauma_level` (Level I-IV), `bed_count`, `icu_beds`, `or_suite_count`, `pacu_bays`, `state`, `region` (Northeast / Midwest / South / West), `daily_or_capacity`
70
+
71
+ ### `hospital_resources.csv` (41 columns) — daily operational KPIs
72
+
73
+ **Identity & temporal:** `facility_id`, `census_date`, `day_of_week`, `is_weekend`
74
+
75
+ **Bed capacity:** `total_beds`, `occupied_beds`, `occupancy_rate`, `icu_beds_x`, `icu_occupied`, `icu_occupancy_rate`, `pacu_bays_x`, `pacu_patients`, `pacu_utilization_rate`
76
+
77
+ **ED throughput:** `ed_boarding_hours`, `diversion_flag`, `diversion_hours`, `capacity_breach_flag`, `surge_day_flag`
78
+
79
+ **OR financial & operational:** `or_utilization_rate`, `surgical_cases_scheduled`, `or_revenue_usd`, `or_cost_per_min_usd`, `total_or_minutes`, `contribution_margin_usd`, `block_release_efficiency`
80
+
81
+ **Quality & safety:** `staffing_adequacy_score`, `operational_efficiency_index`, `surgical_site_infection_flag`, `near_miss_flag`, `consent_timeout_completed`, `equipment_safety_check_flag`
82
+
83
+ ### `or_schedule.csv` (18 columns) — per-case scheduling
84
+
85
+ `case_id`, `facility_id`, `case_date`, `or_id`, `case_type` (22 types: Orthopedic, Cardiac, General Surgery, Neurosurgery, OB/GYN, Urology, ENT, Plastic Surgery, Vascular, Thoracic, Transplant, Trauma, Ophthalmology, Colorectal, Bariatric, Endoscopy, Interventional Radiology, Gynecologic Oncology, Pediatric Surgery, Spinal, Hand Surgery, Robotic Assisted), `surgeon_id`, `is_emergency`, `scheduled_start_min`, `actual_start_min`, `start_delay_min`, `first_case_ontime_flag`, `scheduled_duration_min`, `actual_duration_min`, `turnover_time_min`, `cancellation_flag`, `cancellation_reason`, `block_owner`, `add_on_flag`
86
+
87
+ ### `staffing.csv` (11 columns) — daily shift records
88
+
89
+ `shift_id`, `facility_id`, `shift_date`, `staff_id`, `staff_role` (12 roles: Surgeon, Anesthesiologist, CRNA, Scrub Tech, RN Circulator, PA/NP, Resident, Pharmacist, Radiology Tech, Biomedical Tech, Environmental Services, Unit Coordinator), `shift_type` (Day / Evening / Night), `hours_worked`, `overtime_flag`, `float_pool_flag`, `agency_flag`, `staff_to_patient_ratio`
90
+
91
+ ### `equipment.csv` (14 columns) — daily equipment utilization
92
+
93
+ `asset_id`, `facility_id`, `record_date`, `equipment_class` (18 classes including Anesthesia Machine, Patient Monitor, Infusion Pump, Electrosurgical Unit, Sterilization Autoclave, CT Scanner, MRI Scanner, C-Arm Fluoroscopy, Endoscope Processor, Intraoperative MRI, ECMO Circuit, CRRT Machine, Cardiac Cath Lab Equipment, Defibrillator, Ventilator, Robotic Surgical System, Imaging Workstation, Hybrid OR Imaging), `equipment_age_yrs`, `utilization_rate`, `in_service_hours`, `downtime_hours`, `unplanned_downtime_flag`, `downtime_cause` (Hardware Failure / Software Error / Power Surge / User Error / Calibration Failure / Component Wear / Connectivity Issue / Sensor Malfunction), `last_maintenance_date`, `next_maintenance_due`, `failure_flag`, `repair_cost_usd`
94
+
95
+ ---
96
+
97
+ ## Calibration source story
98
+
99
+ The full HLT-010 generator anchors all distributions to authoritative hospital operations references:
100
+
101
+ - **AHA Annual Survey 2023** (American Hospital Association) — OR utilization (78.4%), case cancellations (8.2%), bed occupancy (81.2%), ED boarding (3.2hr), revenue per case (~$18,400)
102
+ - **AORN Benchmarks** (Association of periOperative Registered Nurses) — first-case on-time start (82%), OR turnover (28 ± 8 min), surgical tech vacancy (22.8%)
103
+ - **NSI Nursing Solutions 2023** — RN vacancy rate (15.6%), turnover patterns
104
+ - **ECRI Institute** — Equipment unplanned downtime (~4.2%), age-related failure curves
105
+ - **CMS Conditions of Participation** — ICU occupancy target max 85%, staffing-to-patient ratios
106
+ - **IHI (Institute for Healthcare Improvement)** — Operational efficiency benchmarks, surge capacity
107
+
108
+ ### Sample-scale validation scorecard
109
+
110
+ | Metric | Observed | Target | Tolerance | Status | Source |
111
+ |---|---|---|---|---|---|
112
+ | OR utilization rate | 71.3% | 70% | ±10% | ✅ PASS | AHA 2023 |
113
+ | Case cancellation rate | 7.6% | 8% | ±3% | ✅ PASS | AHA 2023 |
114
+ | First-case on-time rate | 84.5% | 82% | ±8% | ✅ PASS | AORN Benchmarks |
115
+ | OR turnover (min) | 27.4 | 28.0 | ±4.0 | ✅ PASS | AORN |
116
+ | Bed occupancy rate | 81.7% | 78% | ±10% | ✅ PASS | AHA 2023 |
117
+ | ED boarding hours (mean) | 3.28 | 3.2 | ±1.2 | ✅ PASS | AHA 2023 |
118
+ | ICU occupancy (under CMS max) | 80.7% | ≤85% | — | ✅ PASS | CMS CoP |
119
+ | Equipment downtime rate | 5.1% | 4.8% | ±1.8% | ✅ PASS | ECRI Institute |
120
+ | Case type diversity | 22 | 22 | ±2 | ✅ PASS | AORN surgical taxonomy |
121
+ | Staff role diversity | 12 | 12 | — | ✅ PASS | AORN team composition |
122
+
123
+ **Grade: A+ (100/100) — verified across 6 random seeds (42, 7, 123, 2024, 99, 1).**
124
+
125
+ ---
126
+
127
+ ## Loading examples
128
+
129
+ ### Pandas — explore the operational data
130
+
131
+ ```python
132
+ import pandas as pd
133
+
134
+ facilities = pd.read_csv("facilities.csv")
135
+ capacity = pd.read_csv("hospital_resources.csv", parse_dates=["census_date"])
136
+ ors = pd.read_csv("or_schedule.csv", parse_dates=["case_date"])
137
+ staffing = pd.read_csv("staffing.csv", parse_dates=["shift_date"])
138
+ equipment = pd.read_csv("equipment.csv", parse_dates=["record_date"])
139
+
140
+ # OR utilization by facility type
141
+ print(capacity.merge(facilities, on="facility_id")
142
+ .groupby("facility_type")["or_utilization_rate"]
143
+ .agg(["mean", "std", "min", "max"]).round(3))
144
+
145
+ # Case type mix
146
+ print(ors["case_type"].value_counts(normalize=True).head(10).round(3))
147
+
148
+ # Cancellation reasons
149
+ print(ors.loc[ors["cancellation_flag"] == True, "cancellation_reason"]
150
+ .value_counts())
151
+ ```
152
+
153
+ ### Hugging Face Datasets
154
+
155
+ ```python
156
+ from datasets import load_dataset
157
+
158
+ ds = load_dataset("xpertsystems/hlt010-sample", data_files={
159
+ "facilities": "facilities.csv",
160
+ "hospital_resources": "hospital_resources.csv",
161
+ "or_schedule": "or_schedule.csv",
162
+ "staffing": "staffing.csv",
163
+ "equipment": "equipment.csv",
164
+ })
165
+ print(ds)
166
+ ```
167
+
168
+ ### OR utilization forecasting baseline
169
+
170
+ ```python
171
+ import pandas as pd
172
+ from sklearn.ensemble import GradientBoostingRegressor
173
+ from sklearn.model_selection import train_test_split
174
+
175
+ cap = pd.read_csv("hospital_resources.csv", parse_dates=["census_date"])
176
+ cap["month"] = cap["census_date"].dt.month
177
+ cap["dayofweek_num"] = cap["census_date"].dt.dayofweek
178
+
179
+ features = ["bed_count", "or_suite_count", "is_weekend", "dayofweek_num",
180
+ "month", "occupancy_rate", "icu_occupancy_rate",
181
+ "surgical_cases_scheduled"]
182
+ X = cap[features].fillna(0)
183
+ y = cap["or_utilization_rate"]
184
+ Xtr, Xte, ytr, yte = train_test_split(X, y, test_size=0.3, random_state=42)
185
+ m = GradientBoostingRegressor(random_state=42).fit(Xtr, ytr)
186
+ print(f"OR utilization R²: {m.score(Xte, yte):.3f}")
187
+ ```
188
+
189
+ ### Equipment maintenance prediction
190
+
191
+ ```python
192
+ import pandas as pd
193
+
194
+ eq = pd.read_csv("equipment.csv", parse_dates=["record_date"])
195
+
196
+ # Downtime rate by equipment age
197
+ eq["age_bucket"] = pd.cut(eq["equipment_age_yrs"],
198
+ [0, 3, 6, 10, 15],
199
+ labels=["0-3yr", "3-6yr", "6-10yr", "10-15yr"])
200
+ print(eq.groupby("age_bucket")["unplanned_downtime_flag"].mean().round(3))
201
+
202
+ # Repair cost distribution
203
+ print(eq.loc[eq["repair_cost_usd"] > 0, "repair_cost_usd"].describe())
204
+ ```
205
+
206
+ ### Staffing analysis
207
+
208
+ ```python
209
+ import pandas as pd
210
+
211
+ staff = pd.read_csv("staffing.csv")
212
+
213
+ # Overtime rate by role
214
+ print(staff.groupby("staff_role")["overtime_flag"].mean().sort_values(ascending=False))
215
+
216
+ # Agency staff reliance
217
+ print(staff.groupby(["facility_id", "staff_role"])["agency_flag"]
218
+ .mean().unstack().round(3))
219
+ ```
220
+
221
+ ---
222
+
223
+ ## Suggested use cases
224
+
225
+ - **OR utilization forecasting** — predict next-day OR utilization from facility characteristics + recent operational patterns
226
+ - **Surgical case cancellation prediction** — classify cancellation risk to enable proactive intervention
227
+ - **Block schedule optimization** — analyze block release efficiency and underutilized blocks
228
+ - **Equipment failure prediction** — predict `unplanned_downtime_flag` from age + utilization + maintenance history
229
+ - **Maintenance scheduling optimization** — risk-adjusted preventive maintenance interval modeling
230
+ - **Staffing-to-acuity matching** — analyze `staff_to_patient_ratio` × `acuity` patterns for nurse scheduling
231
+ - **Overtime / agency cost modeling** — predict overtime hours and agency staffing needs
232
+ - **Bed capacity surge prediction** — predict `surge_day_flag` and `diversion_flag` from upstream factors
233
+ - **ED boarding root cause analysis** — relate `ed_boarding_hours` to ICU occupancy and discharge patterns
234
+ - **Quality & safety event modeling** — predict near-miss / SSI / consent timeout events from staffing + acuity
235
+ - **Financial contribution margin modeling** — analyze contribution margin drivers across facility types
236
+ - **Hospital ML pretraining** — pretrain operational forecasting models before fine-tuning on real EHR/EMR data
237
+ - **Operations research education** — perioperative scheduling, queueing theory, capacity planning coursework
238
+
239
+ ---
240
+
241
+ ## Sample vs. full product
242
+
243
+ | Aspect | This sample | Full HLT-010 product |
244
+ |---|---|---|
245
+ | Facilities | 3 (mixed) | 50+ (default) up to 500+ |
246
+ | Time window | 14 days | 365+ days (multi-year configurable) |
247
+ | Facility types | Mixed (3) | Mixed / academic-only / community-only / critical_access |
248
+ | Output format | CSV | CSV / Parquet / JSON |
249
+ | Schema | identical | identical |
250
+ | Calibration | identical | identical |
251
+ | License | CC-BY-NC-4.0 | Commercial license |
252
+
253
+ The full product unlocks:
254
+ - **Up to 500+ facilities** for system-wide operations modeling
255
+ - **Multi-year longitudinal windows** for trend analysis and intervention impact studies
256
+ - **Configurable facility mix** for targeted segmentation (academic-only / community-only / CAH)
257
+ - **Parquet output** for production data pipelines
258
+ - Commercial use rights
259
+
260
+ **Contact us for the full product.**
261
+
262
+ ---
263
+
264
+ ## Limitations & honest disclosures
265
+
266
+ - **Sample is preview-only.** 3 facilities × 14 days × ~35K operational records is enough to demonstrate schema and calibration, but is **not statistically sufficient** for facility-level capacity planning models or season-aware forecasting. Use the full product (50+ facilities × 365 days) for serious work.
267
+ - **Sample includes 3 facility types (academic + large + medium), not all 4.** The `critical_access` facility type is not represented at n=3 due to random sampling. The full product reliably covers all 4 types.
268
+ - **OR utilization runs slightly below the headline AHA target.** Sample mean is ~70% vs AHA 78.4% pure target. This is partly because mixed facility_mix includes community facilities (which average lower OR utilization) and partly small-N effects at 3 facilities × 14 days. The full product hits the AHA target at scale.
269
+ - **Equipment downtime runs slightly elevated (5.1% vs ECRI 4.2%).** The generator's age-based `failure_multiplier` produces realistic but somewhat-higher-than-target downtime for aging assets. Reflects real-world equipment fleet aging — production hospitals with younger fleets see lower rates.
270
+ - **PACU utilization clips at 1.0.** The generator caps PACU utilization at 100% rather than allowing over-capacity. At busy academic centers, real PACU congestion exceeds capacity (queue forms) — this is hidden by the cap.
271
+ - **Staff IDs are synthetic random integers.** No real NPIs, no real practitioner identifiers. Surgeon IDs are equally synthetic.
272
+ - **Equipment IDs are synthetic identifiers**, not real GUDID device IDs.
273
+ - **Block-schedule data is daily-aggregated, not minute-level.** The full product can be extended with minute-level block scheduling for highly-detailed OR room optimization.
274
+ - **No real ICD-10 / CPT case data joins.** Case types are categorical groupings (Orthopedic, Cardiac, etc.) — the full ICD-10/CPT/MS-DRG joins are in the companion HLT-005 hospital admission dataset.
275
+ - **Synthetic, not derived from real hospital operations data.** Distributions match published AHA/AORN/NSI/ECRI references but do NOT reflect any specific real hospital.
276
+
277
+ ---
278
+
279
+ ## Ethical use guidance
280
+
281
+ This dataset is designed for:
282
+ - Hospital operations analytics methodology development
283
+ - OR scheduling and capacity planning research
284
+ - Equipment maintenance prediction ML
285
+ - Nursing workforce analytics
286
+ - ED throughput optimization research
287
+ - Healthcare AI pretraining for operational forecasting
288
+ - Educational use in hospital operations management and operations research
289
+
290
+ This dataset is **not appropriate for**:
291
+ - Making real staffing decisions about real personnel
292
+ - Real surgeon performance evaluation
293
+ - Real equipment retirement/procurement decisions without validation
294
+ - Discriminatory analyses targeting protected demographic groups
295
+ - Hospital quality scoring or pay-for-performance modeling without real-data validation
296
+
297
+ ---
298
+
299
+ ## Companion datasets in the Healthcare vertical
300
+
301
+ - [HLT-001](https://huggingface.co/datasets/xpertsystems/hlt001-sample) — Synthetic Patient Population (5K patients × 79 cols, CDC/NHANES calibrated)
302
+ - [HLT-002](https://huggingface.co/datasets/xpertsystems/hlt002-sample) — Synthetic EHR Dataset (4K encounters + FHIR R4 bundles)
303
+ - [HLT-003](https://huggingface.co/datasets/xpertsystems/hlt003-sample) — Synthetic Clinical Trial Dataset (3 endpoint types + power sweep)
304
+ - [HLT-004](https://huggingface.co/datasets/xpertsystems/hlt004-sample) — Synthetic Disease Progression Dataset (NSCLC + Heart Failure longitudinal)
305
+ - [HLT-005](https://huggingface.co/datasets/xpertsystems/hlt005-sample) — Synthetic Hospital Admission Dataset (5K admissions + bed utilization)
306
+ - [HLT-006](https://huggingface.co/datasets/xpertsystems/hlt006-sample) — Synthetic Medical Imaging Dataset (1K studies + COCO annotations + reports)
307
+ - [HLT-007](https://huggingface.co/datasets/xpertsystems/hlt007-sample) — Synthetic Drug Response Dataset (3K patient-treatments × 25 drug classes + PGx + PK)
308
+ - [HLT-008](https://huggingface.co/datasets/xpertsystems/hlt008-sample) — Synthetic Healthcare Claims Dataset (500 members + 30K claims + fraud labels)
309
+ - [HLT-009](https://huggingface.co/datasets/xpertsystems/hlt009-sample) — Synthetic Continuous Vital Sign Monitoring Dataset (25 ICU episodes + alarms)
310
+ - **HLT-010** — Synthetic Hospital Resource Usage Dataset (you are here)
311
+
312
+ Use **HLT-001 through HLT-010 together** for the complete healthcare data stack: clinical (population/EHR/trials/progression) + operational (admissions/imaging/pharma/claims/monitoring/**resources**) — 10 datasets covering every major workflow in the modern hospital.
313
+
314
+ ---
315
+
316
+ ## Citation
317
+
318
+ If you use this dataset, please cite:
319
+
320
+ ```bibtex
321
+ @dataset{xpertsystems_hlt010_sample_2026,
322
+ author = {XpertSystems.ai},
323
+ title = {HLT-010 Synthetic Hospital Resource Usage Dataset (Sample Preview)},
324
+ year = 2026,
325
+ publisher = {Hugging Face},
326
+ url = {https://huggingface.co/datasets/xpertsystems/hlt010-sample}
327
+ }
328
+ ```
329
+
330
+ ---
331
+
332
+ ## Contact
333
+
334
+ - **Web:** [https://xpertsystems.ai](https://xpertsystems.ai)
335
+ - **Email:** [pradeep@xpertsystems.ai](mailto:pradeep@xpertsystems.ai)
336
+ - **Full product catalog:** Cybersecurity, Insurance & Risk, Materials & Energy, Oil & Gas, Healthcare, and more
337
+
338
+ **Sample License:** CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0)
339
+ **Full product License:** Commercial — please contact for pricing.
equipment.csv ADDED
The diff for this file is too large to render. See raw diff
 
facilities.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ facility_id,facility_type,teaching_status,trauma_level,bed_count,icu_beds,or_suite_count,pacu_bays,state,region,daily_or_capacity
2
+ FAC0001,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
3
+ FAC0002,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
4
+ FAC0003,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
hospital_resources.csv ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ facility_id,census_date,day_of_week,is_weekend,total_beds,occupied_beds,occupancy_rate,icu_beds_x,icu_occupied,icu_occupancy_rate,pacu_bays_x,pacu_patients,pacu_utilization_rate,ed_boarding_hours,diversion_flag,diversion_hours,capacity_breach_flag,surge_day_flag,or_utilization_rate,surgical_cases_scheduled,or_revenue_usd,or_cost_per_min_usd,total_or_minutes,contribution_margin_usd,block_release_efficiency,staffing_adequacy_score,operational_efficiency_index,surgical_site_infection_flag,near_miss_flag,consent_timeout_completed,equipment_safety_check_flag,facility_type,teaching_status,trauma_level,bed_count,icu_beds_y,or_suite_count,pacu_bays_y,state,region,daily_or_capacity
2
+ FAC0001,2023-01-01,Sunday,True,328,291,0.8893,39,36,0.9266,41,34,0.8293,6.66,False,0.0,False,True,0.3504,47,1118067.11,62.43,6831,691629.25,0.9372,0.9125,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
3
+ FAC0001,2023-01-02,Monday,False,328,324,0.99,39,38,0.9788,41,41,1.0,2.23,True,3.42,True,True,0.905,90,1636474.14,65.17,13601,750151.34,0.7918,0.813,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
4
+ FAC0001,2023-01-03,Tuesday,False,328,277,0.8452,39,31,0.8046,41,41,1.0,1.59,True,0.92,True,False,0.891,98,1731937.64,66.66,15627,690285.5,0.8899,0.7891,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
5
+ FAC0001,2023-01-04,Wednesday,False,328,186,0.5682,39,22,0.5818,41,41,1.0,2.42,False,0.0,True,False,0.8249,91,1550684.31,73.45,13609,551053.98,0.8644,0.6454,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
6
+ FAC0001,2023-01-05,Thursday,False,328,319,0.9753,39,38,0.99,41,41,1.0,4.23,True,2.98,True,True,0.8768,91,2035925.65,66.62,14221,1088506.17,0.6765,0.4,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
7
+ FAC0001,2023-01-06,Friday,False,328,308,0.9404,39,25,0.6632,41,41,1.0,2.05,False,0.0,True,True,0.956,104,1588526.44,63.45,19056,379492.11,0.5822,0.6302,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
8
+ FAC0001,2023-01-07,Saturday,True,328,155,0.4752,39,15,0.3963,41,41,1.0,0.85,False,0.0,True,False,0.5639,54,1335443.31,62.84,8500,801312.18,0.8315,0.6028,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
9
+ FAC0001,2023-01-08,Sunday,True,328,266,0.8116,39,31,0.8161,41,41,1.0,1.77,False,0.0,True,False,0.5038,51,820517.54,57.84,8285,341287.06,0.632,0.8203,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
10
+ FAC0001,2023-01-09,Monday,False,328,264,0.8052,39,26,0.6715,41,41,1.0,1.75,False,0.0,True,False,0.4887,82,936616.05,59.92,14451,70640.75,0.4797,0.7885,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
11
+ FAC0001,2023-01-10,Tuesday,False,328,319,0.9728,39,38,0.99,41,41,1.0,4.8,True,0.42,True,True,0.8734,92,1448563.43,54.42,12629,761252.87,0.5504,0.9666,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
12
+ FAC0001,2023-01-11,Wednesday,False,328,319,0.9751,39,36,0.9367,41,41,1.0,3.59,True,0.57,True,True,0.7917,104,1634334.93,68.44,16501,504995.52,0.973,0.9183,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
13
+ FAC0001,2023-01-12,Thursday,False,328,314,0.9589,39,37,0.9593,41,41,1.0,3.94,True,1.04,True,True,0.5909,104,1562487.11,64.15,15537,565835.24,0.7752,0.6746,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
14
+ FAC0001,2023-01-13,Friday,False,328,305,0.9317,39,37,0.951,41,41,1.0,6.26,False,0.0,True,True,0.8877,100,1664817.39,63.53,16295,629617.69,0.3,0.9274,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
15
+ FAC0001,2023-01-14,Saturday,True,328,251,0.7679,39,27,0.7106,41,41,1.0,3.49,False,0.0,True,False,0.3954,60,1078474.66,57.32,9593,528583.86,0.3,0.8971,100.0,False,False,True,True,large,True,Level IV,328,39,23,41,FL,South,96.60000000000001
16
+ FAC0002,2023-01-01,Sunday,True,295,191,0.6477,29,19,0.6613,25,23,0.92,1.7,False,0.0,False,False,0.2722,26,598464.27,62.87,3951,350063.4,0.4797,0.9187,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
17
+ FAC0002,2023-01-02,Monday,False,295,235,0.7992,29,22,0.7666,25,25,1.0,0.36,False,0.0,True,False,0.7952,64,1312954.5,62.01,11062,626967.19,0.5787,0.9453,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
18
+ FAC0002,2023-01-03,Tuesday,False,295,235,0.7969,29,20,0.7035,25,25,1.0,2.32,False,0.0,True,False,0.7734,65,1796267.17,59.62,10720,1157178.96,0.3791,0.6129,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
19
+ FAC0002,2023-01-04,Wednesday,False,295,222,0.7542,29,25,0.8706,25,25,1.0,2.61,False,0.0,True,False,0.7511,65,1503962.7,59.69,9827,917344.13,0.8449,0.7563,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
20
+ FAC0002,2023-01-05,Thursday,False,295,280,0.9519,29,28,0.9751,25,25,1.0,4.12,True,3.55,True,True,0.9227,64,956551.81,62.1,9111,390743.88,0.7588,0.5264,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
21
+ FAC0002,2023-01-06,Friday,False,295,229,0.7778,29,24,0.8558,25,25,1.0,0.69,False,0.0,True,False,0.8982,64,981588.86,70.1,11394,182875.04,0.3,0.6424,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
22
+ FAC0002,2023-01-07,Saturday,True,295,195,0.6644,29,20,0.7026,25,24,0.96,2.26,False,0.0,False,False,0.5005,31,582466.19,52.66,4868,326132.34,0.774,0.9086,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
23
+ FAC0002,2023-01-08,Sunday,True,295,282,0.9563,29,26,0.9059,25,25,1.0,8.9,True,1.15,True,True,0.5035,32,561673.37,80.17,5107,152221.76,0.7731,0.8277,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
24
+ FAC0002,2023-01-09,Monday,False,295,194,0.6601,29,21,0.7479,25,25,1.0,0.44,False,0.0,True,False,0.7957,52,1032649.69,56.99,8791,531640.22,0.6805,0.9895,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
25
+ FAC0002,2023-01-10,Tuesday,False,295,250,0.8504,29,20,0.7141,25,25,1.0,2.28,False,0.0,True,False,0.8327,61,948708.43,65.33,10578,257653.5,0.5942,0.7485,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
26
+ FAC0002,2023-01-11,Wednesday,False,295,290,0.9855,29,28,0.99,25,25,1.0,4.1,True,4.69,True,True,0.5577,57,1082812.38,67.3,8486,511734.85,0.8595,0.9841,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
27
+ FAC0002,2023-01-12,Thursday,False,295,283,0.9623,29,26,0.9183,25,25,1.0,8.18,True,2.22,True,True,0.8488,56,860657.74,68.0,8917,254329.72,0.5377,0.8268,100.0,True,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
28
+ FAC0002,2023-01-13,Friday,False,295,180,0.6131,29,17,0.6097,25,25,1.0,0.0,False,0.0,True,False,0.7098,71,1570309.38,64.12,11026,863320.18,0.6133,0.9772,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
29
+ FAC0002,2023-01-14,Saturday,True,295,240,0.8159,29,24,0.841,25,18,0.72,3.61,False,0.0,False,False,0.4307,27,740942.92,57.8,4160,500509.14,0.3135,0.8694,100.0,False,False,True,True,medium,False,Level II,295,29,14,25,CO,West,58.800000000000004
30
+ FAC0003,2023-01-01,Sunday,True,1072,1006,0.9392,160,147,0.9202,81,53,0.6543,6.14,False,0.0,False,True,0.3548,65,1228391.51,54.25,10853,639623.28,0.8014,0.872,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
31
+ FAC0003,2023-01-02,Monday,False,1072,675,0.6301,160,98,0.6154,81,81,1.0,0.0,False,0.0,True,False,0.8988,177,3348761.3,60.74,27931,1652112.09,0.375,0.4574,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
32
+ FAC0003,2023-01-03,Tuesday,False,1072,881,0.822,160,127,0.7952,81,81,1.0,1.05,False,0.0,True,False,0.9322,199,3252524.04,61.23,33739,1186663.9,0.3,0.8037,100.0,False,True,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
33
+ FAC0003,2023-01-04,Wednesday,False,1072,1032,0.9631,160,158,0.99,81,81,1.0,7.07,True,7.73,True,True,0.8875,216,4251183.26,58.54,35086,2197170.48,0.4399,0.6727,100.0,False,False,False,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
34
+ FAC0003,2023-01-05,Thursday,False,1072,804,0.7509,160,95,0.5953,81,81,1.0,2.02,False,0.0,True,False,0.768,195,4361102.72,64.57,29066,2484384.1,0.8486,0.9595,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
35
+ FAC0003,2023-01-06,Friday,False,1072,949,0.8858,160,158,0.99,81,81,1.0,3.08,False,0.0,True,False,0.8235,200,3012437.18,63.59,32075,972765.85,0.7119,0.9163,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
36
+ FAC0003,2023-01-07,Saturday,True,1072,981,0.916,160,137,0.8596,81,81,1.0,5.22,False,0.0,True,False,0.4923,113,1674899.88,62.04,17769,572515.71,0.4643,0.99,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
37
+ FAC0003,2023-01-08,Sunday,True,1072,656,0.612,160,93,0.5851,81,81,1.0,0.0,False,0.0,True,False,0.5437,125,2584760.33,59.7,20282,1373983.15,0.6841,0.8806,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
38
+ FAC0003,2023-01-09,Monday,False,1072,904,0.8437,160,146,0.9138,81,81,1.0,3.96,False,0.0,True,False,0.8962,190,3491617.77,57.87,30312,1737413.18,0.8859,0.8348,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
39
+ FAC0003,2023-01-10,Tuesday,False,1072,747,0.6976,160,104,0.651,81,81,1.0,3.09,False,0.0,True,False,0.9222,179,3825314.83,57.46,28601,2181913.14,0.3,0.8034,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
40
+ FAC0003,2023-01-11,Wednesday,False,1072,791,0.7379,160,138,0.8633,81,81,1.0,7.0,False,0.0,True,True,0.7065,194,3063719.05,66.52,31109,994486.11,0.3073,0.8371,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
41
+ FAC0003,2023-01-12,Thursday,False,1072,1004,0.9368,160,158,0.99,81,81,1.0,7.94,False,0.0,True,True,0.7942,192,2497998.32,50.97,29909,973568.35,0.5906,0.7757,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
42
+ FAC0003,2023-01-13,Friday,False,1072,982,0.9164,160,158,0.99,81,81,1.0,4.07,False,0.0,True,False,0.9617,175,3148986.65,64.31,28223,1333870.52,0.7599,0.4944,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
43
+ FAC0003,2023-01-14,Saturday,True,1072,552,0.5155,160,80,0.5005,81,81,1.0,0.0,False,0.0,True,False,0.4578,103,1559868.29,65.07,16259,501888.1,0.4203,0.896,100.0,False,False,True,True,academic,True,Level I,1072,160,45,81,OH,Midwest,189.0
or_schedule.csv ADDED
The diff for this file is too large to render. See raw diff
 
staffing.csv ADDED
The diff for this file is too large to render. See raw diff