You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm parsing a lot of anesthesia provider names and found that the credential 'APRN' wasn't getting properly identified as a suffix out of the box. I've already addressed the issue in my codebase by adding:
to the top of my module, but noticed what might be a bug in the nameparser codebase when investigating a different issue (more on that in a separate issue ;)). Shouldn't this line actually be split into two separate lines, one for "apn" and one for "aprn"?
The text was updated successfully, but these errors were encountered:
I'm parsing a lot of anesthesia provider names and found that the credential 'APRN' wasn't getting properly identified as a suffix out of the box. I've already addressed the issue in my codebase by adding:
to the top of my module, but noticed what might be a bug in the nameparser codebase when investigating a different issue (more on that in a separate issue ;)). Shouldn't this line actually be split into two separate lines, one for "apn" and one for "aprn"?
The text was updated successfully, but these errors were encountered: