{
  "resourceType" : "CodeSystem",
  "id" : "bcr-data-confidence-level",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-data-confidence-level</b></p><a name=\"bcr-data-confidence-level\"> </a><a name=\"hcbcr-data-confidence-level\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-data-confidence-level</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\">high<a name=\"bcr-data-confidence-level-high\"> </a></td><td>High</td><td>High confidence.</td></tr><tr><td style=\"white-space:nowrap\">medium<a name=\"bcr-data-confidence-level-medium\"> </a></td><td>Medium</td><td>Medium confidence.</td></tr><tr><td style=\"white-space:nowrap\">low<a name=\"bcr-data-confidence-level-low\"> </a></td><td>Low</td><td>Low confidence.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"bcr-data-confidence-level-unknown\"> </a></td><td>Unknown</td><td>Confidence level unknown.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-data-confidence-level",
  "version" : "0.1.0",
  "name" : "BCRDataConfidenceLevel",
  "title" : "BCR CHP Data Confidence Level",
  "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" : "Level of confidence in the registered data or result (`fld_ge` in the breast\nand colorectal CHP supplements). The metadata does not enumerate codes.\n**Draft — confirm with BCR.**",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "high",
    "display" : "High",
    "definition" : "High confidence."
  },
  {
    "code" : "medium",
    "display" : "Medium",
    "definition" : "Medium confidence."
  },
  {
    "code" : "low",
    "display" : "Low",
    "definition" : "Low confidence."
  },
  {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "Confidence level unknown."
  }]
}