{
  "resourceType" : "CodeSystem",
  "id" : "bcr-task-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-task-code</b></p><a name=\"bcr-task-code\"> </a><a name=\"hcbcr-task-code\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code</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\">register-cancer-case<a name=\"bcr-task-code-register-cancer-case\"> </a></td><td>Register cancer case</td><td>Obligation on a hospital to register a new cancer case for a patient. One per case; status only ever moves forward.</td></tr><tr><td style=\"white-space:nowrap\">validate-submission<a name=\"bcr-task-code-validate-submission\"> </a></td><td>Validate submission</td><td>A single submission of a QuestionnaireResponse to the national validation service. One per attempt.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code",
  "version" : "0.1.0",
  "name" : "BCRTaskCode",
  "title" : "BCR Task Code",
  "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" : "Distinguishes the two Tasks used in the asynchronous submission channel: the\nlong-lived **registration obligation** and the short-lived, per-attempt\n**validation** Task. **Draft — confirm with BCR.**",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "register-cancer-case",
    "display" : "Register cancer case",
    "definition" : "Obligation on a hospital to register a new cancer case for a patient. One per case; status only ever moves forward."
  },
  {
    "code" : "validate-submission",
    "display" : "Validate submission",
    "definition" : "A single submission of a QuestionnaireResponse to the national validation service. One per attempt."
  }]
}