{
  "resourceType" : "CodeSystem",
  "id" : "bcr-task-status-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-task-status-reason</b></p><a name=\"bcr-task-status-reason\"> </a><a name=\"hcbcr-task-status-reason\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-status-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">validation-failed<a name=\"bcr-task-status-reason-validation-failed\"> </a></td><td>Validation failed</td><td>The submission contained one or more blocking validation errors.</td></tr><tr><td style=\"white-space:nowrap\">processing-error<a name=\"bcr-task-status-reason-processing-error\"> </a></td><td>Processing error</td><td>A system error prevented validation from completing.</td></tr><tr><td style=\"white-space:nowrap\">duplicate-submission<a name=\"bcr-task-status-reason-duplicate-submission\"> </a></td><td>Duplicate submission</td><td>A registration for this case already exists.</td></tr><tr><td style=\"white-space:nowrap\">superseded<a name=\"bcr-task-status-reason-superseded\"> </a></td><td>Superseded</td><td>A newer submission attempt replaced this one before it completed.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-status-reason",
  "version" : "0.1.0",
  "name" : "BCRTaskStatusReason",
  "title" : "BCR Task Status Reason",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-06-03T12:11:22+00:00",
  "publisher" : "eHealth Platform Belgium",
  "contact" : [{
    "name" : "eHealth Platform Belgium",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.ehealth.fgov.be"
    },
    {
      "system" : "email",
      "value" : "info@ehealth.fgov.be"
    }]
  }],
  "description" : "Coded reason explaining why a `BCRValidationTask` `failed` (R4 `Task.statusReason`\nis a `CodeableConcept`, so the human-readable detail lives in the linked\n`OperationOutcome` referenced from `Task.output`). **Draft — confirm with BCR.**",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "validation-failed",
    "display" : "Validation failed",
    "definition" : "The submission contained one or more blocking validation errors."
  },
  {
    "code" : "processing-error",
    "display" : "Processing error",
    "definition" : "A system error prevented validation from completing."
  },
  {
    "code" : "duplicate-submission",
    "display" : "Duplicate submission",
    "definition" : "A registration for this case already exists."
  },
  {
    "code" : "superseded",
    "display" : "Superseded",
    "definition" : "A newer submission attempt replaced this one before it completed."
  }]
}