@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 -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-sample-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-sample-category"] ; # 
  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-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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-sample-category"^^xsd:anyURI ;
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-sample-category>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRSampleCategory"] ; # 
  fhir:title [ fhir:v "BCR CHP Sample Category"] ; # 
  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 "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.**"] ; # 
  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 "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "screening" ] ;
     fhir:display [ fhir:v "Screening" ] ;
     fhir:definition [ fhir:v "Sample taken in the screening pathway." ]
  ] [
     fhir:code [ fhir:v "diagnostic" ] ;
     fhir:display [ fhir:v "Diagnostic" ] ;
     fhir:definition [ fhir:v "Sample taken for diagnostic work-up." ]
  ] [
     fhir:code [ fhir:v "followup" ] ;
     fhir:display [ fhir:v "Follow-up" ] ;
     fhir:definition [ fhir:v "Sample taken at follow-up." ]
  ] [
     fhir:code [ fhir:v "surveillance" ] ;
     fhir:display [ fhir:v "Surveillance" ] ;
     fhir:definition [ fhir:v "Sample taken for post-treatment surveillance." ]
  ] [
     fhir:code [ fhir:v "other" ] ;
     fhir:display [ fhir:v "Other" ] ;
     fhir:definition [ fhir:v "Other context." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

