PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun
{
  "description": "Batch validation run resource for tracking validation processes.",
  "_filename": "StructureDefinition-batch-validation-run.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "BatchValidationRun",
  "abstract": false,
  "type": "BatchValidationRun",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "c8ba3504-11c9-4218-83ce-030f6d84c41f",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "BatchValidationRun",
      "max": "*",
      "min": 0,
      "path": "BatchValidationRun"
    }, {
      "id": "BatchValidationRun.resource",
      "max": "1",
      "min": 1,
      "path": "BatchValidationRun.resource",
      "type": [ {
        "code": "string"
      } ],
      "short": "Resource type to validate."
    }, {
      "id": "BatchValidationRun.status",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.status",
      "type": [ {
        "code": "string"
      } ],
      "short": "Current status of the validation run.",
      "constraint": [ {
        "key": "enum-548",
        "human": "Status must be one of: in-progress, complete",
        "severity": "error",
        "expression": "%context.subsetOf('in-progress' | 'complete')"
      } ]
    }, {
      "id": "BatchValidationRun.errorsThreshold",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.errorsThreshold",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Maximum number of errors before stopping validation."
    }, {
      "id": "BatchValidationRun.schemas",
      "max": "*",
      "min": 0,
      "path": "BatchValidationRun.schemas",
      "type": [ {
        "code": "string"
      } ],
      "short": "List of schemas to validate against."
    }, {
      "id": "BatchValidationRun.profiles",
      "max": "*",
      "min": 0,
      "path": "BatchValidationRun.profiles",
      "type": [ {
        "code": "string"
      } ],
      "short": "FHIR profiles to validate against."
    }, {
      "id": "BatchValidationRun.invalid",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.invalid",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Count of invalid resources found."
    }, {
      "id": "BatchValidationRun.valid",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.valid",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Count of valid resources found."
    }, {
      "id": "BatchValidationRun.async",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.async",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether validation is performed asynchronously."
    }, {
      "id": "BatchValidationRun.limit",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.limit",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Maximum number of resources to validate."
    }, {
      "id": "BatchValidationRun.filter",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.filter",
      "type": [ {
        "code": "string"
      } ],
      "short": "Expression to filter resources for validation."
    }, {
      "id": "BatchValidationRun.duration",
      "max": "1",
      "min": 0,
      "path": "BatchValidationRun.duration",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Duration of the validation run in milliseconds."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}