pradeep-xpert commited on
Commit
7309ddb
·
verified ·
1 Parent(s): 4bf7aca

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. README.md +376 -0
  2. adherence.csv +0 -0
  3. medical_claims.csv +0 -0
  4. members.csv +501 -0
  5. pharmacy_claims.csv +0 -0
  6. providers.csv +151 -0
README.md ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - synthetic
10
+ - healthcare
11
+ - claims
12
+ - insurance-claims
13
+ - icd-10
14
+ - cpt
15
+ - hcpcs
16
+ - drg
17
+ - mdc
18
+ - ndc
19
+ - rxnorm
20
+ - atc
21
+ - hedis
22
+ - hcc
23
+ - ccw
24
+ - x12-837
25
+ - x12-835
26
+ - carc
27
+ - fraud-detection
28
+ - healthcare-fraud
29
+ - nhcaa
30
+ - adherence
31
+ - pdc
32
+ - mpr
33
+ - payer-mix
34
+ - medical-loss-ratio
35
+ - medicare-advantage
36
+ - medicaid
37
+ - commercial-insurance
38
+ - claims-adjudication
39
+ - prior-authorization
40
+ - denial-management
41
+ - value-based-care
42
+ pretty_name: HLT-008 Synthetic Healthcare Claims Dataset (Sample Preview)
43
+ size_categories:
44
+ - 10K<n<100K
45
+ ---
46
+
47
+ # HLT-008 — Synthetic Healthcare Claims Dataset (Sample Preview)
48
+
49
+ **A free, schema-identical preview of the full HLT-008 commercial product from [XpertSystems.ai](https://xpertsystems.ai).**
50
+
51
+ A **fully synthetic** healthcare claims dataset spanning **members → providers → medical claims → pharmacy claims → adherence** — modeling commercial, Medicare Advantage, Medicaid, and self-insured payer populations with X12 837/835-compliant claim structure, CMS HCC risk adjustment, CMS CCW chronic conditions, HEDIS quality measures, X12 CARC denial codes, NHCAA-aligned fraud patterns, and Pharmacy Quality Alliance PDC/MPR adherence metrics.
52
+
53
+ > ⚠️ **PRIVACY & SYNTHETIC NATURE**
54
+ > Every record in this dataset is **100% synthetic**. **No real claim records, no PHI, no real member identifiers, no real NPIs.** Population-level distributions match published CMS / NHIS / NHCAA / Pharmacy Quality Alliance benchmark sources but the claims are computationally generated.
55
+
56
+ ---
57
+
58
+ ## What's in this sample
59
+
60
+ | File | Rows | Cols | Description |
61
+ |---|---|---|---|
62
+ | `members.csv` | 500 | 44 | Member master — demographics, payer/plan type, HCC risk score, 21+ CCW chronic conditions, dual-eligible/LIS flags, enrollment window |
63
+ | `providers.csv` | 150 | 7 | Provider directory — NPI, specialty, NUCC taxonomy, network status |
64
+ | `medical_claims.csv` | ~12,800 | 54 | Medical claim lines — ICD-10-CM (primary + 4 secondary), CPT/HCPCS, MS-DRG/MDC, modifiers, denial codes, HEDIS measure flags, fraud labels |
65
+ | `pharmacy_claims.csv` | ~18,300 | 35 | Pharmacy claim lines — NDC-11, RxNorm therapeutic class, ATC code, BIN/PCN, formulary tier, AWP/NADAC pricing, DIR fees |
66
+ | `adherence.csv` | ~10,600 | 7 | PDC + MPR by member × therapeutic class (Pharmacy Quality Alliance methodology) |
67
+
68
+ **Total:** ~8.1 MB across 6 files. **Note:** This is the largest healthcare sample in the catalog because claims data has natural fan-out (500 members → 30K+ claims over 3 years).
69
+
70
+ ---
71
+
72
+ ## Schema highlights
73
+
74
+ ### `members.csv` (44 columns)
75
+
76
+ **Identity & demographics:** `member_id`, `age`, `age_band`, `sex`, `race_ethnicity`, `state`, `zip_code`
77
+
78
+ **Insurance:** `payer_type` (commercial / medicare_advantage / medicaid / self_insured), `plan_type` (PPO / HMO / EPO / HDHP-HSA / SNP / PFFS / MCO / PCCM / FFS), `dual_eligible_flag`, `lis_flag` (Low Income Subsidy)
79
+
80
+ **Risk & quality:** `hcc_risk_score` (CMS HCC v28, mean-normalized to 1.0), `n_chronic_conditions`, `care_management_flag`, `income_band` (FPL-based)
81
+
82
+ **Enrollment:** `enrollment_start`, `enrollment_end`
83
+
84
+ **21+ CCW chronic conditions** (binary flags): `ccw_ami`, `ccw_alzheimer`, `ccw_anemia`, `ccw_asthma`, `ccw_atrialfib`, `ccw_cataract`, `ccw_chrnkidn`, `ccw_copd`, `ccw_chf`, `ccw_diabetes`, `ccw_deprssion`, `ccw_hyperl`, `ccw_hyperp`, `ccw_ihd`, `ccw_mo_diabetes`, `ccw_osteoprs`, `ccw_ra_oa`, `ccw_stroke_tia`, `ccw_cancer_colorectal`, `ccw_cancer_endometrial`, `ccw_cancer_lung`, `ccw_cancer_prostate`, `ccw_cancer_breast`, `ccw_glaucoma`, `ccw_hip_fracture`, `ccw_hipvteib`, `ccw_bnign_prostate`
85
+
86
+ ### `medical_claims.csv` (54 columns)
87
+
88
+ **Claim identity:** `claim_id`, `member_id`, `claim_type`, `service_date_from`, `service_date_to`, `adjudication_date`, `plan_id`
89
+
90
+ **Provider attribution:** `rendering_npi`, `billing_npi`, `provider_specialty`, `network_status`
91
+
92
+ **Diagnosis coding:** `primary_icd10_cm` (one of 50 CMS-calibrated codes including I10, E11.9, J06.9, M54.5, etc.), plus 4 secondary diagnoses (`dx2` through `dx5`)
93
+
94
+ **Procedure coding:** `cpt_code` (E&M / Surgery / Radiology / Pathology-Lab / Medicine), `cpt_category`, `modifier1`, `modifier2`, `revenue_code`, `service_units`
95
+
96
+ **Inpatient detail:** `drg_code` (MS-DRG), `drg_type`, `mdc_code` (Major Diagnostic Category), `length_of_stay`, `poa_flag` (Present-on-Admission)
97
+
98
+ **Place of service:** `place_of_service` (CMS POS codes), `pos_description`
99
+
100
+ **Financials:** `billed_amount`, `allowed_amount`, `paid_amount`, `member_deductible`, `member_copay`, `member_coinsurance`, `member_oop` (out-of-pocket), `cob_amount` (coordination of benefits)
101
+
102
+ **Adjudication:** `claim_status` (Paid / Denied / Adjusted / Pended), `denial_code_carc` (CO-15, CO-4, CO-11, CO-18, PR-1, etc.), `denial_reason_desc`, `auth_required_flag`, `auth_number`
103
+
104
+ **Quality/Safety flags:** `er_flag`, `preventive_flag`, `elective_flag`, `high_cost_flag`, `readmission_flag_30d`
105
+
106
+ **Fraud labels:** `fraud_label` (5% prevalence), `fraud_pattern_type` ∈ {Upcoding, Phantom, Unbundling, Duplicate, Identity_Theft}
107
+
108
+ **HEDIS quality measures:** `hedis_bcs` (Breast Cancer Screening), `hedis_col` (Colorectal), `hedis_cdc_a1c` (Diabetes A1c), `hedis_awv` (Annual Wellness Visit), `hedis_depression`
109
+
110
+ ### `pharmacy_claims.csv` (35 columns)
111
+
112
+ **Claim identity:** `rx_claim_id`, `member_id`, `fill_date`, `paid_date`, `pharmacy_npi`, `prescriber_npi`, `plan_id`, `bin_number`, `pcn_code`
113
+
114
+ **Drug coding:** `ndc_11` (National Drug Code), `drug_name_generic`, `drug_name_brand`, `therapeutic_class` (RxNorm), `atc_code` (Anatomical Therapeutic Classification, WHO)
115
+
116
+ **Pricing:** `ingredient_cost`, `dispensing_fee`, `gross_amount_due`, `copay_amount`, `plan_paid`, `dir_fee_amount` (Direct/Indirect Remuneration), `awp_per_unit` (Average Wholesale Price), `nadac_per_unit` (CMS National Average Drug Acquisition Cost)
117
+
118
+ **Dispensing:** `formulary_tier`, `days_supply`, `quantity_dispensed`, `refill_number`, `pharmacy_type`, `dispense_as_written_code`, `specialty_rx_flag`, `compounded_flag`, `controlled_substance_flag`
119
+
120
+ **Anomaly flags:** `early_refill_flag`, `fraud_label_rx`, `diversion_flag`
121
+
122
+ ### `adherence.csv` (7 columns)
123
+
124
+ `member_id`, `therapeutic_class`, `total_days_supply`, `n_fills`, `pdc` (Proportion of Days Covered), `mpr` (Medication Possession Ratio), `adherence_flag_pdc80` (PDC ≥ 80% threshold per PQA Star Ratings methodology)
125
+
126
+ ---
127
+
128
+ ## Calibration source story
129
+
130
+ The full HLT-008 generator anchors all distributions to authoritative healthcare claims references:
131
+
132
+ - **CMS HCC v28** — Hierarchical Condition Categories risk adjustment methodology
133
+ - **CMS Payer Enrollment Statistics** — Commercial / MA / Medicaid / self-insured mix
134
+ - **CMS CPT/HCPCS Category Weights** — E&M / Surgery / Radiology / Lab / Medicine
135
+ - **NHCAA** (National Health Care Anti-Fraud Association) — Healthcare fraud rate estimates and 5-pattern taxonomy
136
+ - **NHIS / CDC** — Adult chronic disease prevalence
137
+ - **CMS CCW** (Chronic Conditions Warehouse) — 21-condition framework
138
+ - **X12 835 (HIPAA EDI)** — CARC denial codes and adjudication structure
139
+ - **HEDIS 2024 (NCQA)** — Healthcare Effectiveness Data and Information Set quality measures
140
+ - **Pharmacy Quality Alliance (PQA)** — PDC/MPR adherence methodology, 80% threshold
141
+ - **CMS NDC + FDA Orange Book** — National Drug Code coding
142
+ - **WHO ATC** — Anatomical Therapeutic Chemical Classification
143
+ - **Lloyd & Lloyd (2016) MLR Analysis** — Medical Loss Ratio benchmarks
144
+
145
+ ### Sample-scale validation scorecard
146
+
147
+ | Metric | Observed | Target | Tolerance | Status | Source |
148
+ |---|---|---|---|---|---|
149
+ | Payer commercial share | 44.2% | 45% | ±6% | ✅ PASS | CMS payer enrollment |
150
+ | HCC risk score mean | 1.00 | 1.00 | ±0.05 | ✅ PASS | CMS HCC v28 normalization |
151
+ | Fraud rate (medical) | 5.04% | 5% | ±2% | ✅ PASS | NHCAA |
152
+ | Denial rate | 10.0% | 10% | ±3% | ✅ PASS | X12 835 / CARC |
153
+ | Diabetes prevalence | 10.0% | 11% | ±4% | ✅ PASS | NHIS / CDC |
154
+ | CPT E&M share | 30.1% | 30% | ±5% | ✅ PASS | CMS CPT category weights |
155
+ | CCW condition diversity | 27 | ≥21 | — | ✅ PASS | CMS CCW |
156
+ | Fraud pattern diversity | 5 | 5 | — | ✅ PASS | NHCAA taxonomy |
157
+ | CARC denial code coverage | 10 | ≥5 | — | ✅ PASS | X12 835 |
158
+ | Claim date validity | 99.7% | 100% | ±1% | ✅ PASS | Data hygiene |
159
+
160
+ **Grade: A+ (100/100) — verified across 6 random seeds (42, 7, 123, 2024, 99, 1).**
161
+
162
+ ---
163
+
164
+ ## Loading examples
165
+
166
+ ### Pandas
167
+
168
+ ```python
169
+ import pandas as pd
170
+
171
+ members = pd.read_csv("members.csv")
172
+ providers = pd.read_csv("providers.csv")
173
+ medical = pd.read_csv("medical_claims.csv")
174
+ pharm = pd.read_csv("pharmacy_claims.csv")
175
+ adh = pd.read_csv("adherence.csv")
176
+
177
+ # Payer mix
178
+ print(members["payer_type"].value_counts(normalize=True))
179
+
180
+ # Top ICD-10 codes in medical claims
181
+ print(medical["primary_icd10_cm"].value_counts().head(10))
182
+
183
+ # Fraud pattern breakdown
184
+ print(medical.loc[medical["fraud_label"] == 1, "fraud_pattern_type"]
185
+ .value_counts())
186
+
187
+ # Denial reasons
188
+ print(medical.loc[medical["claim_status"] == "Denied", "denial_code_carc"]
189
+ .value_counts().head(10))
190
+ ```
191
+
192
+ ### Hugging Face Datasets
193
+
194
+ ```python
195
+ from datasets import load_dataset
196
+
197
+ ds = load_dataset("xpertsystems/hlt008-sample", data_files={
198
+ "members": "members.csv",
199
+ "providers": "providers.csv",
200
+ "medical_claims": "medical_claims.csv",
201
+ "pharmacy_claims": "pharmacy_claims.csv",
202
+ "adherence": "adherence.csv",
203
+ })
204
+ print(ds)
205
+ ```
206
+
207
+ ### Fraud detection baseline
208
+
209
+ ```python
210
+ import pandas as pd
211
+ from sklearn.ensemble import GradientBoostingClassifier
212
+ from sklearn.model_selection import train_test_split
213
+ from sklearn.metrics import classification_report
214
+
215
+ medical = pd.read_csv("medical_claims.csv")
216
+
217
+ features = ["billed_amount", "allowed_amount", "paid_amount", "service_units",
218
+ "length_of_stay", "auth_required_flag", "er_flag", "high_cost_flag",
219
+ "readmission_flag_30d"]
220
+ # Encode categorical
221
+ medical["cpt_cat_enc"] = pd.factorize(medical["cpt_category"])[0]
222
+ medical["network_enc"] = pd.factorize(medical["network_status"])[0]
223
+ features += ["cpt_cat_enc", "network_enc"]
224
+
225
+ X, y = medical[features].fillna(0), medical["fraud_label"]
226
+ Xtr, Xte, ytr, yte = train_test_split(X, y, test_size=0.25, stratify=y,
227
+ random_state=42)
228
+ clf = GradientBoostingClassifier(random_state=42).fit(Xtr, ytr)
229
+ print(classification_report(yte, clf.predict(Xte)))
230
+ ```
231
+
232
+ ### HCC risk-adjusted spend analysis
233
+
234
+ ```python
235
+ import pandas as pd
236
+
237
+ members = pd.read_csv("members.csv")
238
+ medical = pd.read_csv("medical_claims.csv")
239
+
240
+ # Per-member medical spend
241
+ spend = medical.groupby("member_id")["paid_amount"].sum().rename("total_paid")
242
+ m = members.merge(spend, on="member_id", how="left")
243
+ m["total_paid"] = m["total_paid"].fillna(0)
244
+
245
+ # Spend by HCC decile
246
+ m["hcc_decile"] = pd.qcut(m["hcc_risk_score"], 10, labels=False)
247
+ print(m.groupby("hcc_decile")["total_paid"].agg(["mean", "std", "median"]))
248
+ ```
249
+
250
+ ### Adherence intervention targeting
251
+
252
+ ```python
253
+ import pandas as pd
254
+
255
+ adh = pd.read_csv("adherence.csv")
256
+
257
+ # Low-adherence patients (PDC < 0.80) by therapeutic class
258
+ low_adh = adh[adh["adherence_flag_pdc80"] == 0]
259
+ print(low_adh["therapeutic_class"].value_counts().head(10))
260
+ ```
261
+
262
+ ---
263
+
264
+ ## Suggested use cases
265
+
266
+ - **Claims fraud detection** — train binary or multi-class classifiers on `fraud_label` + `fraud_pattern_type` with features from medical + pharmacy + provider tables
267
+ - **Denial management** — predict `claim_status` (Paid/Denied/Adjusted/Pended) and `denial_code_carc` from claim features
268
+ - **HCC risk adjustment** — train risk score predictors from diagnosis codes for value-based contracts
269
+ - **HEDIS gap analysis** — identify members not meeting `hedis_*` measures, predict who needs outreach
270
+ - **High-cost claimant identification** — predict `high_cost_flag` or top-decile spend from baseline features
271
+ - **Adherence intervention modeling** — predict PDC < 0.8 in chronic medication users
272
+ - **Drug switching / brand-vs-generic analysis** — RxNorm therapeutic class transitions
273
+ - **Provider network optimization** — analyze in-network vs out-of-network financial impact
274
+ - **Prior authorization optimization** — predict which `auth_required_flag` claims will be denied
275
+ - **Care management targeting** — identify members for case management based on chronic conditions + spend
276
+ - **30-day readmission prediction** — `readmission_flag_30d` ML
277
+ - **X12 837/835 ETL pipeline testing** — schema-compliant synthetic data for EDI pipelines
278
+ - **Healthcare analytics platform development** — synthetic data for warehousing, reporting, BI demos
279
+
280
+ ---
281
+
282
+ ## Sample vs. full product
283
+
284
+ | Aspect | This sample | Full HLT-008 product |
285
+ |---|---|---|
286
+ | Members | 500 | 100,000+ (default) up to 5M |
287
+ | Years | 3 (2021-2023) | Configurable, multi-year longitudinal |
288
+ | Providers | 150 | 5,000+ |
289
+ | Schema | identical | identical |
290
+ | Calibration | identical | identical |
291
+ | License | CC-BY-NC-4.0 | Commercial license |
292
+
293
+ The full product unlocks:
294
+ - **Up to 5M members** for population-scale fraud detection and risk adjustment training
295
+ - **Configurable multi-year longitudinal windows** for spend trend analysis
296
+ - **Larger provider network** (5,000+) for realistic network analysis
297
+ - Commercial use rights
298
+
299
+ **Contact us for the full product.**
300
+
301
+ ---
302
+
303
+ ## Limitations & honest disclosures
304
+
305
+ - **Sample is preview-only.** 500 members × 3 years × ~30K claims is enough to demonstrate schema and calibration, but is **not statistically sufficient** for serious fraud detection model training (would need ≥100K members for reliable detection of rare fraud patterns) or rare condition analysis. Use the full product for serious work.
306
+ - **Sample is on the larger side (8 MB).** Claims data has natural fan-out — even at 500 members, you get ~30K claim records. This is the largest healthcare sample in the catalog. The full product scales linearly with member count.
307
+ - **Adherence PDC denominator is the full observation window, not actual therapy initiation.** The generator computes PDC as `total_days_supply / 1096_days` (3-year observation window), rather than the clinically-canonical "days from first fill to obs end." This produces lower PDC values (~0.1) than the typical 0.7-0.8 reported in real PDC analyses. The field is *structurally correct* (between 0 and 1, deterministic), just calibrated against the observation window. For clinically-typical PDC values, compute it as `total_days_supply / (obs_end - first_fill_date)` from the raw fills, which is a one-line post-processing step.
308
+ - **Fraud labels are statistically assigned, not adjudicated.** `fraud_label = 1` flags follow a 5% Bernoulli draw with pattern types assigned by category-rule mapping. They represent realistic fraud taxonomy proportions but are NOT validated against real fraud detection adjudication.
309
+ - **ICD-10 coding uses 50 most common codes, not the full ~70K codeset.** Realistic for general analytics but not exhaustive — rare-disease analysis requires the full HLT-008 product with extended code coverage.
310
+ - **NDC codes are placeholder 11-digit strings, not real FDA Orange Book entries.** `drug_name_generic` / `drug_name_brand` / `therapeutic_class` / `atc_code` are populated; the NDC-11 string itself is synthetic. Use therapeutic class + ATC for drug-level analysis.
311
+ - **NPIs are synthetic 10-digit strings.** Provider directory has realistic specialty + NUCC taxonomy + network status but the NPI numbers themselves are not real CMS NPPES numbers.
312
+ - **State distribution focuses on top-10 US states.** Member distribution is concentrated in CA/TX/FL/NY/PA/IL/OH/GA/NC/MI; all 50 states are not represented at uniform frequency.
313
+ - **No real CMS BSA / DRG payment rates.** `paid_amount` is calibrated to overall paid-to-billed ratios (~0.63), not specific DRG reimbursement schedules. The full product can be tuned to specific year IPPS/OPPS rates.
314
+ - **Synthetic, not derived from real claims data.** Distributions match published CMS / NHIS / NHCAA references but do NOT reflect any specific real payer or member cohort.
315
+
316
+ ---
317
+
318
+ ## Ethical use guidance
319
+
320
+ This dataset is designed for:
321
+ - Healthcare fraud detection ML methodology development
322
+ - Claims analytics platform development
323
+ - HCC risk adjustment model research
324
+ - HEDIS quality measure pipeline testing
325
+ - X12 837/835 EDI ETL pipeline development
326
+ - Educational use in health services research and actuarial science
327
+ - Healthcare AI pretraining for claims-based prediction tasks
328
+
329
+ This dataset is **not appropriate for**:
330
+ - Making payment decisions about real claims
331
+ - Insurance underwriting, pricing, or claim adjudication for real members
332
+ - Fraud accusations against real providers
333
+ - Discriminatory analyses targeting protected demographic groups
334
+ - Training models that produce real claim decisions without separate validation on real data
335
+
336
+ ---
337
+
338
+ ## Companion datasets in the Healthcare vertical
339
+
340
+ - [HLT-001](https://huggingface.co/datasets/xpertsystems/hlt001-sample) — Synthetic Patient Population (5K patients × 79 cols, CDC/NHANES calibrated)
341
+ - [HLT-002](https://huggingface.co/datasets/xpertsystems/hlt002-sample) — Synthetic EHR Dataset (4K encounters + FHIR R4 bundles)
342
+ - [HLT-003](https://huggingface.co/datasets/xpertsystems/hlt003-sample) — Synthetic Clinical Trial Dataset (3 endpoint types + power sweep)
343
+ - [HLT-004](https://huggingface.co/datasets/xpertsystems/hlt004-sample) — Synthetic Disease Progression Dataset (NSCLC + Heart Failure longitudinal)
344
+ - [HLT-005](https://huggingface.co/datasets/xpertsystems/hlt005-sample) — Synthetic Hospital Admission Dataset (5K admissions + bed utilization)
345
+ - [HLT-006](https://huggingface.co/datasets/xpertsystems/hlt006-sample) — Synthetic Medical Imaging Dataset (1K studies + COCO annotations + reports)
346
+ - [HLT-007](https://huggingface.co/datasets/xpertsystems/hlt007-sample) — Synthetic Drug Response Dataset (3K patient-treatments × 25 drug classes + PGx + PK)
347
+ - **HLT-008** — Synthetic Healthcare Claims Dataset (you are here)
348
+
349
+ Use **HLT-001 through HLT-008 together** for the full healthcare ML data stack: population → EHR → trials → progression → hospital ops → imaging → pharmacology → claims & reimbursement.
350
+
351
+ ---
352
+
353
+ ## Citation
354
+
355
+ If you use this dataset, please cite:
356
+
357
+ ```bibtex
358
+ @dataset{xpertsystems_hlt008_sample_2026,
359
+ author = {XpertSystems.ai},
360
+ title = {HLT-008 Synthetic Healthcare Claims Dataset (Sample Preview)},
361
+ year = 2026,
362
+ publisher = {Hugging Face},
363
+ url = {https://huggingface.co/datasets/xpertsystems/hlt008-sample}
364
+ }
365
+ ```
366
+
367
+ ---
368
+
369
+ ## Contact
370
+
371
+ - **Web:** [https://xpertsystems.ai](https://xpertsystems.ai)
372
+ - **Email:** [pradeep@xpertsystems.ai](mailto:pradeep@xpertsystems.ai)
373
+ - **Full product catalog:** Cybersecurity, Insurance & Risk, Materials & Energy, Oil & Gas, Healthcare, and more
374
+
375
+ **Sample License:** CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0)
376
+ **Full product License:** Commercial — please contact for pricing.
adherence.csv ADDED
The diff for this file is too large to render. See raw diff
 
medical_claims.csv ADDED
The diff for this file is too large to render. See raw diff
 
members.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ member_id,age,age_band,sex,race_ethnicity,state,zip_code,payer_type,plan_type,income_band,dual_eligible_flag,lis_flag,hcc_risk_score,n_chronic_conditions,enrollment_start,enrollment_end,care_management_flag,ccw_ami,ccw_alzheimer,ccw_anemia,ccw_asthma,ccw_atrialfib,ccw_cataract,ccw_chrnkidn,ccw_copd,ccw_chf,ccw_diabetes,ccw_deprssion,ccw_hyperl,ccw_hyperp,ccw_ihd,ccw_mo_diabetes,ccw_osteoprs,ccw_ra_oa,ccw_stroke_tia,ccw_cancer_colorectal,ccw_cancer_endometrial,ccw_cancer_lung,ccw_cancer_prostate,ccw_cancer_breast,ccw_glaucoma,ccw_hip_fracture,ccw_hipvteib,ccw_bnign_prostate
2
+ MBR00000001,61,50-64,F,White,CA,95134,medicare_advantage,PPO,>400%FPL,0,0,1.1599,1,2020-07-20,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1
3
+ MBR00000002,35,35-49,F,White,CA,30276,self_insured,EPO,201-400%FPL,0,0,1.1516,2,2020-07-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
4
+ MBR00000003,69,65-79,F,White,IL,13157,commercial,PPO,139-200%FPL,0,0,1.911,4,2020-04-01,2023-12-31,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1
5
+ MBR00000004,55,50-64,F,White,NC,75160,commercial,HMO,>400%FPL,0,0,1.0151,2,2020-07-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
6
+ MBR00000005,7,0-17,F,Black/AA,TX,57927,medicaid,FFS,<100%FPL,0,1,0.985,2,2020-12-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
7
+ MBR00000006,88,80+,F,White,OH,85363,medicare_advantage,SNP,>400%FPL,0,0,1.429,2,2020-08-13,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
8
+ MBR00000007,60,50-64,M,Asian,IL,19751,medicare_advantage,PPO,201-400%FPL,0,0,1.0443,0,2020-01-16,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0
9
+ MBR00000008,62,50-64,F,White,MI,17270,medicare_advantage,PFFS,<100%FPL,0,0,1.0937,2,2020-01-22,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10
+ MBR00000009,10,0-17,F,Black/AA,FL,61051,commercial,PPO,<100%FPL,0,0,0.4283,1,2020-05-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
11
+ MBR00000010,36,35-49,M,White,CA,89386,medicare_advantage,HMO,>400%FPL,0,0,0.8237,0,2020-05-14,2023-12-31,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0
12
+ MBR00000011,30,18-34,M,Black/AA,OH,46518,commercial,HMO,139-200%FPL,0,0,0.8395,3,2020-09-28,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
13
+ MBR00000012,77,65-79,F,Black/AA,GA,81775,commercial,HDHP/HSA,>400%FPL,0,0,1.4795,3,2020-03-23,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
14
+ MBR00000013,51,50-64,M,White,IL,91557,medicare_advantage,PFFS,>400%FPL,0,0,1.2013,0,2020-05-28,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
15
+ MBR00000014,65,65-79,M,Asian,GA,88270,medicare_advantage,PPO,>400%FPL,0,0,1.013,1,2020-12-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
16
+ MBR00000015,36,35-49,M,White,FL,55779,medicaid,MCO,139-200%FPL,0,1,0.9686,2,2020-01-21,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
17
+ MBR00000016,18,18-34,M,White,IL,72857,commercial,PPO,>400%FPL,0,0,0.9537,2,2020-02-25,2023-12-31,0,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
18
+ MBR00000017,44,35-49,M,Black/AA,TX,57309,commercial,HMO,>400%FPL,0,0,1.1844,3,2020-12-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
19
+ MBR00000018,5,0-17,F,Hispanic/Latino,FL,70673,self_insured,PPO,<100%FPL,0,0,0.4339,1,2020-08-02,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
20
+ MBR00000019,65,65-79,M,White,TX,61037,commercial,PPO,139-200%FPL,0,0,1.1102,2,2020-04-05,2023-12-31,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
21
+ MBR00000020,50,50-64,F,White,CA,57257,commercial,EPO,139-200%FPL,0,0,1.1926,2,2020-04-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1
22
+ MBR00000021,60,50-64,F,Hispanic/Latino,CA,49312,commercial,PPO,201-400%FPL,0,0,1.1607,1,2020-11-01,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0
23
+ MBR00000022,28,18-34,M,Hispanic/Latino,PA,68750,medicare_advantage,HMO,>400%FPL,0,0,0.8532,2,2020-12-18,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
24
+ MBR00000023,86,80+,M,NHOPI,GA,77598,medicaid,PCCM,201-400%FPL,0,1,1.378,1,2020-01-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
25
+ MBR00000024,73,65-79,F,White,TX,92718,medicaid,MCO,201-400%FPL,0,1,1.3158,1,2020-02-10,2023-12-31,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
26
+ MBR00000025,61,50-64,M,Black/AA,FL,65189,medicare_advantage,PPO,139-200%FPL,0,0,1.5971,6,2020-04-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
27
+ MBR00000026,15,0-17,M,White,CA,19046,commercial,PPO,100-138%FPL,0,0,0.6696,3,2020-05-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
28
+ MBR00000027,37,35-49,F,Asian,FL,62872,commercial,PPO,139-200%FPL,0,0,1.2771,2,2020-04-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
29
+ MBR00000028,3,0-17,F,White,TX,38418,medicare_advantage,PPO,>400%FPL,1,1,0.3608,2,2020-07-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
30
+ MBR00000029,12,0-17,F,Hispanic/Latino,NY,12413,commercial,EPO,201-400%FPL,0,0,1.0416,1,2020-04-27,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31
+ MBR00000030,54,50-64,M,White,NC,16520,commercial,HMO,201-400%FPL,0,0,1.6187,4,2020-09-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
32
+ MBR00000031,59,50-64,F,White,NY,63216,commercial,EPO,>400%FPL,0,0,1.2632,3,2020-12-02,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0
33
+ MBR00000032,85,80+,F,Black/AA,PA,95031,commercial,EPO,<100%FPL,0,0,1.16,0,2020-09-10,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0
34
+ MBR00000033,26,18-34,M,White,IL,55500,medicare_advantage,PPO,139-200%FPL,0,0,1.1293,4,2020-09-16,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
35
+ MBR00000034,30,18-34,F,Hispanic/Latino,CA,50073,medicare_advantage,PPO,139-200%FPL,1,1,0.6145,1,2020-09-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
36
+ MBR00000035,38,35-49,M,White,TX,17979,commercial,HMO,>400%FPL,0,0,0.7312,0,2020-07-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
37
+ MBR00000036,15,0-17,M,Black/AA,CA,70780,medicare_advantage,HMO,>400%FPL,0,0,0.7215,2,2020-11-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
38
+ MBR00000037,10,0-17,F,White,FL,14992,medicaid,FFS,201-400%FPL,0,1,0.8233,2,2020-08-06,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
39
+ MBR00000038,38,35-49,M,White,NC,85699,medicare_advantage,PFFS,<100%FPL,0,0,1.0662,1,2020-07-16,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
40
+ MBR00000039,18,18-34,M,White,FL,83475,medicaid,MCO,100-138%FPL,0,1,1.3582,3,2020-10-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
41
+ MBR00000040,53,50-64,F,White,FL,99189,commercial,HMO,201-400%FPL,0,0,1.0062,1,2020-07-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0
42
+ MBR00000041,35,35-49,F,White,TX,35585,medicaid,MCO,201-400%FPL,0,1,1.0616,1,2020-04-30,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
43
+ MBR00000042,66,65-79,F,Black/AA,TX,24560,commercial,EPO,>400%FPL,0,0,1.1877,2,2020-08-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
44
+ MBR00000043,56,50-64,F,Black/AA,NC,36957,commercial,HDHP/HSA,>400%FPL,0,0,1.183,2,2021-01-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
45
+ MBR00000044,25,18-34,F,Black/AA,TX,81955,commercial,PPO,201-400%FPL,0,0,0.7601,1,2020-04-20,2023-12-31,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
46
+ MBR00000045,66,65-79,M,White,IL,29693,medicare_advantage,PPO,>400%FPL,0,0,0.9659,0,2020-06-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1
47
+ MBR00000046,63,50-64,M,White,CA,89867,commercial,PPO,>400%FPL,0,0,1.1448,1,2020-08-01,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
48
+ MBR00000047,31,18-34,M,White,CA,23876,commercial,HMO,201-400%FPL,0,0,1.398,3,2020-12-24,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
49
+ MBR00000048,23,18-34,M,Hispanic/Latino,TX,14398,medicaid,MCO,201-400%FPL,0,1,0.748,1,2020-11-30,2023-12-31,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
50
+ MBR00000049,54,50-64,F,Hispanic/Latino,NC,29741,commercial,HMO,>400%FPL,0,0,1.1333,2,2020-12-04,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
51
+ MBR00000050,11,0-17,M,White,TX,77867,commercial,HMO,139-200%FPL,0,0,0.7505,0,2020-02-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0
52
+ MBR00000051,16,0-17,M,Black/AA,IL,64204,commercial,HMO,>400%FPL,0,0,1.2081,3,2020-09-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
53
+ MBR00000052,0,,M,White,CA,41924,commercial,HMO,<100%FPL,0,0,0.4498,1,2020-07-30,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
54
+ MBR00000053,62,50-64,M,White,NY,69042,commercial,HDHP/HSA,201-400%FPL,0,0,1.3683,3,2020-04-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
55
+ MBR00000054,53,50-64,F,White,NY,68373,commercial,HDHP/HSA,>400%FPL,0,0,1.5197,3,2020-05-07,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
56
+ MBR00000055,56,50-64,M,White,PA,59924,commercial,PPO,201-400%FPL,0,0,1.6482,2,2020-12-09,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
57
+ MBR00000056,62,50-64,M,Black/AA,TX,56263,medicaid,PCCM,201-400%FPL,0,1,1.0634,1,2020-01-28,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0
58
+ MBR00000057,37,35-49,M,Hispanic/Latino,CA,19134,medicaid,FFS,201-400%FPL,0,1,0.9059,2,2020-09-27,2023-12-31,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
59
+ MBR00000058,45,35-49,F,White,NC,33376,medicare_advantage,PFFS,100-138%FPL,0,0,0.9896,0,2020-03-27,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
60
+ MBR00000059,11,0-17,F,White,NY,57492,medicare_advantage,HMO,139-200%FPL,0,0,0.4688,0,2020-03-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
61
+ MBR00000060,9,0-17,F,Black/AA,TX,22169,medicaid,PCCM,139-200%FPL,0,1,0.4549,0,2020-06-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
62
+ MBR00000061,53,50-64,M,Asian,FL,52825,self_insured,PPO,201-400%FPL,0,0,1.2167,2,2020-11-03,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
63
+ MBR00000062,38,35-49,M,Black/AA,CA,20525,medicare_advantage,HMO,201-400%FPL,0,0,0.9945,4,2020-06-17,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
64
+ MBR00000063,45,35-49,F,White,FL,80850,medicaid,PCCM,139-200%FPL,0,1,1.1936,3,2020-10-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
65
+ MBR00000064,60,50-64,F,Black/AA,FL,19298,medicaid,PCCM,>400%FPL,0,1,1.0667,2,2020-02-26,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
66
+ MBR00000065,51,50-64,F,White,CA,18328,medicaid,FFS,201-400%FPL,0,1,0.9532,2,2020-04-01,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
67
+ MBR00000066,44,35-49,F,AIAN,FL,67400,medicare_advantage,PPO,201-400%FPL,0,0,1.4828,4,2020-03-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
68
+ MBR00000067,45,35-49,F,White,PA,29847,commercial,HDHP/HSA,201-400%FPL,0,0,0.9373,1,2020-03-05,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
69
+ MBR00000068,24,18-34,M,Black/AA,NC,41626,commercial,HMO,100-138%FPL,0,0,0.4662,0,2020-10-28,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
70
+ MBR00000069,2,0-17,M,White,IL,38283,medicare_advantage,PFFS,>400%FPL,0,0,0.4657,1,2020-12-21,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0
71
+ MBR00000070,35,35-49,F,White,NY,29496,medicare_advantage,HMO,201-400%FPL,0,0,0.8558,1,2020-05-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
72
+ MBR00000071,17,0-17,M,Hispanic/Latino,OH,78559,commercial,PPO,<100%FPL,0,0,0.5667,2,2020-05-22,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
73
+ MBR00000072,33,18-34,F,Black/AA,TX,72268,medicare_advantage,SNP,>400%FPL,1,1,0.8509,3,2020-02-21,2023-12-31,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
74
+ MBR00000073,68,65-79,M,White,PA,31489,medicare_advantage,SNP,>400%FPL,0,0,1.1629,2,2020-05-14,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0
75
+ MBR00000074,19,18-34,F,Asian,CA,71815,medicaid,FFS,>400%FPL,0,1,0.5201,0,2020-03-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
76
+ MBR00000075,4,0-17,F,Hispanic/Latino,CA,74211,commercial,HMO,>400%FPL,0,0,0.6008,2,2020-08-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
77
+ MBR00000076,22,18-34,F,White,PA,58524,commercial,PPO,>400%FPL,0,0,1.2436,1,2020-11-17,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
78
+ MBR00000077,23,18-34,F,White,CA,62054,medicaid,FFS,139-200%FPL,0,1,0.6528,2,2020-12-19,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
79
+ MBR00000078,53,50-64,F,White,IL,94145,medicaid,PCCM,201-400%FPL,0,1,1.2016,2,2020-07-26,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
80
+ MBR00000079,45,35-49,F,Black/AA,PA,50848,self_insured,PPO,201-400%FPL,0,0,0.9859,2,2021-01-01,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
81
+ MBR00000080,62,50-64,M,White,CA,44686,medicaid,FFS,139-200%FPL,0,1,1.4454,3,2020-06-26,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1
82
+ MBR00000081,53,50-64,F,White,FL,58509,medicaid,FFS,139-200%FPL,0,1,0.9916,0,2020-08-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
83
+ MBR00000082,33,18-34,F,Hispanic/Latino,NY,85226,commercial,HMO,<100%FPL,0,0,0.7339,1,2020-09-29,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
84
+ MBR00000083,64,50-64,M,Asian,IL,73862,commercial,HDHP/HSA,201-400%FPL,0,0,1.1143,2,2020-05-31,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85
+ MBR00000084,13,0-17,M,Hispanic/Latino,GA,16762,commercial,HDHP/HSA,>400%FPL,0,0,0.6435,0,2020-04-28,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
86
+ MBR00000085,1,0-17,F,AIAN,TX,51334,medicare_advantage,PFFS,>400%FPL,0,0,0.3843,0,2020-12-18,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
87
+ MBR00000086,7,0-17,F,Hispanic/Latino,GA,76584,medicaid,PCCM,139-200%FPL,0,1,1.0691,3,2020-07-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
88
+ MBR00000087,57,50-64,M,Hispanic/Latino,TX,30152,commercial,HMO,139-200%FPL,0,0,0.9353,1,2020-01-25,2023-12-31,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
89
+ MBR00000088,37,35-49,M,Hispanic/Latino,CA,98959,medicare_advantage,SNP,201-400%FPL,0,0,0.7955,2,2020-09-15,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
90
+ MBR00000089,13,0-17,M,White,NY,82728,commercial,HDHP/HSA,201-400%FPL,0,0,0.57,3,2020-03-22,2023-12-31,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
91
+ MBR00000090,40,35-49,M,White,TX,86192,commercial,HDHP/HSA,>400%FPL,0,0,2.2121,4,2020-09-01,2023-12-31,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
92
+ MBR00000091,12,0-17,F,White,CA,17355,commercial,EPO,>400%FPL,0,0,0.7994,1,2020-09-24,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
93
+ MBR00000092,55,50-64,M,Black/AA,TX,62169,commercial,PPO,>400%FPL,0,0,1.0567,2,2020-02-24,2023-12-31,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
94
+ MBR00000093,36,35-49,M,White,GA,57500,medicaid,PCCM,>400%FPL,0,1,0.9354,3,2020-08-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
95
+ MBR00000094,31,18-34,F,White,NC,66408,commercial,HMO,>400%FPL,0,0,0.8222,1,2020-02-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
96
+ MBR00000095,24,18-34,M,White,MI,86522,medicaid,FFS,201-400%FPL,0,1,0.5687,0,2020-05-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
97
+ MBR00000096,50,50-64,M,White,TX,41795,medicare_advantage,PFFS,<100%FPL,0,0,0.8865,1,2020-03-11,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
98
+ MBR00000097,29,18-34,F,White,FL,58057,commercial,EPO,<100%FPL,0,0,0.7591,2,2020-03-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
99
+ MBR00000098,7,0-17,F,Hispanic/Latino,OH,71152,commercial,PPO,201-400%FPL,0,0,1.2136,5,2020-02-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
100
+ MBR00000099,9,0-17,F,Hispanic/Latino,TX,77786,medicaid,FFS,139-200%FPL,0,1,0.6113,1,2020-06-13,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
101
+ MBR00000100,83,80+,F,White,FL,79334,commercial,HMO,100-138%FPL,0,0,1.8374,2,2020-01-20,2023-12-31,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1
102
+ MBR00000101,75,65-79,M,White,TX,40323,medicaid,MCO,>400%FPL,0,1,1.8781,2,2020-12-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
103
+ MBR00000102,55,50-64,F,White,NY,99839,commercial,HDHP/HSA,100-138%FPL,0,0,1.1007,1,2020-07-06,2023-12-31,0,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
104
+ MBR00000103,21,18-34,F,Hispanic/Latino,PA,10865,medicare_advantage,HMO,>400%FPL,0,0,0.9003,3,2020-08-10,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
105
+ MBR00000104,86,80+,F,Hispanic/Latino,TX,54321,medicaid,MCO,>400%FPL,0,1,1.2399,1,2020-11-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
106
+ MBR00000105,61,50-64,F,White,CA,64788,commercial,PPO,201-400%FPL,0,0,1.3751,3,2020-02-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
107
+ MBR00000106,57,50-64,F,Hispanic/Latino,IL,15517,commercial,HMO,>400%FPL,0,0,1.0952,2,2020-03-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
108
+ MBR00000107,36,35-49,F,White,PA,50604,self_insured,PPO,139-200%FPL,0,0,1.6712,4,2020-04-03,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
109
+ MBR00000108,22,18-34,M,White,TX,63626,commercial,HDHP/HSA,201-400%FPL,0,0,0.5055,0,2020-05-15,2023-12-31,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
110
+ MBR00000109,7,0-17,F,Two+,TX,64684,commercial,EPO,100-138%FPL,0,0,0.4356,1,2020-05-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
111
+ MBR00000110,74,65-79,M,White,MI,20712,commercial,HMO,>400%FPL,0,0,2.0531,3,2020-08-16,2023-12-31,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
112
+ MBR00000111,37,35-49,F,White,PA,34975,commercial,PPO,139-200%FPL,0,0,1.9156,3,2020-04-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
113
+ MBR00000112,16,0-17,F,White,NY,32028,medicaid,PCCM,139-200%FPL,0,1,0.6617,1,2020-01-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
114
+ MBR00000113,24,18-34,F,Black/AA,PA,67592,medicaid,MCO,>400%FPL,0,1,0.8976,3,2020-10-02,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1
115
+ MBR00000114,46,35-49,F,Asian,MI,39589,commercial,HDHP/HSA,201-400%FPL,0,0,1.0647,3,2020-08-31,2023-12-31,0,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
116
+ MBR00000115,14,0-17,M,AIAN,TX,61430,medicaid,MCO,201-400%FPL,0,1,0.6451,0,2020-11-23,2023-12-31,0,0,1,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
117
+ MBR00000116,69,65-79,F,White,TX,75791,commercial,HMO,201-400%FPL,0,0,1.0181,0,2020-02-05,2023-12-31,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
118
+ MBR00000117,60,50-64,F,White,FL,81754,commercial,PPO,100-138%FPL,0,0,0.9464,0,2020-06-22,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0
119
+ MBR00000118,57,50-64,M,Hispanic/Latino,OH,26542,medicare_advantage,HMO,>400%FPL,1,1,0.9007,0,2020-05-30,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
120
+ MBR00000119,35,35-49,M,White,CA,91316,self_insured,PPO,139-200%FPL,0,0,0.8945,2,2020-09-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
121
+ MBR00000120,50,50-64,M,Hispanic/Latino,TX,24917,commercial,PPO,139-200%FPL,0,0,1.002,2,2020-12-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
122
+ MBR00000121,47,35-49,F,Black/AA,TX,11968,commercial,EPO,100-138%FPL,0,0,1.473,0,2020-03-14,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
123
+ MBR00000122,52,50-64,F,White,PA,14046,medicare_advantage,SNP,139-200%FPL,0,0,1.1253,1,2020-02-22,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
124
+ MBR00000123,6,0-17,F,Hispanic/Latino,PA,28093,medicaid,FFS,139-200%FPL,0,1,1.2204,1,2020-08-30,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
125
+ MBR00000124,33,18-34,M,White,FL,88590,commercial,HMO,201-400%FPL,0,0,1.8196,2,2020-03-29,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
126
+ MBR00000125,3,0-17,F,White,TX,28709,commercial,HDHP/HSA,100-138%FPL,0,0,0.3523,0,2020-06-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
127
+ MBR00000126,40,35-49,M,White,OH,72414,medicare_advantage,PFFS,100-138%FPL,0,0,1.0717,3,2020-05-12,2023-12-31,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
128
+ MBR00000127,26,18-34,F,White,CA,47664,commercial,PPO,201-400%FPL,0,0,0.8859,1,2020-10-30,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
129
+ MBR00000128,11,0-17,M,Black/AA,IL,13595,commercial,PPO,100-138%FPL,0,0,0.6048,3,2020-05-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
130
+ MBR00000129,8,0-17,F,Black/AA,TX,49972,commercial,EPO,>400%FPL,0,0,0.795,0,2020-11-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
131
+ MBR00000130,47,35-49,F,Two+,NC,12546,commercial,HMO,>400%FPL,0,0,0.9211,1,2020-10-14,2023-12-31,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
132
+ MBR00000131,13,0-17,F,Two+,FL,52855,medicare_advantage,HMO,201-400%FPL,1,1,0.576,2,2020-08-24,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
133
+ MBR00000132,77,65-79,F,White,PA,60280,medicaid,FFS,>400%FPL,0,1,1.3842,2,2020-10-15,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
134
+ MBR00000133,46,35-49,M,White,CA,56922,medicare_advantage,PFFS,<100%FPL,0,0,0.8906,2,2020-02-05,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
135
+ MBR00000134,28,18-34,M,Black/AA,TX,35427,medicare_advantage,PFFS,<100%FPL,0,0,0.7397,2,2020-12-22,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
136
+ MBR00000135,47,35-49,M,AIAN,IL,78990,self_insured,EPO,>400%FPL,0,0,1.4453,0,2020-02-07,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
137
+ MBR00000136,1,0-17,M,White,NY,63704,commercial,HDHP/HSA,>400%FPL,0,0,0.4506,2,2020-11-06,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
138
+ MBR00000137,82,80+,F,White,OH,32930,commercial,HDHP/HSA,>400%FPL,0,0,1.4297,2,2020-02-19,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1
139
+ MBR00000138,39,35-49,F,White,NY,49113,medicaid,MCO,<100%FPL,0,1,1.1228,3,2020-09-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
140
+ MBR00000139,62,50-64,F,White,NY,19765,commercial,HDHP/HSA,>400%FPL,0,0,1.1309,1,2020-01-31,2023-12-31,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
141
+ MBR00000140,6,0-17,F,Black/AA,GA,93097,medicare_advantage,PFFS,201-400%FPL,0,0,0.4109,2,2020-06-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
142
+ MBR00000141,39,35-49,F,White,FL,77773,medicaid,FFS,139-200%FPL,0,1,0.9279,1,2020-07-07,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
143
+ MBR00000142,39,35-49,F,Hispanic/Latino,NC,35902,commercial,HDHP/HSA,100-138%FPL,0,0,0.9092,3,2020-11-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0
144
+ MBR00000143,78,65-79,M,Hispanic/Latino,FL,70741,medicare_advantage,HMO,>400%FPL,0,0,1.1681,1,2020-07-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
145
+ MBR00000144,46,35-49,M,Hispanic/Latino,TX,71122,commercial,HMO,<100%FPL,0,0,0.9883,3,2020-06-12,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
146
+ MBR00000145,38,35-49,F,White,OH,64870,commercial,PPO,>400%FPL,0,0,1.0174,1,2020-01-09,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
147
+ MBR00000146,21,18-34,F,White,CA,14864,medicare_advantage,PPO,201-400%FPL,0,0,0.6723,0,2020-09-27,2023-12-31,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
148
+ MBR00000147,27,18-34,M,Hispanic/Latino,CA,89066,commercial,HMO,>400%FPL,0,0,0.831,3,2020-12-02,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
149
+ MBR00000148,42,35-49,F,Hispanic/Latino,CA,96026,medicaid,FFS,>400%FPL,0,1,1.3396,4,2020-10-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
150
+ MBR00000149,35,35-49,F,White,NY,97671,medicaid,FFS,>400%FPL,0,1,1.1353,1,2020-10-05,2023-12-31,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
151
+ MBR00000150,1,0-17,M,Hispanic/Latino,PA,98267,medicaid,PCCM,100-138%FPL,0,1,0.3653,2,2020-01-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
152
+ MBR00000151,65,65-79,M,White,CA,93593,commercial,HMO,<100%FPL,0,0,1.0805,1,2020-11-08,2023-12-31,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
153
+ MBR00000152,73,65-79,F,Hispanic/Latino,CA,76515,commercial,EPO,201-400%FPL,0,0,1.23,2,2020-01-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0
154
+ MBR00000153,11,0-17,F,White,TX,15118,commercial,HDHP/HSA,201-400%FPL,0,0,0.4972,3,2020-11-21,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
155
+ MBR00000154,44,35-49,M,White,TX,51868,commercial,HDHP/HSA,100-138%FPL,0,0,0.7867,1,2020-03-11,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
156
+ MBR00000155,8,0-17,F,White,CA,32063,medicaid,MCO,100-138%FPL,0,1,0.7263,3,2020-08-03,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
157
+ MBR00000156,53,50-64,M,White,CA,29799,commercial,PPO,139-200%FPL,0,0,1.0192,1,2020-12-13,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0
158
+ MBR00000157,22,18-34,F,White,GA,84754,commercial,EPO,<100%FPL,0,0,0.8688,4,2020-05-22,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
159
+ MBR00000158,52,50-64,M,White,IL,83125,medicaid,MCO,<100%FPL,0,1,1.297,3,2020-04-11,2023-12-31,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
160
+ MBR00000159,58,50-64,F,White,TX,56985,commercial,PPO,>400%FPL,0,0,1.6522,3,2020-03-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
161
+ MBR00000160,61,50-64,M,Hispanic/Latino,TX,76271,commercial,PPO,139-200%FPL,0,0,1.2611,2,2020-10-28,2023-12-31,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
162
+ MBR00000161,8,0-17,M,White,CA,21642,commercial,HMO,>400%FPL,0,0,0.746,2,2020-05-21,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
163
+ MBR00000162,76,65-79,F,Black/AA,TX,29975,medicare_advantage,PPO,>400%FPL,0,0,1.0742,0,2020-06-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0
164
+ MBR00000163,18,18-34,M,Hispanic/Latino,FL,87442,medicaid,PCCM,100-138%FPL,0,1,0.4767,1,2020-07-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
165
+ MBR00000164,3,0-17,M,White,NC,50608,commercial,PPO,>400%FPL,0,0,0.4197,1,2020-02-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
166
+ MBR00000165,44,35-49,M,White,IL,59196,medicaid,FFS,201-400%FPL,0,1,1.1744,1,2020-07-31,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
167
+ MBR00000166,30,18-34,F,Hispanic/Latino,FL,51651,medicaid,FFS,>400%FPL,0,1,0.6922,0,2020-08-16,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
168
+ MBR00000167,66,65-79,F,Hispanic/Latino,CA,28194,medicaid,PCCM,<100%FPL,0,1,2.2353,2,2020-06-24,2023-12-31,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
169
+ MBR00000168,64,50-64,F,White,PA,84376,commercial,PPO,100-138%FPL,0,0,1.3368,2,2020-01-28,2023-12-31,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
170
+ MBR00000169,25,18-34,M,Hispanic/Latino,NC,78246,commercial,EPO,<100%FPL,0,0,1.0159,2,2020-02-20,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
171
+ MBR00000170,80,80+,M,White,CA,71545,medicaid,FFS,201-400%FPL,0,1,1.9322,3,2020-04-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
172
+ MBR00000171,23,18-34,M,White,GA,41787,commercial,HMO,>400%FPL,0,0,0.6883,1,2020-12-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
173
+ MBR00000172,41,35-49,F,Hispanic/Latino,CA,67884,medicare_advantage,PPO,>400%FPL,0,0,0.8571,1,2020-09-14,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
174
+ MBR00000173,20,18-34,F,White,IL,95791,medicaid,PCCM,>400%FPL,0,1,0.7057,1,2020-12-27,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
175
+ MBR00000174,78,65-79,F,Hispanic/Latino,CA,68483,commercial,HMO,>400%FPL,0,0,1.5003,1,2020-11-28,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
176
+ MBR00000175,13,0-17,F,White,NY,54483,medicaid,PCCM,>400%FPL,0,1,0.6216,0,2020-03-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
177
+ MBR00000176,3,0-17,M,Hispanic/Latino,TX,34342,medicaid,PCCM,<100%FPL,0,1,0.7435,3,2020-03-10,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
178
+ MBR00000177,35,35-49,F,White,NY,57052,medicare_advantage,PPO,>400%FPL,0,0,0.6895,1,2020-11-25,2023-12-31,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
179
+ MBR00000178,93,80+,F,White,NY,43453,commercial,EPO,201-400%FPL,0,0,1.5762,2,2020-07-18,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1
180
+ MBR00000179,73,65-79,M,White,PA,65013,medicaid,PCCM,<100%FPL,0,1,1.3277,1,2020-09-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
181
+ MBR00000180,59,50-64,M,White,IL,14109,medicare_advantage,PPO,201-400%FPL,1,1,1.0539,1,2020-12-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0
182
+ MBR00000181,73,65-79,M,Hispanic/Latino,CA,27114,medicare_advantage,PFFS,>400%FPL,0,0,1.403,0,2020-08-15,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
183
+ MBR00000182,73,65-79,M,White,IL,80823,medicaid,PCCM,139-200%FPL,0,1,1.358,3,2020-11-25,2023-12-31,0,0,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0
184
+ MBR00000183,42,35-49,M,White,CA,44264,medicare_advantage,HMO,201-400%FPL,0,0,0.8083,1,2020-04-08,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
185
+ MBR00000184,25,18-34,M,White,PA,48969,commercial,HDHP/HSA,100-138%FPL,0,0,0.5542,1,2020-01-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
186
+ MBR00000185,61,50-64,F,White,CA,58950,commercial,PPO,<100%FPL,0,0,1.0099,1,2020-07-31,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0
187
+ MBR00000186,53,50-64,M,Hispanic/Latino,FL,49441,commercial,EPO,<100%FPL,0,0,0.8499,1,2020-10-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0
188
+ MBR00000187,30,18-34,M,White,FL,78276,medicare_advantage,PPO,>400%FPL,0,0,1.6818,2,2020-07-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
189
+ MBR00000188,7,0-17,F,NHOPI,MI,32081,medicare_advantage,HMO,>400%FPL,0,0,0.9332,6,2020-01-15,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
190
+ MBR00000189,59,50-64,F,White,PA,78258,medicare_advantage,HMO,100-138%FPL,0,0,1.2457,2,2020-11-04,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
191
+ MBR00000190,21,18-34,F,Black/AA,CA,28848,commercial,HDHP/HSA,139-200%FPL,0,0,0.6047,0,2020-04-28,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
192
+ MBR00000191,78,65-79,M,White,IL,43353,medicaid,PCCM,100-138%FPL,0,1,1.2036,1,2020-11-29,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
193
+ MBR00000192,19,18-34,F,White,CA,62903,medicaid,PCCM,<100%FPL,0,1,0.5886,2,2020-09-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
194
+ MBR00000193,10,0-17,M,Hispanic/Latino,TX,89737,commercial,EPO,201-400%FPL,0,0,0.6966,2,2020-07-25,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
195
+ MBR00000194,66,65-79,M,Asian,FL,30929,medicare_advantage,HMO,>400%FPL,0,0,1.1532,2,2020-08-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
196
+ MBR00000195,12,0-17,F,Hispanic/Latino,OH,62864,medicare_advantage,PFFS,201-400%FPL,0,0,0.4134,1,2020-10-28,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0
197
+ MBR00000196,14,0-17,F,White,NC,15778,medicare_advantage,PPO,201-400%FPL,0,0,0.5858,2,2020-03-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0
198
+ MBR00000197,48,35-49,F,White,NC,16788,commercial,EPO,201-400%FPL,0,0,0.9946,1,2020-05-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0
199
+ MBR00000198,71,65-79,F,Black/AA,CA,79074,medicaid,MCO,<100%FPL,0,1,1.2025,2,2020-07-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
200
+ MBR00000199,16,0-17,F,White,CA,74705,self_insured,EPO,100-138%FPL,0,0,0.8452,1,2020-08-02,2023-12-31,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
201
+ MBR00000200,25,18-34,M,Hispanic/Latino,GA,43881,medicare_advantage,HMO,>400%FPL,0,0,0.8171,2,2020-12-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
202
+ MBR00000201,61,50-64,M,White,TX,66067,medicaid,FFS,>400%FPL,0,1,1.7137,2,2020-05-05,2023-12-31,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
203
+ MBR00000202,86,80+,M,White,NY,44220,self_insured,EPO,>400%FPL,0,0,1.2149,1,2020-10-10,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
204
+ MBR00000203,40,35-49,M,Hispanic/Latino,MI,34951,commercial,HMO,>400%FPL,0,0,0.7092,1,2020-09-14,2023-12-31,0,0,0,0,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
205
+ MBR00000204,11,0-17,F,Black/AA,CA,48818,medicare_advantage,HMO,201-400%FPL,0,0,0.576,3,2020-02-22,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
206
+ MBR00000205,1,0-17,M,White,FL,38066,medicare_advantage,PPO,>400%FPL,1,1,0.2896,1,2020-05-12,2023-12-31,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
207
+ MBR00000206,18,18-34,F,White,GA,83353,self_insured,EPO,201-400%FPL,0,0,0.8172,1,2020-04-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
208
+ MBR00000207,10,0-17,F,Black/AA,PA,47049,commercial,HDHP/HSA,<100%FPL,0,0,0.8397,3,2020-09-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
209
+ MBR00000208,54,50-64,F,White,NC,38874,commercial,HDHP/HSA,<100%FPL,0,0,0.9735,1,2020-07-03,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
210
+ MBR00000209,9,0-17,M,White,PA,58253,medicaid,MCO,<100%FPL,0,1,0.4664,2,2020-12-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0
211
+ MBR00000210,41,35-49,M,White,TX,78222,commercial,EPO,<100%FPL,0,0,1.0079,2,2020-10-04,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
212
+ MBR00000211,55,50-64,F,Hispanic/Latino,OH,34629,medicaid,MCO,201-400%FPL,0,1,1.3191,3,2020-03-15,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
213
+ MBR00000212,46,35-49,F,Hispanic/Latino,OH,94558,commercial,EPO,>400%FPL,0,0,1.2647,2,2020-07-12,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
214
+ MBR00000213,16,0-17,F,White,NC,51717,self_insured,HDHP/HSA,>400%FPL,0,0,0.5547,2,2020-05-15,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
215
+ MBR00000214,63,50-64,F,White,FL,69477,medicaid,FFS,201-400%FPL,0,1,2.0717,6,2020-03-20,2023-12-31,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0
216
+ MBR00000215,57,50-64,F,White,NY,96150,commercial,EPO,100-138%FPL,0,0,1.1443,1,2020-01-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
217
+ MBR00000216,58,50-64,M,White,TX,48850,medicaid,FFS,>400%FPL,0,1,1.2924,3,2020-12-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
218
+ MBR00000217,10,0-17,F,White,TX,27983,commercial,HMO,201-400%FPL,0,0,0.3915,1,2020-06-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
219
+ MBR00000218,10,0-17,M,White,MI,77300,medicare_advantage,PPO,<100%FPL,0,0,0.407,1,2020-01-04,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0
220
+ MBR00000219,77,65-79,F,Black/AA,MI,10595,medicare_advantage,PFFS,139-200%FPL,0,0,1.4272,3,2020-10-21,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
221
+ MBR00000220,32,18-34,F,White,NY,51210,medicaid,MCO,139-200%FPL,0,1,0.9962,3,2020-02-23,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
222
+ MBR00000221,24,18-34,F,White,MI,98198,commercial,PPO,139-200%FPL,0,0,1.0742,2,2020-06-04,2023-12-31,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
223
+ MBR00000222,39,35-49,M,White,TX,47298,commercial,EPO,>400%FPL,0,0,1.052,2,2020-09-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
224
+ MBR00000223,53,50-64,M,Hispanic/Latino,GA,71567,medicare_advantage,SNP,>400%FPL,0,0,0.7877,0,2020-03-22,2023-12-31,0,0,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
225
+ MBR00000224,81,80+,F,Black/AA,PA,57274,medicare_advantage,PFFS,>400%FPL,0,0,1.3575,1,2020-02-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
226
+ MBR00000225,23,18-34,M,White,IL,29320,medicare_advantage,SNP,100-138%FPL,0,0,0.971,3,2020-11-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
227
+ MBR00000226,77,65-79,M,Hispanic/Latino,IL,38594,commercial,PPO,>400%FPL,0,0,1.9857,1,2020-04-28,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
228
+ MBR00000227,2,0-17,M,White,PA,57117,commercial,HMO,>400%FPL,0,0,0.3444,2,2020-01-26,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
229
+ MBR00000228,44,35-49,M,White,GA,19382,medicaid,PCCM,100-138%FPL,0,1,0.808,0,2020-05-03,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
230
+ MBR00000229,51,50-64,M,Asian,FL,47339,commercial,HMO,201-400%FPL,0,0,1.4778,2,2020-06-16,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
231
+ MBR00000230,8,0-17,F,White,GA,47336,commercial,PPO,201-400%FPL,0,0,0.4671,3,2020-11-12,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
232
+ MBR00000231,11,0-17,M,White,CA,85141,medicaid,MCO,201-400%FPL,0,1,0.6326,4,2020-07-21,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
233
+ MBR00000232,34,18-34,M,White,CA,21146,commercial,HDHP/HSA,<100%FPL,0,0,0.8498,1,2020-02-06,2023-12-31,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
234
+ MBR00000233,85,80+,M,White,IL,85841,medicare_advantage,PFFS,201-400%FPL,0,0,1.3044,1,2020-03-16,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
235
+ MBR00000234,48,35-49,M,Black/AA,OH,46939,commercial,HMO,<100%FPL,0,0,0.8229,0,2020-07-21,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0
236
+ MBR00000235,78,65-79,M,White,NC,68620,medicaid,MCO,100-138%FPL,0,1,1.102,0,2020-09-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0
237
+ MBR00000236,63,50-64,F,White,TX,60123,medicare_advantage,HMO,100-138%FPL,0,0,1.3597,2,2020-03-14,2023-12-31,0,0,1,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
238
+ MBR00000237,37,35-49,M,White,CA,36980,medicaid,FFS,>400%FPL,0,1,0.9672,3,2020-01-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0
239
+ MBR00000238,62,50-64,M,White,NY,93763,commercial,PPO,139-200%FPL,0,0,1.5256,3,2020-09-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
240
+ MBR00000239,1,0-17,M,White,GA,30201,medicare_advantage,SNP,201-400%FPL,0,0,0.6106,1,2020-03-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
241
+ MBR00000240,8,0-17,M,White,MI,13259,medicaid,MCO,139-200%FPL,0,1,0.6276,2,2020-09-11,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
242
+ MBR00000241,66,65-79,M,Hispanic/Latino,GA,77510,commercial,HMO,>400%FPL,0,0,1.0667,1,2020-03-06,2023-12-31,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
243
+ MBR00000242,63,50-64,M,White,FL,65930,commercial,HMO,201-400%FPL,0,0,1.4242,1,2020-01-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1
244
+ MBR00000243,19,18-34,F,White,GA,90147,commercial,HDHP/HSA,>400%FPL,0,0,0.485,1,2020-05-04,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
245
+ MBR00000244,42,35-49,M,White,TX,51195,self_insured,PPO,139-200%FPL,0,0,1.1045,3,2020-07-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
246
+ MBR00000245,48,35-49,F,White,NC,11515,medicare_advantage,PPO,<100%FPL,1,1,0.9513,0,2020-09-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
247
+ MBR00000246,70,65-79,F,White,NY,11823,medicare_advantage,PPO,201-400%FPL,0,0,1.1348,1,2020-12-11,2023-12-31,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
248
+ MBR00000247,48,35-49,M,Black/AA,FL,48992,medicare_advantage,PPO,139-200%FPL,0,0,0.8795,1,2020-12-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
249
+ MBR00000248,33,18-34,M,White,NY,32459,medicare_advantage,HMO,>400%FPL,0,0,0.9151,4,2020-03-02,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
250
+ MBR00000249,30,18-34,F,Hispanic/Latino,OH,92995,medicare_advantage,SNP,>400%FPL,0,0,0.6295,0,2020-05-05,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0
251
+ MBR00000250,34,18-34,F,Asian,TX,20663,commercial,HMO,201-400%FPL,0,0,1.7003,4,2020-10-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
252
+ MBR00000251,52,50-64,M,White,CA,89272,medicare_advantage,PPO,>400%FPL,1,1,0.9531,2,2020-06-14,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1
253
+ MBR00000252,70,65-79,M,White,IL,29511,commercial,HMO,201-400%FPL,0,0,1.0445,1,2020-02-16,2023-12-31,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
254
+ MBR00000253,36,35-49,M,White,MI,20746,medicaid,FFS,139-200%FPL,0,1,1.1613,1,2020-05-10,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
255
+ MBR00000254,20,18-34,M,Black/AA,PA,34711,medicaid,PCCM,201-400%FPL,0,1,1.3861,0,2020-02-02,2023-12-31,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
256
+ MBR00000255,19,18-34,F,White,CA,22972,commercial,HMO,<100%FPL,0,0,0.5957,0,2020-11-20,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
257
+ MBR00000256,59,50-64,M,Hispanic/Latino,PA,46117,medicare_advantage,PPO,>400%FPL,0,0,1.9914,1,2020-12-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0
258
+ MBR00000257,64,50-64,M,Hispanic/Latino,CA,39741,commercial,HMO,<100%FPL,0,0,0.9888,0,2020-05-03,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0
259
+ MBR00000258,8,0-17,F,Hispanic/Latino,TX,57613,self_insured,PPO,139-200%FPL,0,0,0.5349,1,2020-06-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0
260
+ MBR00000259,5,0-17,M,White,CA,58335,medicaid,PCCM,201-400%FPL,0,1,0.7651,3,2020-04-25,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
261
+ MBR00000260,47,35-49,M,Two+,FL,10089,medicaid,MCO,<100%FPL,0,1,1.5985,1,2020-01-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
262
+ MBR00000261,11,0-17,F,White,TX,21238,commercial,PPO,<100%FPL,0,0,0.4649,1,2020-11-23,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
263
+ MBR00000262,65,65-79,M,White,CA,24568,commercial,PPO,>400%FPL,0,0,0.9945,0,2020-01-28,2023-12-31,0,0,0,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
264
+ MBR00000263,25,18-34,M,White,TX,27524,commercial,HMO,<100%FPL,0,0,1.1307,1,2020-12-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0
265
+ MBR00000264,11,0-17,M,Asian,PA,18420,commercial,HDHP/HSA,201-400%FPL,0,0,0.8182,0,2020-06-24,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
266
+ MBR00000265,76,65-79,F,White,TX,38316,commercial,EPO,139-200%FPL,0,0,1.7919,2,2020-03-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
267
+ MBR00000266,13,0-17,M,Hispanic/Latino,CA,59470,commercial,HDHP/HSA,139-200%FPL,0,0,0.5857,0,2020-04-28,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
268
+ MBR00000267,23,18-34,M,White,NY,37799,self_insured,HDHP/HSA,100-138%FPL,0,0,0.7828,1,2020-10-12,2023-12-31,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
269
+ MBR00000268,12,0-17,M,AIAN,OH,39616,commercial,HDHP/HSA,>400%FPL,0,0,0.723,3,2020-05-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
270
+ MBR00000269,9,0-17,M,White,GA,52259,commercial,PPO,>400%FPL,0,0,0.4359,2,2020-02-07,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
271
+ MBR00000270,1,0-17,F,White,FL,59355,medicaid,PCCM,100-138%FPL,0,1,0.3287,0,2020-10-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
272
+ MBR00000271,4,0-17,M,Asian,IL,39786,medicare_advantage,SNP,>400%FPL,0,0,0.6969,2,2020-01-25,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
273
+ MBR00000272,14,0-17,F,White,GA,29963,medicaid,PCCM,201-400%FPL,0,1,0.5252,1,2020-05-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
274
+ MBR00000273,4,0-17,F,White,PA,46843,medicare_advantage,SNP,201-400%FPL,0,0,0.3884,1,2020-12-01,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
275
+ MBR00000274,47,35-49,F,White,NY,12180,medicaid,MCO,>400%FPL,0,1,0.8891,2,2020-09-02,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
276
+ MBR00000275,54,50-64,M,White,CA,54330,medicare_advantage,HMO,>400%FPL,0,0,1.0576,0,2020-02-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
277
+ MBR00000276,32,18-34,F,White,TX,94722,medicare_advantage,SNP,>400%FPL,0,0,0.8904,2,2020-08-31,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
278
+ MBR00000277,25,18-34,F,White,TX,45813,medicare_advantage,HMO,201-400%FPL,0,0,0.7327,2,2020-01-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
279
+ MBR00000278,40,35-49,M,White,FL,19747,commercial,HDHP/HSA,201-400%FPL,0,0,1.1918,3,2020-08-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
280
+ MBR00000279,71,65-79,F,Hispanic/Latino,MI,73636,commercial,EPO,139-200%FPL,0,0,1.0808,1,2020-08-29,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
281
+ MBR00000280,68,65-79,F,White,TX,21417,medicare_advantage,SNP,<100%FPL,0,0,1.4655,1,2020-02-25,2023-12-31,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
282
+ MBR00000281,3,0-17,M,White,NY,27427,commercial,HMO,201-400%FPL,0,0,0.5495,2,2020-03-21,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
283
+ MBR00000282,14,0-17,F,White,MI,23189,medicaid,FFS,<100%FPL,0,1,1.0843,3,2020-10-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
284
+ MBR00000283,19,18-34,M,White,PA,89529,commercial,PPO,139-200%FPL,0,0,0.7982,6,2020-03-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
285
+ MBR00000284,20,18-34,F,Black/AA,TX,98313,commercial,HMO,<100%FPL,0,0,0.5293,1,2020-10-02,2023-12-31,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
286
+ MBR00000285,46,35-49,F,Asian,MI,61266,commercial,PPO,100-138%FPL,0,0,1.1066,4,2020-02-10,2023-12-31,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
287
+ MBR00000286,33,18-34,M,Asian,TX,65588,medicaid,FFS,201-400%FPL,0,1,0.6866,1,2020-12-30,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
288
+ MBR00000287,4,0-17,F,White,CA,68090,commercial,EPO,201-400%FPL,0,0,0.6589,2,2020-05-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
289
+ MBR00000288,30,18-34,M,White,FL,64925,medicare_advantage,SNP,201-400%FPL,1,1,0.7056,2,2020-11-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
290
+ MBR00000289,42,35-49,F,White,TX,58968,medicaid,FFS,<100%FPL,0,1,2.1275,5,2020-04-29,2023-12-31,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
291
+ MBR00000290,8,0-17,F,White,GA,98801,commercial,HMO,201-400%FPL,0,0,0.5689,1,2020-01-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
292
+ MBR00000291,66,65-79,M,White,TX,75981,medicaid,MCO,201-400%FPL,0,1,1.6685,3,2020-05-03,2023-12-31,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0
293
+ MBR00000292,4,0-17,M,Black/AA,GA,17959,commercial,HDHP/HSA,>400%FPL,0,0,0.8663,0,2020-07-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
294
+ MBR00000293,77,65-79,M,White,CA,45274,commercial,HMO,201-400%FPL,0,0,1.5151,3,2020-03-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
295
+ MBR00000294,8,0-17,M,White,NC,97704,medicare_advantage,HMO,201-400%FPL,1,1,0.6231,1,2020-10-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
296
+ MBR00000295,67,65-79,M,White,CA,46329,medicaid,FFS,201-400%FPL,0,1,1.0162,1,2020-06-17,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
297
+ MBR00000296,74,65-79,M,White,NC,28360,commercial,HDHP/HSA,>400%FPL,0,0,1.2289,2,2020-01-15,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
298
+ MBR00000297,89,80+,M,White,CA,88163,medicare_advantage,PPO,>400%FPL,0,0,1.2026,0,2020-08-25,2023-12-31,0,0,0,0,0,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
299
+ MBR00000298,63,50-64,M,White,GA,66075,commercial,HDHP/HSA,201-400%FPL,0,0,1.338,2,2020-12-23,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
300
+ MBR00000299,61,50-64,F,Black/AA,GA,60630,medicare_advantage,HMO,201-400%FPL,0,0,1.0459,0,2020-07-24,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
301
+ MBR00000300,51,50-64,F,White,NY,47807,medicare_advantage,HMO,<100%FPL,0,0,1.4203,2,2020-07-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
302
+ MBR00000301,61,50-64,F,White,CA,21193,medicare_advantage,PPO,>400%FPL,1,1,1.1288,0,2020-03-11,2023-12-31,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
303
+ MBR00000302,11,0-17,M,White,PA,44555,medicare_advantage,PFFS,139-200%FPL,0,0,0.5056,0,2020-03-14,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
304
+ MBR00000303,43,35-49,F,Hispanic/Latino,PA,49372,commercial,PPO,139-200%FPL,0,0,1.1071,3,2020-08-30,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
305
+ MBR00000304,41,35-49,F,White,NY,93810,medicare_advantage,HMO,>400%FPL,1,1,0.9299,2,2020-03-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
306
+ MBR00000305,69,65-79,M,Hispanic/Latino,PA,37654,medicare_advantage,PFFS,>400%FPL,1,1,0.8887,0,2020-11-10,2023-12-31,0,0,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
307
+ MBR00000306,37,35-49,M,Asian,MI,23430,medicare_advantage,SNP,<100%FPL,1,1,1.1632,3,2020-10-24,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0
308
+ MBR00000307,31,18-34,F,Black/AA,MI,48477,commercial,EPO,<100%FPL,0,0,1.1615,2,2020-05-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
309
+ MBR00000308,51,50-64,M,Black/AA,NY,99735,commercial,HDHP/HSA,<100%FPL,0,0,0.9973,0,2020-04-18,2023-12-31,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
310
+ MBR00000309,21,18-34,F,White,CA,53397,commercial,HDHP/HSA,201-400%FPL,0,0,0.6687,2,2020-03-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0
311
+ MBR00000310,11,0-17,F,Asian,CA,44120,commercial,EPO,<100%FPL,0,0,0.4596,0,2020-05-19,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
312
+ MBR00000311,38,35-49,M,White,IL,70018,commercial,EPO,>400%FPL,0,0,0.9915,3,2020-11-16,2023-12-31,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
313
+ MBR00000312,33,18-34,M,Asian,MI,68389,commercial,HDHP/HSA,>400%FPL,0,0,1.2536,6,2020-04-30,2023-12-31,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
314
+ MBR00000313,19,18-34,F,White,FL,36935,medicare_advantage,PPO,201-400%FPL,0,0,0.6503,1,2020-07-29,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
315
+ MBR00000314,29,18-34,F,White,CA,97110,commercial,PPO,201-400%FPL,0,0,0.6865,2,2020-09-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
316
+ MBR00000315,29,18-34,M,White,TX,63364,medicaid,FFS,139-200%FPL,0,1,0.5626,0,2020-08-31,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
317
+ MBR00000316,26,18-34,F,Black/AA,FL,15184,medicare_advantage,PPO,<100%FPL,0,0,0.957,6,2020-03-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
318
+ MBR00000317,30,18-34,F,White,MI,46680,medicaid,FFS,>400%FPL,0,1,0.5212,0,2020-10-29,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0
319
+ MBR00000318,54,50-64,F,White,IL,93056,medicare_advantage,PPO,<100%FPL,0,0,0.9377,1,2020-06-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
320
+ MBR00000319,24,18-34,F,Hispanic/Latino,CA,45401,medicare_advantage,SNP,<100%FPL,0,0,0.8213,3,2020-12-02,2023-12-31,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
321
+ MBR00000320,79,65-79,M,Hispanic/Latino,TX,61102,medicare_advantage,HMO,139-200%FPL,0,0,1.2386,1,2020-04-12,2023-12-31,0,0,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
322
+ MBR00000321,76,65-79,M,White,CA,65135,medicaid,PCCM,<100%FPL,0,1,1.2487,2,2020-11-08,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
323
+ MBR00000322,39,35-49,F,White,PA,73395,medicare_advantage,PPO,201-400%FPL,0,0,1.0675,1,2020-01-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
324
+ MBR00000323,26,18-34,M,White,PA,88507,medicare_advantage,PPO,>400%FPL,0,0,0.6667,2,2020-02-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
325
+ MBR00000324,43,35-49,F,Hispanic/Latino,CA,23426,medicare_advantage,PPO,>400%FPL,1,1,0.9376,1,2020-02-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
326
+ MBR00000325,68,65-79,F,White,TX,56506,medicare_advantage,SNP,201-400%FPL,0,0,1.6978,4,2020-08-27,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
327
+ MBR00000326,52,50-64,M,Hispanic/Latino,NC,58004,commercial,HMO,>400%FPL,0,0,0.9755,2,2020-03-22,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
328
+ MBR00000327,63,50-64,F,White,GA,23715,medicare_advantage,SNP,201-400%FPL,0,0,1.0884,2,2020-11-13,2023-12-31,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
329
+ MBR00000328,43,35-49,M,White,NY,70615,medicare_advantage,PPO,>400%FPL,0,0,0.744,1,2020-09-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0
330
+ MBR00000329,50,50-64,F,White,FL,20633,medicaid,MCO,201-400%FPL,0,1,0.8857,1,2020-11-14,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
331
+ MBR00000330,23,18-34,M,White,MI,51061,medicare_advantage,SNP,139-200%FPL,0,0,0.8019,2,2020-12-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0
332
+ MBR00000331,58,50-64,F,Hispanic/Latino,IL,39722,medicare_advantage,HMO,>400%FPL,0,0,0.8109,0,2020-08-21,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0
333
+ MBR00000332,16,0-17,F,White,MI,23948,self_insured,PPO,139-200%FPL,0,0,0.5211,2,2020-06-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0
334
+ MBR00000333,55,50-64,M,White,CA,84007,medicare_advantage,SNP,<100%FPL,0,0,1.2014,2,2020-02-22,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1
335
+ MBR00000334,69,65-79,F,Asian,TX,31970,commercial,HDHP/HSA,139-200%FPL,0,0,1.1921,2,2020-12-20,2023-12-31,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
336
+ MBR00000335,10,0-17,F,Asian,CA,32971,commercial,HDHP/HSA,201-400%FPL,0,0,0.7404,1,2020-08-06,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
337
+ MBR00000336,49,35-49,F,Hispanic/Latino,GA,86894,commercial,HMO,201-400%FPL,0,0,0.9501,1,2020-04-16,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0
338
+ MBR00000337,7,0-17,F,White,IL,88962,commercial,HDHP/HSA,201-400%FPL,0,0,0.6097,2,2020-10-20,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
339
+ MBR00000338,57,50-64,F,White,CA,13102,commercial,HMO,>400%FPL,0,0,2.219,6,2020-04-08,2023-12-31,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
340
+ MBR00000339,6,0-17,M,Hispanic/Latino,MI,35008,medicaid,FFS,139-200%FPL,0,1,0.424,2,2020-06-07,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
341
+ MBR00000340,78,65-79,F,White,MI,73796,medicare_advantage,PFFS,201-400%FPL,0,0,1.2959,1,2020-06-10,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
342
+ MBR00000341,11,0-17,M,White,TX,80031,commercial,PPO,139-200%FPL,0,0,0.5455,2,2020-11-17,2023-12-31,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
343
+ MBR00000342,82,80+,F,Hispanic/Latino,PA,99944,medicare_advantage,PPO,>400%FPL,0,0,1.037,0,2020-11-01,2023-12-31,0,0,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
344
+ MBR00000343,63,50-64,F,White,PA,59918,commercial,HMO,100-138%FPL,0,0,1.0011,0,2020-02-16,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
345
+ MBR00000344,47,35-49,M,White,CA,10673,medicaid,MCO,<100%FPL,0,1,1.0984,4,2020-02-17,2023-12-31,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
346
+ MBR00000345,62,50-64,M,AIAN,IL,88625,commercial,HMO,201-400%FPL,0,0,1.5272,2,2020-07-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0
347
+ MBR00000346,63,50-64,F,Black/AA,TX,24493,medicare_advantage,PFFS,>400%FPL,0,0,1.2045,1,2020-05-29,2023-12-31,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0
348
+ MBR00000347,79,65-79,M,White,NC,20871,commercial,PPO,>400%FPL,0,0,2.2449,2,2020-06-18,2023-12-31,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
349
+ MBR00000348,20,18-34,F,White,GA,70672,medicare_advantage,HMO,201-400%FPL,0,0,0.7037,2,2020-06-28,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1
350
+ MBR00000349,47,35-49,M,White,NC,64342,commercial,HDHP/HSA,>400%FPL,0,0,1.3289,1,2020-04-17,2023-12-31,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
351
+ MBR00000350,7,0-17,F,White,OH,15399,medicaid,PCCM,201-400%FPL,0,1,0.3403,0,2020-06-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
352
+ MBR00000351,49,35-49,M,Hispanic/Latino,CA,25235,commercial,EPO,<100%FPL,0,0,0.9673,1,2020-11-17,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
353
+ MBR00000352,14,0-17,M,Hispanic/Latino,FL,63080,medicaid,PCCM,<100%FPL,0,1,0.51,0,2020-12-02,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
354
+ MBR00000353,45,35-49,F,White,IL,32981,medicare_advantage,PFFS,<100%FPL,0,0,1.0121,1,2020-02-26,2023-12-31,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1
355
+ MBR00000354,46,35-49,F,White,TX,71559,medicaid,PCCM,139-200%FPL,0,1,1.5855,2,2020-04-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
356
+ MBR00000355,37,35-49,M,Hispanic/Latino,IL,47058,medicaid,PCCM,201-400%FPL,0,1,1.0173,1,2020-10-21,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0
357
+ MBR00000356,42,35-49,M,White,TX,62932,self_insured,EPO,201-400%FPL,0,0,0.7443,1,2020-12-10,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
358
+ MBR00000357,60,50-64,F,White,CA,52745,commercial,HDHP/HSA,201-400%FPL,0,0,1.2487,2,2020-10-13,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
359
+ MBR00000358,63,50-64,F,White,NY,42866,commercial,HMO,201-400%FPL,0,0,0.9036,0,2020-06-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
360
+ MBR00000359,39,35-49,M,Black/AA,IL,40816,commercial,EPO,>400%FPL,0,0,0.7245,1,2020-06-02,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
361
+ MBR00000360,48,35-49,F,White,NY,72754,commercial,HDHP/HSA,201-400%FPL,0,0,1.0564,2,2020-11-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
362
+ MBR00000361,77,65-79,F,Black/AA,PA,56294,medicare_advantage,HMO,139-200%FPL,0,0,1.0596,0,2020-10-29,2023-12-31,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
363
+ MBR00000362,9,0-17,F,White,FL,63485,self_insured,EPO,139-200%FPL,0,0,0.3767,1,2020-10-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1
364
+ MBR00000363,9,0-17,F,Black/AA,OH,61957,self_insured,HDHP/HSA,201-400%FPL,0,0,0.6826,3,2020-07-24,2023-12-31,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
365
+ MBR00000364,7,0-17,F,White,PA,28687,medicare_advantage,SNP,201-400%FPL,0,0,0.417,2,2020-10-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
366
+ MBR00000365,52,50-64,M,White,NY,92189,medicare_advantage,PFFS,139-200%FPL,0,0,1.1386,1,2020-07-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
367
+ MBR00000366,34,18-34,F,White,FL,60681,medicaid,FFS,139-200%FPL,0,1,0.7981,2,2020-12-27,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0
368
+ MBR00000367,61,50-64,F,White,NY,74625,medicaid,MCO,>400%FPL,0,1,1.276,2,2020-01-26,2023-12-31,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
369
+ MBR00000368,53,50-64,F,White,CA,89370,commercial,PPO,201-400%FPL,0,0,0.8881,1,2020-02-11,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0
370
+ MBR00000369,27,18-34,M,White,PA,93222,medicare_advantage,SNP,100-138%FPL,0,0,1.0638,1,2020-08-31,2023-12-31,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
371
+ MBR00000370,74,65-79,M,White,TX,70014,medicaid,PCCM,201-400%FPL,0,1,1.3705,3,2020-03-14,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
372
+ MBR00000371,60,50-64,F,White,GA,80839,commercial,EPO,>400%FPL,0,0,1.7645,3,2020-06-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
373
+ MBR00000372,22,18-34,M,Asian,OH,52460,commercial,PPO,<100%FPL,0,0,0.6256,2,2020-12-21,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
374
+ MBR00000373,29,18-34,F,White,NY,76400,self_insured,PPO,>400%FPL,0,0,0.5396,0,2020-09-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
375
+ MBR00000374,25,18-34,M,Hispanic/Latino,GA,38942,self_insured,EPO,100-138%FPL,0,0,0.8394,2,2020-12-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
376
+ MBR00000375,12,0-17,F,Asian,PA,74059,medicaid,MCO,201-400%FPL,0,1,0.4987,0,2020-04-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
377
+ MBR00000376,12,0-17,F,White,CA,17729,medicaid,PCCM,201-400%FPL,0,1,1.2308,2,2020-03-22,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
378
+ MBR00000377,78,65-79,M,Black/AA,IL,92284,commercial,HMO,<100%FPL,0,0,1.4298,2,2020-05-21,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
379
+ MBR00000378,35,35-49,M,Hispanic/Latino,MI,32016,commercial,HMO,>400%FPL,0,0,0.7938,2,2020-12-30,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
380
+ MBR00000379,31,18-34,F,Black/AA,CA,69090,medicare_advantage,HMO,201-400%FPL,1,1,1.1135,4,2020-10-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
381
+ MBR00000380,58,50-64,F,White,TX,11006,medicare_advantage,SNP,>400%FPL,0,0,1.3553,3,2020-07-14,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0
382
+ MBR00000381,44,35-49,M,White,NY,24014,medicare_advantage,SNP,139-200%FPL,0,0,1.0431,2,2020-11-10,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
383
+ MBR00000382,78,65-79,F,White,FL,98795,medicare_advantage,HMO,>400%FPL,0,0,2.5853,4,2020-11-23,2023-12-31,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
384
+ MBR00000383,62,50-64,F,White,PA,85002,commercial,HMO,>400%FPL,0,0,1.2723,3,2020-09-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
385
+ MBR00000384,38,35-49,M,Two+,NY,30023,medicare_advantage,PFFS,201-400%FPL,0,0,0.8036,1,2020-05-31,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
386
+ MBR00000385,30,18-34,M,Asian,OH,21776,commercial,HMO,139-200%FPL,0,0,0.8473,0,2020-11-30,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
387
+ MBR00000386,91,80+,M,White,CA,83338,commercial,EPO,>400%FPL,0,0,1.4896,1,2020-01-03,2023-12-31,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
388
+ MBR00000387,57,50-64,M,Black/AA,FL,99114,commercial,HMO,201-400%FPL,0,0,1.1856,3,2020-07-18,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
389
+ MBR00000388,80,80+,M,White,GA,25177,commercial,PPO,>400%FPL,0,0,1.4445,1,2020-10-31,2023-12-31,0,0,0,0,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0
390
+ MBR00000389,9,0-17,M,Hispanic/Latino,FL,69754,medicaid,PCCM,201-400%FPL,0,1,0.4622,2,2020-12-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
391
+ MBR00000390,68,65-79,F,White,NY,35523,commercial,EPO,139-200%FPL,0,0,1.2459,1,2020-01-18,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
392
+ MBR00000391,51,50-64,M,Asian,CA,76994,commercial,PPO,100-138%FPL,0,0,1.2465,1,2020-05-29,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
393
+ MBR00000392,9,0-17,F,Hispanic/Latino,TX,47644,medicaid,FFS,>400%FPL,0,1,0.5919,0,2020-02-21,2023-12-31,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
394
+ MBR00000393,47,35-49,M,White,FL,21281,medicare_advantage,HMO,>400%FPL,0,0,0.8872,2,2020-03-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
395
+ MBR00000394,54,50-64,M,White,FL,39196,commercial,PPO,<100%FPL,0,0,0.8803,0,2020-01-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
396
+ MBR00000395,1,0-17,F,Hispanic/Latino,IL,58475,commercial,EPO,>400%FPL,0,0,0.3601,2,2020-02-12,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
397
+ MBR00000396,36,35-49,F,White,NY,81850,commercial,EPO,>400%FPL,0,0,0.6495,0,2020-03-28,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
398
+ MBR00000397,65,65-79,M,White,NC,11892,medicare_advantage,PPO,<100%FPL,0,0,1.943,5,2020-02-26,2023-12-31,0,0,0,0,1,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1
399
+ MBR00000398,24,18-34,M,Hispanic/Latino,GA,96191,commercial,HMO,<100%FPL,0,0,0.7232,3,2020-02-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1
400
+ MBR00000399,37,35-49,M,White,TX,68463,commercial,PPO,>400%FPL,0,0,1.4106,2,2020-09-30,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
401
+ MBR00000400,35,35-49,F,White,CA,88775,commercial,EPO,201-400%FPL,0,0,0.8289,3,2020-05-29,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
402
+ MBR00000401,24,18-34,M,White,GA,93703,medicare_advantage,PPO,<100%FPL,1,1,0.4984,0,2020-01-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
403
+ MBR00000402,76,65-79,M,White,TX,23821,commercial,PPO,>400%FPL,0,0,1.3969,3,2020-02-20,2023-12-31,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1
404
+ MBR00000403,62,50-64,M,Asian,TX,18435,medicaid,PCCM,201-400%FPL,0,1,1.2352,2,2020-11-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
405
+ MBR00000404,9,0-17,M,White,CA,79901,commercial,HDHP/HSA,>400%FPL,0,0,0.3749,0,2020-11-22,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
406
+ MBR00000405,95,80+,F,White,IL,26909,medicare_advantage,PPO,>400%FPL,0,0,2.0251,4,2020-10-20,2023-12-31,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0
407
+ MBR00000406,71,65-79,F,White,TX,23315,commercial,HDHP/HSA,>400%FPL,0,0,1.8851,3,2020-04-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0
408
+ MBR00000407,23,18-34,F,Asian,CA,52166,commercial,HMO,201-400%FPL,0,0,0.8288,2,2020-08-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
409
+ MBR00000408,66,65-79,M,White,NY,92203,commercial,PPO,139-200%FPL,0,0,0.9984,1,2020-05-17,2023-12-31,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
410
+ MBR00000409,8,0-17,M,Hispanic/Latino,OH,81603,medicaid,MCO,201-400%FPL,0,1,0.4533,3,2020-11-11,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0
411
+ MBR00000410,95,80+,M,Black/AA,TX,56608,medicaid,MCO,<100%FPL,0,1,1.5389,1,2020-12-11,2023-12-31,0,0,1,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0
412
+ MBR00000411,53,50-64,F,Hispanic/Latino,IL,27680,commercial,PPO,201-400%FPL,0,0,0.9829,2,2020-03-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
413
+ MBR00000412,52,50-64,F,Asian,FL,40273,commercial,EPO,100-138%FPL,0,0,1.2559,3,2020-09-17,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
414
+ MBR00000413,7,0-17,F,Hispanic/Latino,FL,71963,medicaid,PCCM,201-400%FPL,0,1,0.8702,1,2020-12-17,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
415
+ MBR00000414,73,65-79,F,Asian,TX,24132,medicare_advantage,PFFS,<100%FPL,0,0,1.2412,1,2020-10-15,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0
416
+ MBR00000415,2,0-17,F,White,CA,57195,commercial,HMO,139-200%FPL,0,0,0.5017,0,2020-09-06,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
417
+ MBR00000416,19,18-34,F,Hispanic/Latino,TX,11062,commercial,HMO,139-200%FPL,0,0,0.5067,0,2020-08-07,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
418
+ MBR00000417,11,0-17,M,White,GA,39257,medicare_advantage,PPO,201-400%FPL,0,0,0.5642,2,2020-02-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
419
+ MBR00000418,61,50-64,M,White,CA,32314,medicare_advantage,HMO,>400%FPL,0,0,0.8186,0,2020-10-21,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
420
+ MBR00000419,16,0-17,M,Hispanic/Latino,MI,71296,medicare_advantage,PFFS,<100%FPL,0,0,0.6052,3,2020-05-26,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
421
+ MBR00000420,75,65-79,F,Asian,CA,92260,self_insured,PPO,>400%FPL,0,0,1.2387,2,2020-09-23,2023-12-31,0,0,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1
422
+ MBR00000421,52,50-64,M,Black/AA,FL,23183,medicare_advantage,PFFS,>400%FPL,0,0,0.9184,1,2020-07-04,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
423
+ MBR00000422,2,0-17,F,White,NY,81752,commercial,HDHP/HSA,139-200%FPL,0,0,0.534,1,2020-09-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
424
+ MBR00000423,0,,F,White,GA,69032,medicare_advantage,SNP,201-400%FPL,0,0,0.3799,3,2020-08-29,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
425
+ MBR00000424,4,0-17,F,White,CA,97280,commercial,HMO,201-400%FPL,0,0,0.7053,1,2020-05-28,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
426
+ MBR00000425,48,35-49,M,White,CA,92035,commercial,HMO,100-138%FPL,0,0,1.0776,2,2020-05-31,2023-12-31,0,0,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0
427
+ MBR00000426,63,50-64,M,White,PA,19068,commercial,HDHP/HSA,201-400%FPL,0,0,1.3025,2,2020-11-13,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0
428
+ MBR00000427,19,18-34,M,White,TX,76889,commercial,HMO,<100%FPL,0,0,0.8469,1,2020-11-05,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
429
+ MBR00000428,68,65-79,F,White,PA,63295,medicare_advantage,PPO,>400%FPL,0,0,1.1572,1,2020-10-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
430
+ MBR00000429,4,0-17,F,Hispanic/Latino,GA,20177,commercial,HDHP/HSA,>400%FPL,0,0,0.58,2,2020-02-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
431
+ MBR00000430,63,50-64,F,White,CA,33143,commercial,HDHP/HSA,>400%FPL,0,0,1.4135,3,2020-09-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
432
+ MBR00000431,77,65-79,M,Asian,GA,93424,medicare_advantage,SNP,201-400%FPL,0,0,1.4152,3,2020-06-05,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
433
+ MBR00000432,61,50-64,M,Black/AA,CA,58864,medicare_advantage,HMO,201-400%FPL,0,0,1.1061,2,2020-07-22,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
434
+ MBR00000433,55,50-64,M,White,NC,40461,medicaid,FFS,>400%FPL,0,1,1.3697,2,2020-08-25,2023-12-31,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0
435
+ MBR00000434,67,65-79,F,White,MI,38840,medicaid,MCO,139-200%FPL,0,1,1.9754,2,2020-12-19,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0
436
+ MBR00000435,3,0-17,F,White,PA,85407,medicare_advantage,PFFS,<100%FPL,0,0,0.2977,0,2020-07-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
437
+ MBR00000436,16,0-17,M,Asian,MI,35511,commercial,HDHP/HSA,201-400%FPL,0,0,0.5589,1,2020-01-03,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0
438
+ MBR00000437,10,0-17,F,White,GA,24299,medicare_advantage,PFFS,139-200%FPL,0,0,0.5034,2,2020-01-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
439
+ MBR00000438,40,35-49,M,White,CA,61645,medicare_advantage,SNP,139-200%FPL,0,0,1.175,3,2020-09-14,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
440
+ MBR00000439,59,50-64,F,Asian,CA,99324,commercial,HMO,<100%FPL,0,0,0.9418,0,2020-06-21,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
441
+ MBR00000440,50,50-64,M,AIAN,CA,26498,commercial,HMO,201-400%FPL,0,0,0.9307,2,2020-09-19,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
442
+ MBR00000441,68,65-79,M,White,FL,32978,commercial,HMO,139-200%FPL,0,0,1.7568,1,2020-01-31,2023-12-31,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
443
+ MBR00000442,12,0-17,F,White,PA,52221,medicare_advantage,PPO,100-138%FPL,1,1,0.836,0,2020-06-13,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
444
+ MBR00000443,58,50-64,M,White,FL,27983,commercial,EPO,<100%FPL,0,0,1.4826,3,2020-02-01,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
445
+ MBR00000444,15,0-17,M,White,PA,68572,commercial,HMO,201-400%FPL,0,0,0.6029,1,2020-02-25,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
446
+ MBR00000445,22,18-34,M,White,FL,32825,medicaid,FFS,>400%FPL,0,1,0.8887,5,2020-09-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
447
+ MBR00000446,56,50-64,M,White,CA,21536,medicaid,PCCM,139-200%FPL,0,1,0.9893,1,2020-07-19,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
448
+ MBR00000447,89,80+,F,Hispanic/Latino,TX,33513,commercial,HMO,>400%FPL,0,0,1.3249,1,2020-06-08,2023-12-31,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0
449
+ MBR00000448,49,35-49,F,White,MI,93752,medicaid,MCO,>400%FPL,0,1,0.7952,0,2020-10-03,2023-12-31,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
450
+ MBR00000449,4,0-17,F,Black/AA,TX,94139,commercial,EPO,139-200%FPL,0,0,0.331,1,2020-03-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
451
+ MBR00000450,49,35-49,M,White,TX,55514,medicaid,FFS,>400%FPL,0,1,1.0526,0,2020-06-09,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
452
+ MBR00000451,3,0-17,F,Hispanic/Latino,CA,46040,self_insured,EPO,>400%FPL,0,0,0.682,4,2020-10-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0
453
+ MBR00000452,72,65-79,M,Black/AA,MI,83756,commercial,HMO,201-400%FPL,0,0,1.3317,2,2020-07-09,2023-12-31,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
454
+ MBR00000453,56,50-64,M,Hispanic/Latino,TX,27483,medicaid,PCCM,<100%FPL,0,1,1.4397,3,2020-03-08,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
455
+ MBR00000454,14,0-17,M,Asian,PA,68850,self_insured,EPO,<100%FPL,0,0,0.9589,4,2020-07-31,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1
456
+ MBR00000455,7,0-17,F,White,CA,71203,medicaid,PCCM,>400%FPL,0,1,0.5383,5,2020-04-17,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
457
+ MBR00000456,15,0-17,F,White,CA,73899,self_insured,PPO,>400%FPL,0,0,0.5945,3,2020-01-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
458
+ MBR00000457,89,80+,F,White,IL,29614,medicare_advantage,PFFS,>400%FPL,0,0,1.2006,0,2020-09-01,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
459
+ MBR00000458,37,35-49,F,White,PA,74451,commercial,PPO,>400%FPL,0,0,1.3113,3,2020-01-04,2023-12-31,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0
460
+ MBR00000459,62,50-64,F,Asian,IL,65078,medicaid,MCO,<100%FPL,0,1,1.3281,1,2020-08-03,2023-12-31,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0
461
+ MBR00000460,51,50-64,F,White,TX,88758,medicare_advantage,PFFS,>400%FPL,0,0,0.9057,1,2020-06-10,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
462
+ MBR00000461,46,35-49,F,Hispanic/Latino,MI,25695,medicare_advantage,HMO,201-400%FPL,0,0,0.9345,0,2020-03-25,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
463
+ MBR00000462,11,0-17,M,White,NY,65223,commercial,HMO,>400%FPL,0,0,0.3439,0,2020-12-08,2023-12-31,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
464
+ MBR00000463,79,65-79,M,White,MI,84666,medicare_advantage,PFFS,<100%FPL,0,0,1.9297,4,2020-04-20,2023-12-31,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
465
+ MBR00000464,24,18-34,M,White,CA,35039,commercial,EPO,139-200%FPL,0,0,0.7472,2,2020-06-09,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
466
+ MBR00000465,46,35-49,F,Black/AA,FL,76939,medicare_advantage,PPO,>400%FPL,0,0,1.0595,3,2020-05-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
467
+ MBR00000466,55,50-64,M,Black/AA,TX,18955,commercial,PPO,>400%FPL,0,0,1.0384,1,2020-01-20,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
468
+ MBR00000467,52,50-64,F,White,OH,74628,medicare_advantage,SNP,201-400%FPL,0,0,0.8974,0,2020-07-08,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
469
+ MBR00000468,78,65-79,M,White,OH,64561,medicaid,FFS,139-200%FPL,0,1,2.1773,3,2020-01-30,2023-12-31,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
470
+ MBR00000469,12,0-17,F,Black/AA,FL,27329,medicare_advantage,SNP,139-200%FPL,0,0,1.5941,4,2020-06-08,2023-12-31,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
471
+ MBR00000470,41,35-49,M,White,CA,15971,medicare_advantage,PFFS,>400%FPL,1,1,1.276,5,2020-10-15,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
472
+ MBR00000471,32,18-34,M,Asian,CA,77093,commercial,HMO,201-400%FPL,0,0,0.9957,1,2020-05-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0
473
+ MBR00000472,38,35-49,M,White,CA,31716,self_insured,EPO,201-400%FPL,0,0,0.6907,0,2020-10-24,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
474
+ MBR00000473,9,0-17,M,White,GA,54769,medicare_advantage,PPO,201-400%FPL,0,0,0.8044,4,2020-02-08,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0
475
+ MBR00000474,10,0-17,F,White,TX,15463,commercial,PPO,201-400%FPL,0,0,0.4326,1,2020-11-07,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
476
+ MBR00000475,22,18-34,M,White,CA,96713,commercial,HDHP/HSA,201-400%FPL,0,0,0.6857,3,2020-07-03,2023-12-31,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0
477
+ MBR00000476,24,18-34,F,White,TX,59399,commercial,HMO,201-400%FPL,0,0,0.8816,3,2020-03-08,2023-12-31,0,0,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0
478
+ MBR00000477,34,18-34,M,White,CA,93841,medicare_advantage,SNP,>400%FPL,1,1,0.8201,2,2020-12-29,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
479
+ MBR00000478,49,35-49,M,Two+,MI,24430,medicaid,PCCM,>400%FPL,0,1,1.2224,4,2020-07-07,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
480
+ MBR00000479,51,50-64,F,White,TX,28521,medicare_advantage,SNP,>400%FPL,0,0,0.839,1,2020-07-01,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
481
+ MBR00000480,33,18-34,M,White,NC,64936,commercial,EPO,201-400%FPL,0,0,0.9164,4,2020-08-31,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
482
+ MBR00000481,33,18-34,F,White,IL,64403,medicaid,PCCM,201-400%FPL,0,1,0.8679,1,2020-05-01,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
483
+ MBR00000482,17,0-17,F,White,NY,81177,commercial,HMO,>400%FPL,0,0,0.7831,2,2020-09-05,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1
484
+ MBR00000483,47,35-49,F,White,FL,93524,medicaid,FFS,>400%FPL,0,1,1.0378,2,2020-08-18,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0
485
+ MBR00000484,25,18-34,M,White,IL,83968,commercial,PPO,201-400%FPL,0,0,0.8238,2,2020-09-23,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1
486
+ MBR00000485,2,0-17,M,Black/AA,IL,22619,medicare_advantage,PPO,>400%FPL,0,0,0.2645,0,2020-05-19,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
487
+ MBR00000486,34,18-34,F,White,CA,37858,medicaid,PCCM,>400%FPL,0,1,1.2677,3,2020-02-14,2023-12-31,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
488
+ MBR00000487,38,35-49,M,AIAN,NC,92243,commercial,EPO,>400%FPL,0,0,0.8685,1,2020-10-29,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
489
+ MBR00000488,18,18-34,M,White,FL,59405,medicare_advantage,PPO,>400%FPL,0,0,0.7137,1,2020-08-05,2023-12-31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
490
+ MBR00000489,46,35-49,M,Hispanic/Latino,TX,88030,self_insured,HDHP/HSA,139-200%FPL,0,0,1.0212,3,2020-10-11,2023-12-31,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0
491
+ MBR00000490,45,35-49,F,White,FL,60670,commercial,HMO,201-400%FPL,0,0,0.858,0,2020-10-04,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
492
+ MBR00000491,56,50-64,F,White,IL,14476,commercial,PPO,201-400%FPL,0,0,1.4003,3,2020-01-13,2023-12-31,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
493
+ MBR00000492,52,50-64,F,Hispanic/Latino,FL,52559,medicare_advantage,HMO,<100%FPL,0,0,0.9216,1,2020-04-17,2023-12-31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
494
+ MBR00000493,52,50-64,F,Black/AA,FL,84218,commercial,EPO,>400%FPL,0,0,1.9985,3,2020-01-23,2023-12-31,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
495
+ MBR00000494,25,18-34,M,Hispanic/Latino,CA,68959,commercial,HMO,201-400%FPL,0,0,0.6287,1,2020-05-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0
496
+ MBR00000495,62,50-64,F,White,FL,21950,medicare_advantage,PPO,100-138%FPL,0,0,1.2368,0,2020-05-03,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
497
+ MBR00000496,44,35-49,M,Black/AA,CA,28907,medicaid,PCCM,>400%FPL,0,1,1.4044,3,2020-04-15,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
498
+ MBR00000497,35,35-49,F,Hispanic/Latino,GA,86892,commercial,HMO,>400%FPL,0,0,1.3065,2,2020-05-08,2023-12-31,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
499
+ MBR00000498,50,50-64,M,Black/AA,TX,98130,commercial,HMO,>400%FPL,0,0,0.9399,1,2020-03-07,2023-12-31,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0
500
+ MBR00000499,29,18-34,F,White,MI,77759,medicaid,MCO,201-400%FPL,0,1,0.633,1,2020-09-04,2023-12-31,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
501
+ MBR00000500,41,35-49,M,Black/AA,IL,18827,medicare_advantage,PPO,>400%FPL,1,1,0.6569,0,2020-11-26,2023-12-31,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0
pharmacy_claims.csv ADDED
The diff for this file is too large to render. See raw diff
 
providers.csv ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ provider_npi,provider_type,specialty,nucc_taxonomy,state,network_status,group_id
2
+ 1571574052,Hospital/Facility,Critical Access Hospital,207P00000X,CA,In-Network,GRP6332
3
+ 1778483301,Ancillary,Home Health,207P00000X,GA,In-Network,GRP4198
4
+ 1974006077,Specialist,Orthopedic Surgery,207X00000X,FL,In-Network,GRP7963
5
+ 1168881145,Specialist,Orthopedic Surgery,207X00000X,TX,In-Network,GRP5188
6
+ 1168246159,PCP,Internal Medicine,207R00000X,CA,In-Network,GRP3761
7
+ 1337791138,PCP,Internal Medicine,207R00000X,CA,Out-of-Network,GRP4455
8
+ 1205377316,Specialist,Orthopedic Surgery,207X00000X,CA,In-Network,GRP5357
9
+ 1108115157,Hospital/Facility,General Acute Care Hospital,282N00000X,CA,In-Network,GRP6557
10
+ 1980712759,Hospital/Facility,Outpatient Clinic,207P00000X,MI,Out-of-Network,GRP9910
11
+ 1624202402,Specialist,Orthopedic Surgery,207X00000X,TX,In-Network,GRP4063
12
+ 1799205295,Hospital/Facility,General Acute Care Hospital,282N00000X,GA,In-Network,GRP2607
13
+ 1609526529,Specialist,Psychiatry,207P00000X,CA,In-Network,GRP9800
14
+ 1717546253,PCP,Family Medicine,207Q00000X,TX,In-Network,GRP2329
15
+ 1244186984,PCP,Family Medicine,207Q00000X,NC,Out-of-Network,GRP9133
16
+ 1235381502,Specialist,Cardiology,207RC0000X,CA,In-Network,GRP2279
17
+ 1540044947,Specialist,Pulmonology,207P00000X,TX,Out-of-Network,GRP4274
18
+ 1433937353,Specialist,Nephrology,207P00000X,GA,In-Network,GRP9981
19
+ 1856686341,PCP,Geriatrics,207P00000X,CA,In-Network,GRP2491
20
+ 1395983630,Specialist,Nephrology,207P00000X,CA,In-Network,GRP2439
21
+ 1273488618,Hospital/Facility,General Acute Care Hospital,282N00000X,MI,In-Network,GRP6482
22
+ 1872613201,PCP,Internal Medicine,207R00000X,FL,In-Network,GRP2711
23
+ 1109850785,Hospital/Facility,ASC,207P00000X,PA,Out-of-Network,GRP1219
24
+ 1660288235,Hospital/Facility,ASC,207P00000X,CA,In-Network,GRP7252
25
+ 1899127912,Specialist,Neurology,207P00000X,TX,In-Network,GRP9633
26
+ 1364429278,PCP,OB/GYN,207P00000X,FL,In-Network,GRP7834
27
+ 1910255109,Ancillary,DME Supplier,207P00000X,PA,In-Network,GRP9677
28
+ 1511044648,Specialist,Endocrinology,207P00000X,TX,In-Network,GRP5743
29
+ 1355166277,Specialist,Endocrinology,207P00000X,NC,In-Network,GRP6525
30
+ 1236418230,Ancillary,DME Supplier,207P00000X,OH,In-Network,GRP9843
31
+ 1624802371,Hospital/Facility,ASC,207P00000X,NY,Out-of-Network,GRP5532
32
+ 1964402759,Hospital/Facility,Outpatient Clinic,207P00000X,FL,In-Network,GRP1350
33
+ 1609138981,Hospital/Facility,Critical Access Hospital,207P00000X,PA,In-Network,GRP3149
34
+ 1968299309,PCP,Internal Medicine,207R00000X,IL,In-Network,GRP6586
35
+ 1780163051,Hospital/Facility,SNF,207P00000X,CA,In-Network,GRP8715
36
+ 1716521444,Specialist,Oncology,207P00000X,GA,In-Network,GRP6457
37
+ 1752470395,Ancillary,Home Health,207P00000X,FL,In-Network,GRP4650
38
+ 1935547131,Specialist,Pulmonology,207P00000X,NC,In-Network,GRP3890
39
+ 1872272835,PCP,Internal Medicine,207R00000X,MI,In-Network,GRP7148
40
+ 1245650222,Specialist,Gastroenterology,207P00000X,CA,In-Network,GRP9094
41
+ 1626436776,Hospital/Facility,General Acute Care Hospital,282N00000X,FL,Out-of-Network,GRP3502
42
+ 1514306773,Specialist,Endocrinology,207P00000X,NY,In-Network,GRP5975
43
+ 1891283887,Hospital/Facility,General Acute Care Hospital,282N00000X,NY,Out-of-Network,GRP4846
44
+ 1283743001,PCP,Family Medicine,207Q00000X,GA,In-Network,GRP3216
45
+ 1530904931,PCP,Internal Medicine,207R00000X,CA,In-Network,GRP4647
46
+ 1939033455,Specialist,Pulmonology,207P00000X,PA,In-Network,GRP1795
47
+ 1812060197,Specialist,Oncology,207P00000X,NC,Out-of-Network,GRP5771
48
+ 1410468316,Hospital/Facility,SNF,207P00000X,MI,In-Network,GRP1963
49
+ 1860435061,Ancillary,DME Supplier,207P00000X,CA,In-Network,GRP5266
50
+ 1268679390,Hospital/Facility,Critical Access Hospital,207P00000X,MI,In-Network,GRP9075
51
+ 1103747954,Specialist,Urology,207P00000X,CA,In-Network,GRP2311
52
+ 1556140803,Specialist,Cardiology,207RC0000X,NY,In-Network,GRP3252
53
+ 1450553056,Ancillary,Clinical Laboratory,291U00000X,TX,In-Network,GRP7488
54
+ 1213165847,Hospital/Facility,Critical Access Hospital,207P00000X,NY,In-Network,GRP9162
55
+ 1994661817,Hospital/Facility,SNF,207P00000X,CA,Out-of-Network,GRP9599
56
+ 1135158374,Specialist,Pulmonology,207P00000X,TX,In-Network,GRP2080
57
+ 1334916761,Hospital/Facility,ASC,207P00000X,TX,In-Network,GRP3151
58
+ 1366576336,PCP,Geriatrics,207P00000X,NC,In-Network,GRP9854
59
+ 1450094833,Hospital/Facility,Outpatient Clinic,207P00000X,NY,In-Network,GRP5549
60
+ 1700633438,Ancillary,DME Supplier,207P00000X,IL,In-Network,GRP8499
61
+ 1390307371,Ancillary,DME Supplier,207P00000X,PA,In-Network,GRP1129
62
+ 1749494482,PCP,Pediatrics,207P00000X,FL,In-Network,GRP2045
63
+ 1502838586,Hospital/Facility,ASC,207P00000X,CA,In-Network,GRP2838
64
+ 1806688928,PCP,Geriatrics,207P00000X,CA,In-Network,GRP1774
65
+ 1500037969,Specialist,Pulmonology,207P00000X,FL,In-Network,GRP9016
66
+ 1429015908,Hospital/Facility,General Acute Care Hospital,282N00000X,NC,Out-of-Network,GRP8230
67
+ 1717912431,Specialist,Oncology,207P00000X,TX,In-Network,GRP4512
68
+ 1518055405,Specialist,Urology,207P00000X,IL,In-Network,GRP1702
69
+ 1915531927,Hospital/Facility,Critical Access Hospital,207P00000X,GA,In-Network,GRP1955
70
+ 1564502315,Hospital/Facility,ASC,207P00000X,NC,In-Network,GRP3359
71
+ 1366426662,Specialist,Urology,207P00000X,TX,In-Network,GRP7542
72
+ 1125190055,Specialist,Nephrology,207P00000X,NC,In-Network,GRP8210
73
+ 1453283987,Hospital/Facility,Critical Access Hospital,207P00000X,NY,In-Network,GRP5853
74
+ 1148984206,Specialist,Psychiatry,207P00000X,NY,In-Network,GRP9167
75
+ 1132188260,PCP,Family Medicine,207Q00000X,OH,In-Network,GRP9352
76
+ 1434029575,Specialist,Endocrinology,207P00000X,TX,In-Network,GRP7908
77
+ 1361302520,Hospital/Facility,Critical Access Hospital,207P00000X,OH,In-Network,GRP1708
78
+ 1896447406,Specialist,Nephrology,207P00000X,PA,Out-of-Network,GRP9008
79
+ 1757138478,PCP,Pediatrics,207P00000X,OH,In-Network,GRP9174
80
+ 1590915516,Ancillary,Physical Therapy,225100000X,GA,Out-of-Network,GRP6038
81
+ 1199138277,Ancillary,Diagnostic Radiology,207P00000X,PA,Out-of-Network,GRP6392
82
+ 1865904917,Hospital/Facility,Outpatient Clinic,207P00000X,CA,In-Network,GRP8015
83
+ 1545347862,Hospital/Facility,SNF,207P00000X,TX,In-Network,GRP6330
84
+ 1486164553,Ancillary,DME Supplier,207P00000X,GA,In-Network,GRP4097
85
+ 1644128543,Specialist,Gastroenterology,207P00000X,PA,In-Network,GRP7272
86
+ 1247341320,Specialist,Urology,207P00000X,NC,Out-of-Network,GRP8066
87
+ 1645194539,Hospital/Facility,SNF,207P00000X,FL,In-Network,GRP2273
88
+ 1727809972,Ancillary,Home Health,207P00000X,NY,In-Network,GRP7116
89
+ 1550154147,Hospital/Facility,Outpatient Clinic,207P00000X,GA,In-Network,GRP2559
90
+ 1997536841,PCP,Family Medicine,207Q00000X,OH,Out-of-Network,GRP6172
91
+ 1186826716,Ancillary,Physical Therapy,225100000X,FL,In-Network,GRP1970
92
+ 1563980627,Hospital/Facility,Critical Access Hospital,207P00000X,CA,In-Network,GRP9929
93
+ 1845057593,Specialist,Orthopedic Surgery,207X00000X,NC,In-Network,GRP7010
94
+ 1561134315,Ancillary,DME Supplier,207P00000X,OH,In-Network,GRP5227
95
+ 1295371663,Hospital/Facility,Critical Access Hospital,207P00000X,FL,In-Network,GRP5534
96
+ 1606140917,Hospital/Facility,ASC,207P00000X,NY,In-Network,GRP6572
97
+ 1948810580,Ancillary,DME Supplier,207P00000X,TX,In-Network,GRP2121
98
+ 1500949740,PCP,Pediatrics,207P00000X,FL,In-Network,GRP5588
99
+ 1453936007,Hospital/Facility,ASC,207P00000X,CA,In-Network,GRP7442
100
+ 1139906830,Specialist,Endocrinology,207P00000X,TX,Out-of-Network,GRP3344
101
+ 1702692193,Ancillary,Physical Therapy,225100000X,GA,In-Network,GRP5314
102
+ 1767011137,Ancillary,DME Supplier,207P00000X,FL,In-Network,GRP3972
103
+ 1689639685,Hospital/Facility,SNF,207P00000X,GA,In-Network,GRP2448
104
+ 1696843572,Hospital/Facility,Critical Access Hospital,207P00000X,FL,Out-of-Network,GRP9808
105
+ 1691062876,Hospital/Facility,SNF,207P00000X,CA,In-Network,GRP6334
106
+ 1114982472,Specialist,Orthopedic Surgery,207X00000X,FL,In-Network,GRP4528
107
+ 1990090423,Specialist,Orthopedic Surgery,207X00000X,CA,In-Network,GRP4043
108
+ 1284035364,PCP,Pediatrics,207P00000X,IL,In-Network,GRP7113
109
+ 1845900543,Hospital/Facility,ASC,207P00000X,NC,In-Network,GRP1973
110
+ 1585582070,Hospital/Facility,Outpatient Clinic,207P00000X,OH,In-Network,GRP6103
111
+ 1118885473,Hospital/Facility,ASC,207P00000X,OH,In-Network,GRP3072
112
+ 1991459367,Specialist,Neurology,207P00000X,GA,Out-of-Network,GRP9007
113
+ 1575695214,Hospital/Facility,SNF,207P00000X,OH,In-Network,GRP8057
114
+ 1847081578,Specialist,Urology,207P00000X,NY,Out-of-Network,GRP7818
115
+ 1800011727,Ancillary,Clinical Laboratory,291U00000X,IL,Out-of-Network,GRP2312
116
+ 1224179551,Ancillary,Physical Therapy,225100000X,FL,In-Network,GRP1725
117
+ 1631954542,Specialist,Oncology,207P00000X,CA,In-Network,GRP5125
118
+ 1266606767,Hospital/Facility,ASC,207P00000X,IL,In-Network,GRP4198
119
+ 1622771872,PCP,Pediatrics,207P00000X,IL,In-Network,GRP7517
120
+ 1687650653,PCP,Internal Medicine,207R00000X,TX,In-Network,GRP7406
121
+ 1389336600,Hospital/Facility,Critical Access Hospital,207P00000X,MI,In-Network,GRP4574
122
+ 1946680931,Hospital/Facility,Critical Access Hospital,207P00000X,CA,Out-of-Network,GRP2452
123
+ 1313212303,PCP,Family Medicine,207Q00000X,IL,In-Network,GRP3917
124
+ 1542828721,Specialist,Orthopedic Surgery,207X00000X,MI,In-Network,GRP5530
125
+ 1463205530,Specialist,Nephrology,207P00000X,TX,In-Network,GRP3281
126
+ 1531398223,PCP,OB/GYN,207P00000X,NC,In-Network,GRP3859
127
+ 1795618275,Specialist,Pulmonology,207P00000X,GA,In-Network,GRP3166
128
+ 1809014947,Specialist,Urology,207P00000X,IL,In-Network,GRP1582
129
+ 1817234602,Ancillary,Clinical Laboratory,291U00000X,MI,In-Network,GRP6410
130
+ 1422747896,Specialist,Urology,207P00000X,PA,In-Network,GRP9973
131
+ 1124394415,PCP,Pediatrics,207P00000X,NY,In-Network,GRP9566
132
+ 1840431511,PCP,Geriatrics,207P00000X,PA,Out-of-Network,GRP9363
133
+ 1372918899,PCP,Family Medicine,207Q00000X,FL,In-Network,GRP6929
134
+ 1520687146,Hospital/Facility,ASC,207P00000X,TX,In-Network,GRP7726
135
+ 1713934949,Specialist,Neurology,207P00000X,CA,In-Network,GRP1577
136
+ 1790497490,PCP,OB/GYN,207P00000X,FL,In-Network,GRP2809
137
+ 1438368327,Ancillary,Home Health,207P00000X,OH,In-Network,GRP7354
138
+ 1475984649,Hospital/Facility,SNF,207P00000X,NC,In-Network,GRP9895
139
+ 1219817751,PCP,OB/GYN,207P00000X,MI,In-Network,GRP9173
140
+ 1745114564,Specialist,Endocrinology,207P00000X,TX,In-Network,GRP6676
141
+ 1528335731,Hospital/Facility,Critical Access Hospital,207P00000X,NY,In-Network,GRP1980
142
+ 1193493783,Hospital/Facility,Critical Access Hospital,207P00000X,NY,Out-of-Network,GRP9693
143
+ 1227362142,Ancillary,DME Supplier,207P00000X,CA,In-Network,GRP3861
144
+ 1749327647,PCP,Geriatrics,207P00000X,NY,In-Network,GRP1383
145
+ 1198133277,Hospital/Facility,SNF,207P00000X,FL,In-Network,GRP7913
146
+ 1569105090,PCP,Geriatrics,207P00000X,NC,In-Network,GRP2561
147
+ 1728018911,Specialist,Nephrology,207P00000X,TX,In-Network,GRP3714
148
+ 1242201429,Hospital/Facility,General Acute Care Hospital,282N00000X,GA,In-Network,GRP7094
149
+ 1366286000,Hospital/Facility,SNF,207P00000X,NC,In-Network,GRP9687
150
+ 1239316214,PCP,Internal Medicine,207R00000X,IL,In-Network,GRP9163
151
+ 1891849440,Specialist,Oncology,207P00000X,TX,In-Network,GRP2472