medicafe 0.250723.2__py3-none-any.whl → 0.250723.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of medicafe might be problematic. Click here for more details.
- MediLink/MediLink_837p_encoder_library.py +4 -4
- {medicafe-0.250723.2.dist-info → medicafe-0.250723.3.dist-info}/METADATA +1 -1
- {medicafe-0.250723.2.dist-info → medicafe-0.250723.3.dist-info}/RECORD +6 -6
- {medicafe-0.250723.2.dist-info → medicafe-0.250723.3.dist-info}/LICENSE +0 -0
- {medicafe-0.250723.2.dist-info → medicafe-0.250723.3.dist-info}/WHEEL +0 -0
- {medicafe-0.250723.2.dist-info → medicafe-0.250723.3.dist-info}/top_level.txt +0 -0
|
@@ -993,7 +993,7 @@ def validate_claim_data_for_837p(parsed_data, config, crosswalk):
|
|
|
993
993
|
# Update the crosswalk dictionary with the new pairing of diagnosis_code and medisoft_code
|
|
994
994
|
crosswalk['diagnosis_to_medisoft'][diagnosis_code] = medisoft_code
|
|
995
995
|
MediLink_ConfigLoader.log("Updated crosswalk with new diagnosis code: {}, for Medisoft code {}".format(diagnosis_code, medisoft_code), config, level="INFO")
|
|
996
|
-
print("\n
|
|
996
|
+
print("\n[SUCCESS] Added '{}' -> '{}' to crosswalk".format(diagnosis_code, medisoft_code))
|
|
997
997
|
print(" IMPORTANT: You must manually save this to crosswalk.json to persist the change!")
|
|
998
998
|
# TODO This needs to actually save the .json though which right now I'd like to route through the dedicated function for updating the crosswalk.
|
|
999
999
|
# TODO This should have been a validation exercise upstream and not a last minute check like this.
|
|
@@ -1030,7 +1030,7 @@ def validate_claim_data_for_837p(parsed_data, config, crosswalk):
|
|
|
1030
1030
|
crosswalk.setdefault('procedure_to_diagnosis', {})[procedure_code] = []
|
|
1031
1031
|
crosswalk['procedure_to_diagnosis'][procedure_code].append(diagnosis_code)
|
|
1032
1032
|
MediLink_ConfigLoader.log("Updated crosswalk with new procedure code: {}, for diagnosis code {}".format(procedure_code, diagnosis_code), config, level="INFO")
|
|
1033
|
-
print("\n
|
|
1033
|
+
print("\n[SUCCESS] Added '{}' -> ['{}'] to crosswalk".format(procedure_code, diagnosis_code))
|
|
1034
1034
|
print(" IMPORTANT: You must manually save this to crosswalk.json to persist the change!")
|
|
1035
1035
|
# TODO This needs to actually save the .json though which right now I'd like to route through the dedicated function for updating the crosswalk.
|
|
1036
1036
|
# TODO This should have been a validation exercise upstream and not a last minute check like this.
|
|
@@ -1063,9 +1063,9 @@ def validate_claim_data_for_837p(parsed_data, config, crosswalk):
|
|
|
1063
1063
|
raise ValueError("Cannot proceed without {} for patient {}".format(description, chart_number))
|
|
1064
1064
|
|
|
1065
1065
|
validated_data[field] = new_value
|
|
1066
|
-
print("\n
|
|
1066
|
+
print("\n[SUCCESS] Updated {} to '{}'".format(field, new_value))
|
|
1067
1067
|
|
|
1068
|
-
print("\n
|
|
1068
|
+
print("\n[SUCCESS] All claim data validated for patient {}".format(chart_number))
|
|
1069
1069
|
return validated_data
|
|
1070
1070
|
|
|
1071
1071
|
|
|
@@ -17,7 +17,7 @@ MediLink/MediLink.py,sha256=O3VSLm2s5viCRBL1is7Loj_nSaLMMcFZ-weXAmVp_20,21588
|
|
|
17
17
|
MediLink/MediLink_277_decoder.py,sha256=Z3hQK2j-YzdXjov6aDlDRc7M_auFBnl3se4OF5q6_04,4358
|
|
18
18
|
MediLink/MediLink_837p_cob_library.py,sha256=pWWd03yXTamNJKDbPCdOCkfglW4OLXQtIN3eiMSdfAA,29934
|
|
19
19
|
MediLink/MediLink_837p_encoder.py,sha256=ODdDl_hBDYCf3f683qB3I51FGCKxrMeKL3gfT0wNAFM,28073
|
|
20
|
-
MediLink/MediLink_837p_encoder_library.py,sha256=
|
|
20
|
+
MediLink/MediLink_837p_encoder_library.py,sha256=aQsPblTO43l8Km7oNAVt92Kb9SEmF1a4IVXmzuwgfhQ,55505
|
|
21
21
|
MediLink/MediLink_837p_utilities.py,sha256=Bi91S1aJbsEOpWXp_IOUgCQ76IPiOJNkOfXXtcirzmI,10416
|
|
22
22
|
MediLink/MediLink_API_Generator.py,sha256=vBZ8moR9tvv7mb200HlZnJrk1y-bQi8E16I2r41vgVM,10345
|
|
23
23
|
MediLink/MediLink_API_v2.py,sha256=mcIgLnXPS_NaUBrkKJ8mxCUaQ0AuQUeU1vG6DoplbVY,7733
|
|
@@ -49,8 +49,8 @@ MediLink/test.py,sha256=kSvvJRL_3fWuNS3_x4hToOnUljGLoeEw6SUTHQWQRJk,3108
|
|
|
49
49
|
MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,13841
|
|
50
50
|
MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
|
|
51
51
|
MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
|
|
52
|
-
medicafe-0.250723.
|
|
53
|
-
medicafe-0.250723.
|
|
54
|
-
medicafe-0.250723.
|
|
55
|
-
medicafe-0.250723.
|
|
56
|
-
medicafe-0.250723.
|
|
52
|
+
medicafe-0.250723.3.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
|
|
53
|
+
medicafe-0.250723.3.dist-info/METADATA,sha256=DR-xV_0jGtIf5SHU1cKwSdgQUyn-zphIINgHR9FG-TU,5501
|
|
54
|
+
medicafe-0.250723.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
55
|
+
medicafe-0.250723.3.dist-info/top_level.txt,sha256=3uOwR4q_SP8Gufk2uCHoKngAgbtdOwQC6Qjl7ViBa_c,17
|
|
56
|
+
medicafe-0.250723.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|