Skip to content

ListFHIRImportJobs

Source: src/AWS/HealthLake/ListFHIRImportJobs.ts

Runtime binding for the ListFHIRImportJobs operation (IAM action healthlake:ListFHIRImportJobs), scoped to one FHIRDatastore.

Lists the bulk FHIR import jobs of the bound data store, optionally filtered by name, status or submit-time window. Provide the implementation with Effect.provide(AWS.HealthLake.ListFHIRImportJobsHttp).

const listImports = yield* HealthLake.ListFHIRImportJobs(datastore);
const jobs = yield* listImports({ JobStatus: "COMPLETED" });
// jobs.ImportJobPropertiesList, jobs.NextToken