Skip to content

Commit 359dfa3

Browse files
NRL-1050 Fix type display casing
1 parent 3a0c74d commit 359dfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/nrlf/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def coding_value(self):
121121
"display": "Emergency health care plan",
122122
},
123123
PointerTypes.EOL_COORDINATION_SUMMARY.value: {
124-
"display": "End of Life Care Coordination Summary",
124+
"display": "End of life care coordination summary",
125125
},
126126
PointerTypes.RESPECT_FORM.value: {
127127
"display": "ReSPECT (Recommended Summary Plan for Emergency Care and Treatment) form",

0 commit comments

Comments
 (0)