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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-DisabledIndex.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex
URLhttp://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex
Version0.2602.0
Statusactive
NameDisabledIndex
TypeDisabledIndex
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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