FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-batch-validation-run.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun |
| Version | 0.2602.2 |
| Status | active |
| Name | BatchValidationRun |
| Description | Batch validation run resource for tracking validation processes. |
| Type | BatchValidationRun |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Batch validation run resource for tracking validation processes.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "BatchValidationRun",
"abstract": false,
"type": "BatchValidationRun",
"resourceType": "StructureDefinition",
"status": "active",
"id": "BatchValidationRun",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "BatchValidationRun",
"path": "BatchValidationRun",
"min": 0,
"max": "*"
},
{
"id": "BatchValidationRun.resource",
"path": "BatchValidationRun.resource",
"short": "Resource type to validate.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationRun.status",
"path": "BatchValidationRun.status",
"short": "Current status of the validation run.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-548",
"severity": "error",
"expression": "%context.subsetOf('in-progress' | 'complete')",
"human": "Status must be one of: in-progress, complete"
}
]
},
{
"id": "BatchValidationRun.errorsThreshold",
"path": "BatchValidationRun.errorsThreshold",
"short": "Maximum number of errors before stopping validation.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "BatchValidationRun.schemas",
"path": "BatchValidationRun.schemas",
"short": "List of schemas to validate against.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationRun.profiles",
"path": "BatchValidationRun.profiles",
"short": "FHIR profiles to validate against.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationRun.invalid",
"path": "BatchValidationRun.invalid",
"short": "Count of invalid resources found.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "BatchValidationRun.valid",
"path": "BatchValidationRun.valid",
"short": "Count of valid resources found.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "BatchValidationRun.async",
"path": "BatchValidationRun.async",
"short": "Whether validation is performed asynchronously.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "BatchValidationRun.limit",
"path": "BatchValidationRun.limit",
"short": "Maximum number of resources to validate.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "BatchValidationRun.filter",
"path": "BatchValidationRun.filter",
"short": "Expression to filter resources for validation.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationRun.duration",
"path": "BatchValidationRun.duration",
"short": "Duration of the validation run in milliseconds.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}