FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-DisabledIndex.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/DisabledIndex |
| Version | 0.2602.0 |
| Status | active |
| Name | DisabledIndex |
| Type | DisabledIndex |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"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"
}