Files
isaacclad 2ce4bc8993
Deploy Ladill Care / deploy (push) Successful in 1m26s
feat(assessments): layered clinical assessment engine end-to-end
Add a template-driven assessment system with universal intake, clinical
pathways, disease instruments (stroke MVP + extended, diabetes, and ten
specialty packs), scoring, patient outcome trends, REST/API + FHIR
export, and Enterprise org-level assessment analytics. Seed packs and
design/licensing docs ship for deploy and pre-GA review.
2026-07-16 22:58:09 +00:00

39 lines
708 B
JSON

{
"pathway": {
"code": "orthopaedics",
"name": "Orthopaedics",
"description": "Orthopaedics clinical pathway.",
"match_rules": {
"icd_prefixes": [
"S",
"M80",
"M81",
"M84"
],
"keywords": [
"fracture",
"orthopaedic",
"orthopedic",
"dislocation",
"sprain"
],
"exclude_keywords": [
"family history"
]
},
"is_active": true,
"sort_order": 120,
"meta": {
"specialty": "orthopaedics"
}
},
"templates": [
{
"template_code": "orthopaedics_core",
"is_required_on_activation": true,
"phase": "any",
"sort_order": 1
}
]
}