Click Follow in the Release Notes section to be notified when new releases are available.
- Announcement Date: June 04, 2024
- Release Date: June 18, 2024
Patient Journey
Bug Fixes
- Resolved an issue where metadata, included in the postIdentity request, was not appearing in API responses for extended and custom attribute clusters.
- Improved parsing and normalization of international addresses for certain countries.
Provider
New Features and Improvements
-
Smart View response has been updated to include information about the source from which the attribute values are derived. Every attribute cluster instance in the Smart View response will have an additional array indicating the source of the data value. For instance, let's say your Smart View definition uses a source-based priority for the NPI attribute cluster (with Verato reference data as the top source priority) and a most-recently-asserted priority for the Name cluster. If two different sources have asserted the most recent name simultaneously, the JSON response would look as follows:
-
"customizedIdentities": {
"MySmartView": {
"sources": [
{
"name": "EHR",
"id": "native_1"
},
{
"name": "EHR",
"id": "native_2"
},
{
"name": "REFERENCE_DATA_NPPES",
"id": ""
}
],
"names": [
{
"clusterStatus": "ACTIVE",
"first": "WENDY",
"middle": "N",
"last": "TIPTON",
"prefix": "DR",
"credential": "MD",
"sources": [
{
"name": "EHR",
"id": "native_2"
},
{
"name": "EHR",
"id": "native_1"
}
]
}
],
"npis": [
{
"clusterStatus": "ACTIVE",
"npi": "1659374601",
"entityTypeCode": "1",
"sources": [
{
"name": "REFERENCE_DATA_NPPES",
"id": ""
}
]
}
]
Bug Fixes
- Fixed an issue where notifications for Reference Data updates, requested at the source level, did not include demographic data.