Expect column values to have valid ICD10 code format.
expect_column_values_to_have_valid_icd10_code_format
This expectation level is BETA
Contributors:
Tags:
typed-entities
hackathon
Metrics:
column_values.nonnull.unexpected_count
column_values.match_icd10_codes_regex.unexpected_count
table.row_count
column_values.match_icd10_codes_regex.unexpected_values
Description
Expect column values to have valid ICD10 code format.
Checks if each value matches a regex for ICD10 codes. Does NOT ensure the given code actually exists in any version of the ICD10.
Want to make your own Expectation or an improvement to this one?
We've put together some great how to guides (including videos) on how to create your own expectations in a flash!
You can see those resources here: Contributor Resources