From fef60880e9cd661ce1c9d1514f6b73899c8589f2 Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Wed, 1 Oct 2025 17:27:04 +0000 Subject: [PATCH] Merged in bugfix/claim-type-cd (pull request #718) update mapping values * moved carveout after methodology breakout Approved-by: Alex Galarce --- fieldExtraction/constants/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldExtraction/constants/constants.py b/fieldExtraction/constants/constants.py index bbc5f83..7a8bed2 100644 --- a/fieldExtraction/constants/constants.py +++ b/fieldExtraction/constants/constants.py @@ -56,7 +56,7 @@ class Constants: self.CROSSWALK_CLAIM_TYPE_CD = CrosswalkBuilder().from_json( path="constants/mappings/crosswalk_claim_type.json" ) - self.VALID_CLAIM_TYPE = list(set(self.CROSSWALK_BILL_TYPE_CD.mapping.keys())) + self.VALID_CLAIM_TYPE = list(set(self.CROSSWALK_CLAIM_TYPE_CD.mapping.keys())) # Provider Type self.LIST_VALID_PROV_TYPE = (