SunCoastConnection / TheRealLibreEHR

SunCoast Connection - QA reporting LibreEHR system
Other
0 stars 0 forks source link

Gen837 issues #569

Open aethelwulffe opened 4 years ago

aethelwulffe commented 4 years ago

The following was printing the same element twice instead of just one time.

if ($claim->providerTaxonomy()) { ++$edicount; $out .= "PRV" . "PE" . // Performing provider // "" .($claim->claimType() != 'MC' ? "PXC" : "ZZ") . "PXC" . "" . $claim->providerTaxonomy() . "~\n"; } // End of Loop 2310B

In the Insurance Company section, specific variables for adjusting treatment of taxonomy as well as a number of other things needs to be configurable. Just setting the insurance type does not seem to be fine grained enough. It may be a Medicaid claim, but the company might be implementing the X12 standard...uniquely.

568 is the related pull request.