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 Recurrence Type - JSON Representation

Draft as of 2026-05-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bcr-recurrence-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-recurrence-type</b></p><a name=\"bcr-recurrence-type\"> </a><a name=\"hcbcr-recurrence-type\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-recurrence-type</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\">local<a name=\"bcr-recurrence-type-local\"> </a></td><td>Local</td><td>Lokaal.</td></tr><tr><td style=\"white-space:nowrap\">regional<a name=\"bcr-recurrence-type-regional\"> </a></td><td>Regional</td><td>Regionaal.</td></tr><tr><td style=\"white-space:nowrap\">metastatic<a name=\"bcr-recurrence-type-metastatic\"> </a></td><td>Metastatic</td><td>Metastasen.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-recurrence-type",
  "version" : "0.1.0",
  "name" : "BCRRecurrenceType",
  "title" : "BCR Recurrence Type",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-05-04T06:30:16+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" : "Type(s) of recurrence at follow-up. Bijlage 55 vervolg 3, §I.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "local",
      "display" : "Local",
      "definition" : "Lokaal."
    },
    {
      "code" : "regional",
      "display" : "Regional",
      "definition" : "Regionaal."
    },
    {
      "code" : "metastatic",
      "display" : "Metastatic",
      "definition" : "Metastasen."
    }
  ]
}