Files
ladill-care/database/data/assessments/news2.v1.json
T
isaaccladandCursor 9eb6c21828
Deploy Ladill Care / deploy (push) Successful in 55s
Add nursing assessment packs, ward board, and nurse performance KPIs.
Seeds NEWS2/Braden/Morse/pain packs with visit vitals and a unit dashboard for MAR, assessments, notes, and handover activity.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 10:32:52 +00:00

153 lines
4.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"template": {
"code": "news2",
"name": "NEWS2 (Nursing early warning)",
"category": "screening",
"version": 1,
"is_current": true,
"is_active": true,
"scoring_strategy": "sum_items",
"description": "National Early Warning Score 2 style physiological track-and-trigger for ward nursing. Scores 020.",
"meta": {
"capture_roles": ["nurse", "ed_nurse", "theatre_nurse", "labour_ward_nurse", "fertility_nurse", "dialysis_nurse", "midwife", "doctor", "general_physician", "emergency_physician", "obstetrician", "gynecologist", "obgyn"],
"specialty": "nursing",
"pack_family": "nursing",
"estimated_minutes": 3,
"max_total": 20,
"severity_bands": [
{ "max": 4, "label": "Low" },
{ "max": 6, "label": "Medium" },
{ "max": 20, "label": "High" }
],
"attribution": "NEWS2-inspired clinical scoring for operational use. Official NEWS2 materials remain Royal College of Physicians IP — verify licensing for branded redistribution."
}
},
"questions": [
{
"code": "respiration",
"section": "Physiology",
"label": "Respiration rate (breaths/min)",
"answer_type": "score_item",
"is_required": true,
"sort_order": 10,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "1220", "score": 0 },
{ "code": "1", "label": "911", "score": 1 },
{ "code": "2", "label": "2124", "score": 2 },
{ "code": "3a", "label": "≤8", "score": 3 },
{ "code": "3b", "label": "≥25", "score": 3 }
]
}
},
{
"code": "spo2",
"section": "Physiology",
"label": "SpO₂ scale 1 (%)",
"answer_type": "score_item",
"is_required": true,
"sort_order": 20,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "≥96", "score": 0 },
{ "code": "1", "label": "9495", "score": 1 },
{ "code": "2", "label": "9293", "score": 2 },
{ "code": "3", "label": "≤91", "score": 3 }
]
}
},
{
"code": "air_oxygen",
"section": "Physiology",
"label": "Air or oxygen",
"answer_type": "score_item",
"is_required": true,
"sort_order": 30,
"score_key": "news2",
"options": {
"max": 2,
"choices": [
{ "code": "0", "label": "Air", "score": 0 },
{ "code": "2", "label": "Oxygen", "score": 2 }
]
}
},
{
"code": "systolic_bp",
"section": "Physiology",
"label": "Systolic BP (mmHg)",
"answer_type": "score_item",
"is_required": true,
"sort_order": 40,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "111219", "score": 0 },
{ "code": "1", "label": "101110", "score": 1 },
{ "code": "2", "label": "91100", "score": 2 },
{ "code": "3a", "label": "≤90", "score": 3 },
{ "code": "3b", "label": "≥220", "score": 3 }
]
}
},
{
"code": "pulse",
"section": "Physiology",
"label": "Pulse (bpm)",
"answer_type": "score_item",
"is_required": true,
"sort_order": 50,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "5190", "score": 0 },
{ "code": "1", "label": "4150 or 91110", "score": 1 },
{ "code": "2", "label": "111130", "score": 2 },
{ "code": "3a", "label": "≤40", "score": 3 },
{ "code": "3b", "label": "≥131", "score": 3 }
]
}
},
{
"code": "consciousness",
"section": "Physiology",
"label": "Consciousness",
"answer_type": "score_item",
"is_required": true,
"sort_order": 60,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "Alert", "score": 0 },
{ "code": "3", "label": "CVPU", "score": 3 }
]
}
},
{
"code": "temperature",
"section": "Physiology",
"label": "Temperature (°C)",
"answer_type": "score_item",
"is_required": true,
"sort_order": 70,
"score_key": "news2",
"options": {
"max": 3,
"choices": [
{ "code": "0", "label": "36.138.0", "score": 0 },
{ "code": "1a", "label": "35.136.0 or 38.139.0", "score": 1 },
{ "code": "2", "label": "≥39.1", "score": 2 },
{ "code": "3", "label": "≤35.0", "score": 3 }
]
}
}
]
}