Deploy Ladill Care / deploy (push) Successful in 1m26s
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.
34 lines
623 B
JSON
34 lines
623 B
JSON
{
|
|
"pathway": {
|
|
"code": "parkinsons",
|
|
"name": "Parkinson's",
|
|
"description": "Parkinson's clinical pathway.",
|
|
"match_rules": {
|
|
"icd_prefixes": [
|
|
"G20"
|
|
],
|
|
"keywords": [
|
|
"parkinson",
|
|
"parkinsons",
|
|
"parkinson's disease"
|
|
],
|
|
"exclude_keywords": [
|
|
"family history"
|
|
]
|
|
},
|
|
"is_active": true,
|
|
"sort_order": 90,
|
|
"meta": {
|
|
"specialty": "neurology"
|
|
}
|
|
},
|
|
"templates": [
|
|
{
|
|
"template_code": "parkinsons_core",
|
|
"is_required_on_activation": true,
|
|
"phase": "any",
|
|
"sort_order": 1
|
|
}
|
|
]
|
|
}
|