Interface ExportJob

The JSON representation of an export job

Hierarchy

  • ExportJob

Properties

attachments: Attachment[]
authorizations?: ExportJobAuthorizations
autoApprove: boolean
completedAt: number

The JS timestamp showing when this job was completed, or 0 if it hasn't been completed yet

createdAt: number

The JS timestamp showing when this job was created

id: string

Random 8 char hex job ID

manifest: null | ExportManifest

The bulk data export manifest if available. This will be null until the export is approved and started (until it enters "requested" state)

patient: {
    id: string;
    name: string;
}

The ID and humanized name of the patient

Type declaration

  • id: string
  • name: string

The job status

Generated using TypeDoc