Enrich
The enrichReasons object within recommendedActions indicates the data elements you should consider enriching. Enrich means that Quest has additional verified data that you can add to the provider data elements (without checking whether your own data for these data elements is valid).
For example, the following enrichReasons indicate that you should consider enriching the data elements for ADA Features, Board Certification, Ethnicity, Provider Telehealth, Race and Taxonomy:
"enrichReasons": [
"ADAFeatures",
"BoardCertification",
"Ethnicity",
"ProviderTelehealth",
"Race",
"Taxonomy"
]
The enriched value can be found by inspecting the corresponding data element for each enrichReason listed. For example consider the first enrichReason listed, ADAFeatures. To find the enriched values for ADA Features, you need to inspect the adaFeatures data element for the Provider:
"adaFeatures": {
"sourceValue": null,
"standardizedValue": null,
"verifiedValues": [
{
"value": "Parking;Exterior_Building;Interior_Building;
Waiting_Or_Reception;Restroom;Exam_Room",
"outcome": "Enriched", "source": "BdxTruth",
"date": "2022-07-15T18:26:30.672Z"
}
]
} In this example, Quest is recommending that you enrich your data with the following ADA features: Parking, Exterior_Building, Interior_Building, Waiting_Or_Reception, Restroom, and Exam_Room.