Skip to content

Commit

Permalink
temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Sep 21, 2023
1 parent ffc23a4 commit 6a7a8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ private void checkEOBExtensions(JSONObject jsonObject, FhirVersion version) thro
case STU3:
//ToDo: Temporary fix for Humana.
// Uncomment and fix.
checkEOBExtensionsSTU3(jsonObject);
// checkEOBExtensionsSTU3(jsonObject);
break;
case R4:
checkEOBExtensionsR4(jsonObject);
Expand Down

0 comments on commit 6a7a8e4

Please sign in to comment.