PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/IndexCreationJob
description: Database index creation job tracking resource.
package_name: io.health-samurai.core.r4
derivation: specialization
name: IndexCreationJob
type: IndexCreationJob
elements:
  procstatus:
    type: string
    short: Current status of the index creation process.
    constraint:
      enum-22: {human: 'Procstatus must be one of: pending, in-progress, done, error', severity: error, expression: '%context.subsetOf(''pending'' | ''in-progress'' | ''done'' | ''error'')'}
    index: 0
  message: {type: string, short: Status or error message., index: 1}
  resource: {type: string, short: Resource type for which the index is being created., index: 2}
  index: {type: string, short: Name of the database index being created., index: 3}
  params: {type: string, short: Parameters for the index creation., array: true, min: 1, index: 4}
  start: {type: dateTime, short: Time when the index creation started., index: 5}
  end: {type: dateTime, short: Time when the index creation finished., index: 6}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/IndexCreationJob
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0
required: [params]