Update
Update indicates Quest has determined that a data element is inaccurate and requires an update to your existing data using the Quest verified data.
For example, the following updateReasons object indicates that you can update a Provider’s Group Affiliation, Hospital Affiliation, Location Fax, Location Office Hours, and Prefix:
"updateReasons": [
"GroupAffiliation",
"HospitalAffiliation",
"LocationFax",
"LocationOfficeHours",
"Prefix"
]
Consider the first data element listed in updateReasons, GroupAffiliation. To find the updated value for Group Affiliation, you need to inspect the verifiedValues object in the groupAffiliation data element for the Provider:
"groupAffiliation": {
"sourceValue": "Jackie Smith MD",
"standardizedValue": null,
"verifiedValues": [
{
"value": "Consultants Plastic Surgery",
"outcome": "Enriched",
"source": "BdxTruth",
"date": "2022-07-15T18:26:30.672Z"
}
]
}