In MUG data, we have the following boolean columns in CVD use case (table DOKUMENT_MKADE.MKADE_Y00A4_PAGE2).
NYHA_class_I
NYHA_class_II
NYHA_class_III
NYHA_class_IV
CCS_I
CCS_II
CCS_III
CCS_IV
where NYHA refers to New York Heart Association Classification class and CCS refers to Canadian Cardiovascular Society grading of angina pectoris grade.
how to model them?
In SNOMED CT, NYHA and CCS are observable entities so that they can be measurements in SPHN. But, how can we model type of class (e.g., I or II). Moreover, what would be value and code for the quantity? please note that value should be decimal according to SPHN.
As these columns are boolean, the data entires/value would be False or True.
In MUG data, we have the following boolean columns in CVD use case (table DOKUMENT_MKADE.MKADE_Y00A4_PAGE2). NYHA_class_I NYHA_class_II NYHA_class_III NYHA_class_IV CCS_I CCS_II CCS_III CCS_IV where NYHA refers to New York Heart Association Classification class and CCS refers to Canadian Cardiovascular Society grading of angina pectoris grade. how to model them? In SNOMED CT, NYHA and CCS are observable entities so that they can be measurements in SPHN. But, how can we model type of class (e.g., I or II). Moreover, what would be value and code for the quantity? please note that value should be decimal according to SPHN. As these columns are boolean, the data entires/value would be False or True.