FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-batch-validation-error.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/BatchValidationError |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationError |
| Version | 0.2602.2 |
| Status | active |
| Name | BatchValidationError |
| Description | Validation error resource for batch validation runs. |
| Type | BatchValidationError |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Validation error resource for batch validation runs.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "BatchValidationError",
"abstract": false,
"type": "BatchValidationError",
"resourceType": "StructureDefinition",
"status": "active",
"id": "BatchValidationError",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationError",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "BatchValidationError",
"path": "BatchValidationError",
"min": 0,
"max": "*"
},
{
"id": "BatchValidationError.resource",
"path": "BatchValidationError.resource",
"short": "Reference to the resource that failed validation.",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "BatchValidationError.resource.id",
"path": "BatchValidationError.resource.id",
"short": "Resource identifier.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.resource.resourceType",
"path": "BatchValidationError.resource.resourceType",
"short": "Type of resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.resource.display",
"path": "BatchValidationError.resource.display",
"short": "Human-readable display name for the resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.run",
"path": "BatchValidationError.run",
"short": "Reference to the validation run that produced this error.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "BatchValidationError.run.id",
"path": "BatchValidationError.run.id",
"short": "Validation run identifier.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.run.resourceType",
"path": "BatchValidationError.run.resourceType",
"short": "Type of the validation run resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.run.display",
"path": "BatchValidationError.run.display",
"short": "Human-readable display name for the validation run.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.profiles",
"path": "BatchValidationError.profiles",
"short": "Profiles against which the resource was validated.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "BatchValidationError.errors",
"path": "BatchValidationError.errors",
"short": "List of validation errors found.",
"min": 0,
"max": "*",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}