Skip to content
  • There are no suggestions because the search field is empty.

External Account Events Export Format

The provider search analytics event data export allows users to see how participants are connecting their health data from providers to MyDataHelps.

External Account Provider Search

The External Account Provider Search file contains the following fields.

Field Description
ParticipantIdentifier The identifier of the participant the notification or survey was delivered to. Can be used to cross reference with Participants.
Timestamp The timestamp of when the provider search first occurred, in UTC.
ParticipantID The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).
ProviderCategory Category such as Provider, Device Manufacturer. Optional field.
ProviderKeyword Search text entered when searching for a provider. Optional field.

External Account Provider Connection Initiated

The External Account Provider Connection Initiated file contains the following fields.

Field Description
ParticipantIdentifier The identifier of the participant the notification or survey was delivered to. Can be used to cross reference with  Participants.
Timestamp The timestamp of when the provider connection was initiated, in UTC.
ParticipantID The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).
ProviderID Integer identifier specific to the provider.
ProviderCategory Category such as Provider, Device Manufacturer. Optional field.

External Account Provider Error

The External Account Provider Error file contains the following fields.

Field Description
ParticipantIdentifier The identifier of the participant the notification or survey was delivered to. Can be used to cross reference with Participants.
Timestamp The timestamp of when the provider connection was made, in UTC.
ParticipantID The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).
ProviderID Integer identifier specific to the provider.
ProviderCategory Category such as Provider, Device Manufacturer. Optional field.
ProviderErrorType Normally will be "User" or empty. "User" indicates the participant authenticated with the provider but then declined to finish or share records to complete the connection. Optional field.

External Account Connection Complete

The External Account Connection Complete file contains the following fields.

Field Description
ParticipantIdentifier The identifier of the participant the notification or survey was delivered to. Can be used to cross reference with Participants.
Timestamp The timestamp of when the provider connection was completed, in UTC.
ParticipantID The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).
ProviderID Integer identifier specific to the provider.
ProviderCategory Category such as Provider, Device Manufacturer. Optional field.

Sample CSV Export

ParticipantIdentifier,Timestamp,ParticipantID,ProviderID,ProviderCategory
641d313d-7144-4534-ac28-719e0904253e,2022-03-22T16:35:21Z,MDH-000000,BLM,Primary

Sample JSON Export

{
 "ParticipantID":"b690389f-6dee-ec11-aaad-85dd36217e6f",
 "ParticipantIdentifier":"MDH-1525-2459",
 "Timestamp":"2022-08-05T19:19:25Z",
 "Properties":
  {
   "ProviderID":1,
   "ProviderCategory":"Provider"
  }
}