Connection model representing a healthcare provider connection with...
Connection =
BaseConnection&object
Connection model representing a healthcare provider connection with full status information. Contains comprehensive information about connection state and synchronization status.
Type declaration
status
status:
DataConnectionStatus|null
The current authentication status of the connection.
syncStatus
syncStatus:
SyncStatus|null
The current synchronization status of the data pipeline.
statusUpdated
statusUpdated:
string|null
The timestamp when the status was last updated.
lastSynced
lastSynced:
string|null
The timestamp of the last successful data synchronization.
created
created:
string
The timestamp when the connection was created.
