Spaces:
Running
Running
| { | |
| "patient_id": "medium_0001", | |
| "age": 90, | |
| "sex": "M", | |
| "comorbidities": [ | |
| "ckd", | |
| "dm2", | |
| "htn" | |
| ], | |
| "medications": [ | |
| { | |
| "drug": "warfarin_like", | |
| "dose_bucket": "MEDIUM", | |
| "indication": "indication_0", | |
| "class_name": "anticoagulant", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "ace_inhibitor_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_1", | |
| "class_name": "antihypertensive", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "metformin_like", | |
| "dose_bucket": "LOW", | |
| "indication": "indication_2", | |
| "class_name": "glucose_lowering", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "statin_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_3", | |
| "class_name": "lipid_lowering", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "ssri_like", | |
| "dose_bucket": "MEDIUM", | |
| "indication": "indication_4", | |
| "class_name": "antidepressant", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "beta_blocker_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_5", | |
| "class_name": "antihypertensive", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "opioid_like", | |
| "dose_bucket": "MEDIUM", | |
| "indication": "indication_6", | |
| "class_name": "analgesic", | |
| "requires_taper": true | |
| }, | |
| { | |
| "drug": "nsaid_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_7", | |
| "class_name": "analgesic", | |
| "requires_taper": false | |
| } | |
| ], | |
| "labs": { | |
| "egfr": 83.8, | |
| "ast": 100.2, | |
| "alt": 51.3, | |
| "inr": 1.29, | |
| "glucose": 177.6 | |
| }, | |
| "vitals": { | |
| "sbp": 163.0, | |
| "dbp": 68.0, | |
| "hr": 99.0, | |
| "egfr_trend": -1.43, | |
| "inr_trend": 0.11, | |
| "glucose_trend": 11.01 | |
| }, | |
| "specialist_conflicts": [ | |
| "duplicate_analgesic_strategy", | |
| "cardio_vs_pain_med_conflict" | |
| ], | |
| "prior_ade_history": [], | |
| "frailty_score": 0.4, | |
| "adherence_estimate": 0.43, | |
| "latent_confounders": { | |
| "metabolism_variability": 0.149, | |
| "social_support_risk": 0.942, | |
| "polyprovider_fragmentation": 0.813 | |
| }, | |
| "monitoring_gaps": [ | |
| "missing_followup_bp" | |
| ] | |
| } |