Supplement
Supplement means that the provider data element is missing a verifiable value and Quest can provide that value.
For example, the following supplementReasons object indicates that you can supplement organizationWebsite for the Provider:
"supplementReasons": [
"OrganizationWebsite"
]
To find the new URL, you examine the organizationWebsite data element for the Provider. For example:
"organizationWebsite": {
"sourceValue": null,
"standardizedValue": null,
"verifiedValues": [
{
"value": "www.eyelidpros.com",
"outcome": "Enriched",
"source": "BdxTruth",
"date": "2022-07-15T18:26:30.672Z"
}
]
}