This transformer reads health insurance transaction records stored in EDI 835 documents, using the edi-835-parser Python module. It outputs the following feature types:
Interchange - document sender, receiver and date
FinancialInformation - amount, payment method
Organizations - payer and payee info
Claims - records of each claim, including both patient and insurance subrecords
Services - services provided for each claim, with subrecords for adjustments as a list. The edi835_parent_id attribute contains the value of the parent claim's edi385_id, allowing the user to link the two if desired
The transformer will also output schema records through the <Schema> port, for use with Dynamic writers.
Would you like to know more? Click here to find out more details!