Skip to content

MobileHealthDataSnapshot

Mobile health data snapshot

Fields

created_at · ISO8601DateTime! · required · When the snapshot was created
current_status · MobileHealthDataSnapshotStatus! · required · Current status of the snapshot
id · ID! · required · ID of the snapshot
organization_id · ID! · required · ID of the organization
parent_organization_id · ID! · required · ID of the parent organization
patient_id · ID! · required · ID of the patient
s3_object_expiring_url · String · Presigned S3 URL for uploading snapshot data
s3_object_key · String! · required · S3 object key for the snapshot data
sync_ended_at · ISO8601DateTime! · required · When the sync ended
sync_started_at · ISO8601DateTime! · required · When the sync started
updated_at · ISO8601DateTime! · required · When the snapshot was last updated

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!
}