PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex
{
  "description": null,
  "_filename": "StructureDefinition-DisabledIndex.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "DisabledIndex",
  "abstract": false,
  "type": "DisabledIndex",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "3cf6ae6a-bfb0-4e52-8938-22b575fba15d",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "DisabledIndex",
      "max": "*",
      "min": 0,
      "path": "DisabledIndex"
    }, {
      "id": "DisabledIndex.indexname",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.indexname",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of the database index that has been disabled."
    }, {
      "id": "DisabledIndex.tablespace",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.tablespace",
      "type": [ {
        "code": "string"
      } ],
      "short": "Tablespace where the index is stored."
    }, {
      "id": "DisabledIndex.indexdef",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.indexdef",
      "type": [ {
        "code": "string"
      } ],
      "short": "SQL definition of the index."
    }, {
      "id": "DisabledIndex.schemaname",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.schemaname",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of the database schema containing the index."
    }, {
      "id": "DisabledIndex.tablename",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.tablename",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of the table associated with this index."
    }, {
      "id": "DisabledIndex.status",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.status",
      "type": [ {
        "code": "string"
      } ],
      "short": "Current status of the index (restored or disabled).",
      "constraint": [ {
        "key": "enum-1",
        "human": "Status must be one of: restored, disabled",
        "severity": "error",
        "expression": "%context.subsetOf('restored' | 'disabled')"
      } ]
    }, {
      "id": "DisabledIndex.restore",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.restore",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Information about the index restoration process."
    }, {
      "id": "DisabledIndex.restore.start",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.restore.start",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the index restoration started."
    }, {
      "id": "DisabledIndex.restore.end",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.restore.end",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the index restoration completed."
    }, {
      "id": "DisabledIndex.restore.duration",
      "max": "1",
      "min": 0,
      "path": "DisabledIndex.restore.duration",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Duration of the index restoration in milliseconds."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}