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 Vital Status - JSON Representation

Draft as of 2026-05-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bcr-vital-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-vital-status</b></p><a name=\"bcr-vital-status\"> </a><a name=\"hcbcr-vital-status\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-vital-status</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\">alive<a name=\"bcr-vital-status-alive\"> </a></td><td>Alive</td><td>Patiënt is levend.</td></tr><tr><td style=\"white-space:nowrap\">deceased<a name=\"bcr-vital-status-deceased\"> </a></td><td>Deceased</td><td>Patiënt is overleden.</td></tr><tr><td style=\"white-space:nowrap\">lost-to-followup<a name=\"bcr-vital-status-lost-to-followup\"> </a></td><td>Lost to follow-up</td><td>Patiënt is verloren in follow-up.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-vital-status",
  "version" : "0.1.0",
  "name" : "BCRVitalStatus",
  "title" : "BCR Vital Status",
  "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" : "Vital-status flag from the published research dataset (variable `fld_vs`).\nThe metadata describes three states; codes below are reconstructions —\n**confirm with BCR before production use**.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "alive",
      "display" : "Alive",
      "definition" : "Patiënt is levend."
    },
    {
      "code" : "deceased",
      "display" : "Deceased",
      "definition" : "Patiënt is overleden."
    },
    {
      "code" : "lost-to-followup",
      "display" : "Lost to follow-up",
      "definition" : "Patiënt is verloren in follow-up."
    }
  ]
}