Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.53 KB

ConsentDetails.md

File metadata and controls

29 lines (21 loc) · 1.53 KB

ConsentDetails

ConsentDetails : Consent details.

Properties

Name Type Description Notes
id String Consent id.
requestId String Consent request id.
templateId String Consent request template id. [optional]
title String Consent title.
description String Consent description.
purpose String Consent purpose. [optional]
status DataConsentStatus
transactionId String Transaction id. [optional]
approvedAtUtc OffsetDateTime Consent approval datetime in UTC timezone.
dataAccessExpiresAtUtc OffsetDateTime Data access expiration datetime in UTC timezone.
revokedAtUtc OffsetDateTime Consent revocation datetime in UTC timezone. [optional]
collectables List<CollectibleTypes> List of supported collectible types.
identifiers List<ConsentedIdentifier> Consented identity details. [optional]
documents List<ConsentedDocument> List of consented documents. [optional]
medicalRecords List<ConsentedMedicalRecord> List of consented medical records. [optional]
financialAccounts List<ConsentedFinancialAccountField> List of consented financial accounts. [optional]