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 - TTL Representation

Draft as of 2026-05-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-hpv-test-result"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-hpv-test-result"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-hpv-test-result>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRHPVTestResult"] ; # 
  fhir:title [ fhir:v "BCR HPV Test Result"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-05-04T06:30:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform Belgium"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Platform Belgium" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ehealth.fgov.be" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@ehealth.fgov.be" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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.**"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "positive" ] ;
fhir:display [ fhir:v "Positive" ] ;
fhir:definition [ fhir:v "HPV test positive." ]
  ] [
fhir:code [ fhir:v "negative" ] ;
fhir:display [ fhir:v "Negative" ] ;
fhir:definition [ fhir:v "HPV test negative." ]
  ] [
fhir:code [ fhir:v "inconclusive" ] ;
fhir:display [ fhir:v "Inconclusive" ] ;
fhir:definition [ fhir:v "HPV test inconclusive." ]
  ] [
fhir:code [ fhir:v "not-done" ] ;
fhir:display [ fhir:v "Not done" ] ;
fhir:definition [ fhir:v "HPV test not performed." ]
  ] ) . #