View a markdown version of this page

JobProgressReport - AWS HealthLake

JobProgressReport

The progress report for the import job.

Contents

Throughput

The transaction rate the import job is processed at.

Type: Double

Required: No

TotalFilesConverted

Number of CCDA files successfully transformed during the import's transformation phase. Populated only for import jobs that use the two-Step-Function (transformation + ingestion) flow; null for legacy single-SF imports and for pure FHIR imports that skip transformation.

Type: Long

Required: No

TotalNumberOfFilesReadWithCustomerError

The number of files that failed to be read from the S3 input bucket due to customer error.

Type: Long

Required: No

TotalNumberOfImportedFiles

The number of files imported.

Type: Long

Required: No

TotalNumberOfImportedNonFhirFiles

The number of non-FHIR files imported.

Type: Long

Required: No

TotalNumberOfNonFhirFilesReadWithCustomerError

The number of non-FHIR files that failed to be read from the S3 input bucket due to customer error.

Type: Long

Required: No

TotalNumberOfNonFhirResourcesImported

The number of non-FHIR resources imported.

Type: Long

Required: No

TotalNumberOfNonFhirResourcesScanned

The number of non-FHIR resources scanned from the S3 input bucket.

Type: Long

Required: No

TotalNumberOfNonFhirResourcesWithCustomerError

The number of non-FHIR resources that failed due to customer error.

Type: Long

Required: No

TotalNumberOfResourcesImported

The number of resources imported.

Type: Long

Required: No

TotalNumberOfResourcesScanned

The number of resources scanned from the S3 input bucket.

Type: Long

Required: No

TotalNumberOfResourcesWithCustomerError

The number of resources that failed due to customer error.

Type: Long

Required: No

TotalNumberOfScannedFiles

The number of files scanned from the S3 input bucket.

Type: Long

Required: No

TotalNumberOfScannedNonFhirFiles

The number of non-FHIR files scanned from the S3 input bucket.

Type: Long

Required: No

TotalResourcesGenerated

Number of FHIR resources produced by the transformation phase. Populated only for import jobs that use the two-Step-Function flow; null for legacy single-SF imports and for pure FHIR imports.

Type: Long

Required: No

TotalSizeOfScannedFilesInMB

The size (in MB) of files scanned from the S3 input bucket.

Type: Double

Required: No

TotalSizeOfScannedNonFhirFilesInMB

The size (in MB) of non-FHIR files scanned from the S3 input bucket.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: