Files
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

50 lines
1.3 KiB
JSON
Raw Permalink 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": "pain_nrs",
"name": "Pain NRS (010)",
"category": "screening",
"version": 1,
"is_current": true,
"is_active": true,
"scoring_strategy": "single_value",
"description": "Numeric rating scale for pain intensity at rest / with activity.",
"meta": {
"capture_roles": ["nurse", "ed_nurse", "theatre_nurse", "labour_ward_nurse", "fertility_nurse", "dialysis_nurse", "midwife", "doctor", "general_physician", "emergency_physician"],
"specialty": "nursing",
"pack_family": "nursing",
"estimated_minutes": 1,
"max_total": 10,
"severity_bands": [
{ "max": 3, "label": "Mild" },
{ "max": 6, "label": "Moderate" },
{ "max": 10, "label": "Severe" }
]
}
},
"questions": [
{
"code": "pain_score",
"section": "Pain",
"label": "Pain intensity (0 = none, 10 = worst imaginable)",
"answer_type": "scale",
"is_required": true,
"sort_order": 10,
"score_key": "pain",
"options": {
"min": 0,
"max": 10,
"step": 1
}
},
{
"code": "pain_location",
"section": "Pain",
"label": "Location / notes",
"answer_type": "text",
"is_required": false,
"sort_order": 20,
"options": {}
}
]
}