{
  "resourceType" : "CodeSystem",
  "id" : "bcr-sample-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-sample-category</b></p><a name=\"bcr-sample-category\"> </a><a name=\"hcbcr-sample-category\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-sample-category</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\">screening<a name=\"bcr-sample-category-screening\"> </a></td><td>Screening</td><td>Sample taken in the screening pathway.</td></tr><tr><td style=\"white-space:nowrap\">diagnostic<a name=\"bcr-sample-category-diagnostic\"> </a></td><td>Diagnostic</td><td>Sample taken for diagnostic work-up.</td></tr><tr><td style=\"white-space:nowrap\">followup<a name=\"bcr-sample-category-followup\"> </a></td><td>Follow-up</td><td>Sample taken at follow-up.</td></tr><tr><td style=\"white-space:nowrap\">surveillance<a name=\"bcr-sample-category-surveillance\"> </a></td><td>Surveillance</td><td>Sample taken for post-treatment surveillance.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"bcr-sample-category-other\"> </a></td><td>Other</td><td>Other context.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-sample-category",
  "version" : "0.1.0",
  "name" : "BCRSampleCategory",
  "title" : "BCR CHP Sample Category",
  "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" : "Grouping of cyto-histopathology samples into BCR-defined categories\n(`fld_ca` in the breast and colorectal CHP supplements). The metadata does\nnot enumerate codes; common screening-pathway categories are listed here.\n**Draft — confirm with BCR.**",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "screening",
    "display" : "Screening",
    "definition" : "Sample taken in the screening pathway."
  },
  {
    "code" : "diagnostic",
    "display" : "Diagnostic",
    "definition" : "Sample taken for diagnostic work-up."
  },
  {
    "code" : "followup",
    "display" : "Follow-up",
    "definition" : "Sample taken at follow-up."
  },
  {
    "code" : "surveillance",
    "display" : "Surveillance",
    "definition" : "Sample taken for post-treatment surveillance."
  },
  {
    "code" : "other",
    "display" : "Other",
    "definition" : "Other context."
  }]
}