Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address line suffix normalize #258

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/site/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in the future, parsing the birthdate will generate an error message and result i

`ADDRESS`

: The patient's address.
: The patient's address (street suffixes normalized per [USPS rules](https://pe.usps.com/text/pub28/28apc_002.htm)).

`CITY`

Expand Down Expand Up @@ -181,4 +181,4 @@ records which may be strong matches but simply have data omitted due to collecti
methods, both of these feature functions include a partial log-odds weighting. If one or more
records being compared is missing data for a field, each of the above functions returns exactly
half the log-odds weight for the field overall, along with a boolean flag indicating that data was
missing during comparison.
missing during comparison.
Loading
Loading