Short-term fix: update below line to only include HCPCS folder concepts if they have non-null C_BASECODE values, i.e. AND C_BASECODE IS NOT NULL
|
chi_allbranchnodes=c_totalnum > 10 and c_visualattributes like 'F%' |
Permanent fix: when C_BASECODE is missing, create a foolproof concept code on the fly, maybe by hashing the C_FULLNAME field.
Short-term fix: update below line to only include HCPCS folder concepts if they have non-null C_BASECODE values, i.e.
AND C_BASECODE IS NOT NULLchinotype/chi2/config.ini.example
Line 38 in eebf0fe
Permanent fix: when
C_BASECODEis missing, create a foolproof concept code on the fly, maybe by hashing theC_FULLNAMEfield.