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.
38 lines
702 B
JSON
38 lines
702 B
JSON
{
|
|
"pathway": {
|
|
"code": "heart_failure",
|
|
"name": "Heart Failure",
|
|
"description": "Heart Failure clinical pathway.",
|
|
"match_rules": {
|
|
"icd_prefixes": [
|
|
"I50",
|
|
"I11"
|
|
],
|
|
"keywords": [
|
|
"heart failure",
|
|
"chf",
|
|
"ccf",
|
|
"hfrEF",
|
|
"hfpef",
|
|
"congestive cardiac failure"
|
|
],
|
|
"exclude_keywords": [
|
|
"family history"
|
|
]
|
|
},
|
|
"is_active": true,
|
|
"sort_order": 30,
|
|
"meta": {
|
|
"specialty": "cardiology"
|
|
}
|
|
},
|
|
"templates": [
|
|
{
|
|
"template_code": "heart_failure_core",
|
|
"is_required_on_activation": true,
|
|
"phase": "any",
|
|
"sort_order": 1
|
|
}
|
|
]
|
|
}
|