FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-index-creation-job.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/IndexCreationJob |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/IndexCreationJob |
| Version | 0.2602.0 |
| Status | active |
| Name | IndexCreationJob |
| Description | Database index creation job tracking resource. |
| Type | IndexCreationJob |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Database index creation job tracking resource.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"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.0",
"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"
}