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.",
  "_filename": "StructureDefinition-index-creation-job.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "IndexCreationJob",
  "abstract": false,
  "type": "IndexCreationJob",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "9befeca6-6d30-4c82-881f-1a249101e72d",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/IndexCreationJob",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "IndexCreationJob",
      "max": "*",
      "min": 0,
      "path": "IndexCreationJob"
    }, {
      "id": "IndexCreationJob.procstatus",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.procstatus",
      "type": [ {
        "code": "string"
      } ],
      "short": "Current status of the index creation process.",
      "constraint": [ {
        "key": "enum-22",
        "human": "Procstatus must be one of: pending, in-progress, done, error",
        "severity": "error",
        "expression": "%context.subsetOf('pending' | 'in-progress' | 'done' | 'error')"
      } ]
    }, {
      "id": "IndexCreationJob.message",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.message",
      "type": [ {
        "code": "string"
      } ],
      "short": "Status or error message."
    }, {
      "id": "IndexCreationJob.resource",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.resource",
      "type": [ {
        "code": "string"
      } ],
      "short": "Resource type for which the index is being created."
    }, {
      "id": "IndexCreationJob.index",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.index",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of the database index being created."
    }, {
      "id": "IndexCreationJob.params",
      "max": "*",
      "min": 1,
      "path": "IndexCreationJob.params",
      "type": [ {
        "code": "string"
      } ],
      "short": "Parameters for the index creation."
    }, {
      "id": "IndexCreationJob.start",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.start",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the index creation started."
    }, {
      "id": "IndexCreationJob.end",
      "max": "1",
      "min": 0,
      "path": "IndexCreationJob.end",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the index creation finished."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}