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 HPV Test Result - JSON Representation

Draft as of 2026-05-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bcr-hpv-test-result",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-hpv-test-result</b></p><a name=\"bcr-hpv-test-result\"> </a><a name=\"hcbcr-hpv-test-result\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-hpv-test-result</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\">positive<a name=\"bcr-hpv-test-result-positive\"> </a></td><td>Positive</td><td>HPV test positive.</td></tr><tr><td style=\"white-space:nowrap\">negative<a name=\"bcr-hpv-test-result-negative\"> </a></td><td>Negative</td><td>HPV test negative.</td></tr><tr><td style=\"white-space:nowrap\">inconclusive<a name=\"bcr-hpv-test-result-inconclusive\"> </a></td><td>Inconclusive</td><td>HPV test inconclusive.</td></tr><tr><td style=\"white-space:nowrap\">not-done<a name=\"bcr-hpv-test-result-not-done\"> </a></td><td>Not done</td><td>HPV test not performed.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-hpv-test-result",
  "version" : "0.1.0",
  "name" : "BCRHPVTestResult",
  "title" : "BCR HPV Test Result",
  "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" : "Result of the HPV test (`fld_hr` in the CHP cervix supplement). The metadata\ndoes not enumerate codes; conventional HPV-test outcome codes 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" : 4,
  "concept" : [
    {
      "code" : "positive",
      "display" : "Positive",
      "definition" : "HPV test positive."
    },
    {
      "code" : "negative",
      "display" : "Negative",
      "definition" : "HPV test negative."
    },
    {
      "code" : "inconclusive",
      "display" : "Inconclusive",
      "definition" : "HPV test inconclusive."
    },
    {
      "code" : "not-done",
      "display" : "Not done",
      "definition" : "HPV test not performed."
    }
  ]
}