You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cleaned up the thresholds for this check in the latest release, and forgot to populate standardConceptFieldName for a few fields where a threshold was newly added. This causes a SQL error for those checks.
Specifically those fields are:
VISIT_OCCURRENCE.ADMITTED_FROM_SOURCE_VALUE --> standardConceptFieldName should be ADMITTED_FROM_CONCEPT_ID
VISIT_OCCURRENCE.DISCHARGED_TO_SOURCE_VALUE --> standardConceptFieldName should be DISCHARGED_TO_CONCEPT_ID
VISIT_DETAIL.ADMITTED_FROM_SOURCE_VALUE --> standardConceptFieldName should be ADMITTED_FROM_CONCEPT_ID
VISIT_DETAIL.DISCHARGED_TO_SOURCE_VALUE --> standardConceptFieldName should be DISCHARGED_TO_CONCEPT_ID
I know this is an issue in the v5.4 field-level threshold file. The corresponding fields (which have slightly different names) should be checked in v5.3 as well. I don't think these fields existed in v5.2.
The text was updated successfully, but these errors were encountered:
We cleaned up the thresholds for this check in the latest release, and forgot to populate standardConceptFieldName for a few fields where a threshold was newly added. This causes a SQL error for those checks.
Specifically those fields are:
VISIT_OCCURRENCE.ADMITTED_FROM_SOURCE_VALUE --> standardConceptFieldName should be ADMITTED_FROM_CONCEPT_ID
VISIT_OCCURRENCE.DISCHARGED_TO_SOURCE_VALUE --> standardConceptFieldName should be DISCHARGED_TO_CONCEPT_ID
VISIT_DETAIL.ADMITTED_FROM_SOURCE_VALUE --> standardConceptFieldName should be ADMITTED_FROM_CONCEPT_ID
VISIT_DETAIL.DISCHARGED_TO_SOURCE_VALUE --> standardConceptFieldName should be DISCHARGED_TO_CONCEPT_ID
I know this is an issue in the v5.4 field-level threshold file. The corresponding fields (which have slightly different names) should be checked in v5.3 as well. I don't think these fields existed in v5.2.
The text was updated successfully, but these errors were encountered: