@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-region> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-region"] ; # 
  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-region</b></p><a name=\"bcr-region\"> </a><a name=\"hcbcr-region\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-region</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\">flanders<a name=\"bcr-region-flanders\"> </a></td><td>Flanders</td><td>Vlaams Gewest.</td></tr><tr><td style=\"white-space:nowrap\">wallonia<a name=\"bcr-region-wallonia\"> </a></td><td>Wallonia</td><td>Waals Gewest.</td></tr><tr><td style=\"white-space:nowrap\">brussels<a name=\"bcr-region-brussels\"> </a></td><td>Brussels-Capital</td><td>Brussels Hoofdstedelijk Gewest.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"bcr-region-unknown\"> </a></td><td>Unknown</td><td>Niet gekend.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-region"^^xsd:anyURI ;
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-region>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRRegion"] ; # 
  fhir:title [ fhir:v "BCR Belgian Region"] ; # 
  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 "Region of official residence (research dataset `region`) or laboratory location\n(CHP supplements `region_source`). The metadata does not enumerate codes;\nthe three Belgian regions plus an explicit unknown placeholder are used 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 "flanders" ] ;
     fhir:display [ fhir:v "Flanders" ] ;
     fhir:definition [ fhir:v "Vlaams Gewest." ]
  ] [
     fhir:code [ fhir:v "wallonia" ] ;
     fhir:display [ fhir:v "Wallonia" ] ;
     fhir:definition [ fhir:v "Waals Gewest." ]
  ] [
     fhir:code [ fhir:v "brussels" ] ;
     fhir:display [ fhir:v "Brussels-Capital" ] ;
     fhir:definition [ fhir:v "Brussels Hoofdstedelijk Gewest." ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Unknown" ] ;
     fhir:definition [ fhir:v "Niet gekend." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

