Merged in bugfix/claim-type-cd (pull request #718)
update mapping values * moved carveout after methodology breakout Approved-by: Alex Galarce
This commit is contained in:
@@ -56,7 +56,7 @@ class Constants:
|
|||||||
self.CROSSWALK_CLAIM_TYPE_CD = CrosswalkBuilder().from_json(
|
self.CROSSWALK_CLAIM_TYPE_CD = CrosswalkBuilder().from_json(
|
||||||
path="constants/mappings/crosswalk_claim_type.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
|
# Provider Type
|
||||||
self.LIST_VALID_PROV_TYPE = (
|
self.LIST_VALID_PROV_TYPE = (
|
||||||
|
|||||||
Reference in New Issue
Block a user