Deploy Ladill Care / deploy (push) Successful in 55s
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>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
||
"template": {
|
||
"code": "pain_nrs",
|
||
"name": "Pain NRS (0–10)",
|
||
"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": {}
|
||
}
|
||
]
|
||
}
|