Belgian Cancer Registry on FHIR
0.1.0 - ci-build Belgium flag

Belgian Cancer Registry on FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BCR Submission Intent - JSON Representation

Draft as of 2026-06-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bcr-submission-intent",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-submission-intent</b></p><a name=\"bcr-submission-intent\"> </a><a name=\"hcbcr-submission-intent\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-submission-intent</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\">partial<a name=\"bcr-submission-intent-partial\"> </a></td><td>Partial submission</td><td>An interim submission; the case is not yet complete and a further (final) submission is expected. A successful partial submission does not close the registration.</td></tr><tr><td style=\"white-space:nowrap\">final<a name=\"bcr-submission-intent-final\"> </a></td><td>Final submission</td><td>The submission the hospital considers complete; on successful validation the registration can be closed.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-submission-intent",
  "version" : "0.1.0",
  "name" : "BCRSubmissionIntent",
  "title" : "BCR Submission Intent",
  "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" : "The submitting hospital's intent for a single `BCRValidationTask`: whether the\nsubmitted `QuestionnaireResponse` is an interim (**partial**) submission or the\n**final** submission for the cancer case. A `BCRRegistrationTask` may only be\nclosed (`status = completed`) after a `final` submission validates successfully.\n**Draft — confirm with BCR.**",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "partial",
      "display" : "Partial submission",
      "definition" : "An interim submission; the case is not yet complete and a further (final) submission is expected. A successful partial submission does not close the registration."
    },
    {
      "code" : "final",
      "display" : "Final submission",
      "definition" : "The submission the hospital considers complete; on successful validation the registration can be closed."
    }
  ]
}