FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4
Resource TypeStructureDefinition
IdStructureDefinition-index-creation-job.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Database index creation job tracking resource.",
  "derivation": "specialization",
  "fhirVersion": "4.0.1",
  "name": "IndexCreationJob",
  "abstract": false,
  "type": "IndexCreationJob",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "IndexCreationJob",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/IndexCreationJob",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "IndexCreationJob",
        "path": "IndexCreationJob",
        "min": 0,
        "max": "*"
      },
      {
        "id": "IndexCreationJob.procstatus",
        "path": "IndexCreationJob.procstatus",
        "short": "Current status of the index creation process.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-22",
            "severity": "error",
            "expression": "%context.subsetOf('pending' | 'in-progress' | 'done' | 'error')",
            "human": "Procstatus must be one of: pending, in-progress, done, error"
          }
        ]
      },
      {
        "id": "IndexCreationJob.message",
        "path": "IndexCreationJob.message",
        "short": "Status or error message.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "IndexCreationJob.resource",
        "path": "IndexCreationJob.resource",
        "short": "Resource type for which the index is being created.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "IndexCreationJob.index",
        "path": "IndexCreationJob.index",
        "short": "Name of the database index being created.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "IndexCreationJob.params",
        "path": "IndexCreationJob.params",
        "short": "Parameters for the index creation.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "IndexCreationJob.start",
        "path": "IndexCreationJob.start",
        "short": "Time when the index creation started.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "IndexCreationJob.end",
        "path": "IndexCreationJob.end",
        "short": "Time when the index creation finished.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}