We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac8ac1 commit 7b3275dCopy full SHA for 7b3275d
layer/nrlf/core/constants.py
@@ -68,6 +68,8 @@ class Categories(Enum):
68
PointerTypes.EOL_CARE_PLAN.value: Categories.CARE_PLAN.value,
69
PointerTypes.LLOYD_GEORGE_FOLDER.value: Categories.CARE_PLAN.value,
70
PointerTypes.NEWS2_CHART.value: Categories.OBSERVATIONS.value,
71
+ PointerTypes.ADVANCED_CARE_PLAN.value: Categories.CARE_PLAN.value,
72
+ PointerTypes.TREATMENT_ESCALATION_PLAN.value: Categories.CARE_PLAN.value,
73
}
74
75
0 commit comments