Skip to content

Commit 641b366

Browse files
committed
NRL-1573 fix type-category binding
1 parent f3a7595 commit 641b366

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
@@ -197,7 +197,7 @@ def coding_value(self):
197197
PointerTypes.APPOINTMENT.value: Categories.RECORD_ARTIFACT.value,
198198
#
199199
# Shared Care Records
200-
PointerTypes.SHARED_CARE_RECORD.value: Categories.RECORD_ARTIFACT.value,
200+
PointerTypes.SHARED_CARE_RECORD.value: Categories.RECORD_HEADINGS.value,
201201
}
202202

203203
PRACTICE_SETTING_VALUE_SET_URL = (

0 commit comments

Comments
 (0)