MobileHealthDataSnapshot
Mobile health data snapshot
Fields
s3_object_expiring_url
· String · Presigned S3 URL for uploading snapshot data Used By
Definition
"""Mobile health data snapshot"""type MobileHealthDataSnapshot { """ When the snapshot was created """ created_at: ISO8601DateTime!
""" Current status of the snapshot """ current_status: MobileHealthDataSnapshotStatus!
""" ID of the snapshot """ id: ID!
""" Type of integration """ integration_type: MobileHealthDataSnapshotIntegrationType!
""" ID of the organization """ organization_id: ID!
""" ID of the parent organization """ parent_organization_id: ID!
""" ID of the patient """ patient_id: ID!
""" Presigned S3 URL for uploading snapshot data """ s3_object_expiring_url: String
""" S3 object key for the snapshot data """ s3_object_key: String!
""" When the sync ended """ sync_ended_at: ISO8601DateTime!
""" When the sync started """ sync_started_at: ISO8601DateTime!
""" When the snapshot was last updated """ updated_at: ISO8601DateTime!}