Standardize

Standardize means that Quest has determined that spelling, punctuation, or abbreviations can be standardized for outreach. For example, the following standardizeReasons object indicates that you can standardize Address 1 for the Provider:

"standardizeReasons": [ 
"Address1"
]

This means that the addess1 data element for the Provider includes a standardized address. For example:

"address1": { 
"sourceValue": "1113 VILLA LINDE",
"standardizedValue": "1113 Villa Linde Ct",
"verifiedValues": [
{
"value": "1113 Villa Linde Ct",
"outcome": "Valid",
"source": "BdxTruth",
date": "2022-10-06T12:57:27.039Z"
}
]
}