{
"description": "Validation error resource for batch validation runs.",
"_filename": "StructureDefinition-batch-validation-error.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "BatchValidationError",
"abstract": false,
"type": "BatchValidationError",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "bca379d5-53e9-4f38-b8df-3aecf2fb2ca1",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationError",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "BatchValidationError",
"max": "*",
"min": 0,
"path": "BatchValidationError"
}, {
"id": "BatchValidationError.resource",
"max": "1",
"min": 1,
"path": "BatchValidationError.resource",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Reference to the resource that failed validation."
}, {
"id": "BatchValidationError.resource.id",
"max": "1",
"min": 0,
"path": "BatchValidationError.resource.id",
"type": [ {
"code": "string"
} ],
"short": "Resource identifier."
}, {
"id": "BatchValidationError.resource.resourceType",
"max": "1",
"min": 0,
"path": "BatchValidationError.resource.resourceType",
"type": [ {
"code": "string"
} ],
"short": "Type of resource."
}, {
"id": "BatchValidationError.resource.display",
"max": "1",
"min": 0,
"path": "BatchValidationError.resource.display",
"type": [ {
"code": "string"
} ],
"short": "Human-readable display name for the resource."
}, {
"id": "BatchValidationError.run",
"max": "1",
"min": 0,
"path": "BatchValidationError.run",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Reference to the validation run that produced this error."
}, {
"id": "BatchValidationError.run.id",
"max": "1",
"min": 0,
"path": "BatchValidationError.run.id",
"type": [ {
"code": "string"
} ],
"short": "Validation run identifier."
}, {
"id": "BatchValidationError.run.resourceType",
"max": "1",
"min": 0,
"path": "BatchValidationError.run.resourceType",
"type": [ {
"code": "string"
} ],
"short": "Type of the validation run resource."
}, {
"id": "BatchValidationError.run.display",
"max": "1",
"min": 0,
"path": "BatchValidationError.run.display",
"type": [ {
"code": "string"
} ],
"short": "Human-readable display name for the validation run."
}, {
"id": "BatchValidationError.profiles",
"max": "*",
"min": 0,
"path": "BatchValidationError.profiles",
"type": [ {
"code": "string"
} ],
"short": "Profiles against which the resource was validated."
}, {
"id": "BatchValidationError.errors",
"max": "*",
"min": 0,
"path": "BatchValidationError.errors",
"short": "List of validation errors found.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}