FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r5
Resource TypeStructureDefinition
IdStructureDefinition-batch-validation-error.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Validation error resource for batch validation runs.",
  "derivation": "specialization",
  "fhirVersion": "5.0.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"
}