@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-lymph-node-location> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-lymph-node-location"] ; # 
  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-lymph-node-location</b></p><a name=\"bcr-lymph-node-location\"> </a><a name=\"hcbcr-lymph-node-location\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-lymph-node-location</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\">SENTINEL<a name=\"bcr-lymph-node-location-SENTINEL\"> </a></td><td>Sentinel nodes</td><td>Sentinelklieren.</td></tr><tr><td style=\"white-space:nowrap\">AXILLARY<a name=\"bcr-lymph-node-location-AXILLARY\"> </a></td><td>Axillary nodes</td><td>Axillaire klieren.</td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"bcr-lymph-node-location-OTHER\"> </a></td><td>Other nodes</td><td>Andere klieren.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-lymph-node-location"^^xsd:anyURI ;
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-lymph-node-location>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRLymphNodeLocation"] ; # 
  fhir:title [ fhir:v "BCR Lymph Node Location"] ; # 
  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 "Lymph node groups assessed in the breast tumour surgical block. Bijlage 55 vervolg 1, §3b."] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "SENTINEL" ] ;
     fhir:display [ fhir:v "Sentinel nodes" ] ;
     fhir:definition [ fhir:v "Sentinelklieren." ]
  ] [
     fhir:code [ fhir:v "AXILLARY" ] ;
     fhir:display [ fhir:v "Axillary nodes" ] ;
     fhir:definition [ fhir:v "Axillaire klieren." ]
  ] [
     fhir:code [ fhir:v "OTHER" ] ;
     fhir:display [ fhir:v "Other nodes" ] ;
     fhir:definition [ fhir:v "Andere klieren." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

