Added the ability to parse claim status codes. Doing this allowed for the addition of a `payer_classification` column to the output of `transaction_sets`.`to_dataframe` method. The `payer_classification` column explicitly states if the given transaction, at the service level, is from a primary payer, secondary payer, or tertiary payer. In the case of denials the `payer_classification` is given as `unspecified`, if the claim status code went unparsed, the `payer_classification` is given as `unknown`.