Spaces:
Running
Running
| { | |
| "patient_id": "medium_0008", | |
| "age": 61, | |
| "sex": "M", | |
| "comorbidities": [ | |
| "afib", | |
| "dm2", | |
| "depression" | |
| ], | |
| "medications": [ | |
| { | |
| "drug": "ssri_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_0", | |
| "class_name": "antidepressant", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "ace_inhibitor_like", | |
| "dose_bucket": "MEDIUM", | |
| "indication": "indication_1", | |
| "class_name": "antihypertensive", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "nsaid_like", | |
| "dose_bucket": "LOW", | |
| "indication": "indication_2", | |
| "class_name": "analgesic", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "beta_blocker_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_3", | |
| "class_name": "antihypertensive", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "benzodiazepine_like", | |
| "dose_bucket": "HIGH", | |
| "indication": "indication_4", | |
| "class_name": "sedative", | |
| "requires_taper": true | |
| }, | |
| { | |
| "drug": "statin_like", | |
| "dose_bucket": "LOW", | |
| "indication": "indication_5", | |
| "class_name": "lipid_lowering", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "metformin_like", | |
| "dose_bucket": "LOW", | |
| "indication": "indication_6", | |
| "class_name": "glucose_lowering", | |
| "requires_taper": false | |
| }, | |
| { | |
| "drug": "warfarin_like", | |
| "dose_bucket": "MEDIUM", | |
| "indication": "indication_7", | |
| "class_name": "anticoagulant", | |
| "requires_taper": false | |
| } | |
| ], | |
| "labs": { | |
| "egfr": 25.2, | |
| "ast": 105.1, | |
| "alt": 118.7, | |
| "inr": 3.68, | |
| "glucose": 160.1 | |
| }, | |
| "vitals": { | |
| "sbp": 111.0, | |
| "dbp": 64.0, | |
| "hr": 92.0, | |
| "egfr_trend": 0.73, | |
| "inr_trend": 0.27, | |
| "glucose_trend": -0.58 | |
| }, | |
| "specialist_conflicts": [ | |
| "duplicate_analgesic_strategy", | |
| "cardio_vs_pain_med_conflict" | |
| ], | |
| "prior_ade_history": [], | |
| "frailty_score": 0.28, | |
| "adherence_estimate": 0.55, | |
| "latent_confounders": { | |
| "metabolism_variability": 0.844, | |
| "social_support_risk": 0.7, | |
| "polyprovider_fragmentation": 0.19 | |
| }, | |
| "monitoring_gaps": [ | |
| "missing_followup_bp" | |
| ] | |
| } |