EHRGym / tasks /examples /anaphylaxis.json
adtserapio's picture
Upload folder using huggingface_hub
b4806b0 verified
{
"id": "anaphylaxis",
"title": "Anaphylaxis \u2014 epinephrine infusion and allergen documentation",
"patient_id": "pat-1017",
"encounter_id": "enc-1017",
"role": "Attending Physician",
"objective": "As the attending physician, review tryptase and vital sign trajectory, place epinephrine infusion and IV steroids, document the anaphylaxis diagnostic criteria, causative agent, airway assessment, epinephrine dosing, hemodynamic response, and biphasic reaction monitoring plan, then sign the encounter.",
"required_orders": [
"Epinephrine IV drip",
"Methylprednisolone IV"
],
"required_note_elements": [
"Causative agent",
"Anaphylaxis criteria",
"Epinephrine administration",
"Airway assessment",
"Hemodynamic response",
"Biphasic reaction monitoring"
],
"scoring": {
"base_reward": 1.0,
"substeps": {
"order:Epinephrine IV drip": 0.17,
"order:Methylprednisolone IV": 0.05,
"note_element:Causative agent": 0.1,
"note_element:Anaphylaxis criteria": 0.1,
"note_element:Epinephrine administration": 0.12,
"note_element:Airway assessment": 0.1,
"note_element:Hemodynamic response": 0.08,
"note_element:Biphasic reaction monitoring": 0.08,
"encounter_signed": 0.2
}
}
}