Click Follow in the Release Notes section to be notified when new releases are available.
- Announcement Date: November 21, 2023
- Release Date: December 05, 2023
Patient Journey
New Features and Improvements
The postIdentity API has been updated to allow you to optionally include relevant metadata information, such as user details from the source system, event type, event location and more. This metadata is displayed on the Verato Universal Identity UI and is also returned as part of API responses.
For example, this sample postIdentity request body shows the submission of metadata information and the following screenshot demonstrates how the information is displayed on the Verato Universal Identity UI when you hover over the demographic values.
{
"content":{
"responseIdentityFormatNames":[
"GROUP_BY_SOURCE"
],
"identity":{
"sources":[
{
"name":"cerner",
"id":"C:75935",
"date":"2023-01-01",
"metadata":{
"sourceLoginName":"brenda.rodriguez",
"sourceUserName":"Brenda Rodriguez",
"location":"New York",
"transactionType":"ADT-A01"
}
}
],
"addresses":[
{
"line1":"8080 Greensboro Drive",
"city":"McLean",
"state":"VA",
"postalCode":"22182"
}
],
"names":[
{
"first":"Bryan",
"last":"Adams"
}
],
"ssns":[
"652332132"
],
"datesOfBirth":[
"1994-03-25"
]
}
}
}
For more information, see postIdentity.
Bug Fixes
- Fixed an issue where specific tasks could not be closed using the resolution Not Same Person from the Verato Universal Identity UI.
- Fixed an issue where Show History would not be invoked on tasks that had patient records with death details.
Provider Data Management
New Features and Improvements
- Provider taxonomy codes for reference data are now broken into descriptive Classification, Grouping, and Specialization explanations to match the display of this information of taxonomy codes for client data.
- For Provider, active data is displayed on tasks and identities. Seeing inactive data (data that is no long active, but still used for calculating the match score) can be done by clicking Show History in the task view or by activating the Show Inactive toggle on Smart Views and Fields and Edit History. Active data is in plain black font and inactive data is in italic light grey font.
*Below screenshots are test information and not PHI or PII
Active Only View with Taxonomy Description
Showing Inactive Data in Smart Views
Active Only Information for Fields and Edit History
Fields and Edit History Showing Inactive Values
Bug Fixes
- In Provider Data Management, the previously disabled unmerge functionality for identities is now available again. The previous workflow still applies.
Insights
New Features and Improvements
- Added data last load date to the Patient Overview Dashboard at the bottom right hand corner. This date reflects the last date where new data was loaded/updated into Verato Insights (different from the timestamp of when a dashboard was refreshed).