@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://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/banff-category-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "banff-category-cs"] ; # 
  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 banff-category-cs</b></p><a name=\"banff-category-cs\"> </a><a name=\"hcbanff-category-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/banff-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></tr><tr><td style=\"white-space:nowrap\">1<a name=\"banff-category-cs-1\"> </a></td><td>Banff 1 – Normal</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"banff-category-cs-2\"> </a></td><td>Banff 2 – Antibody-mediated changes</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"banff-category-cs-3\"> </a></td><td>Banff 3 – Borderline changes</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"banff-category-cs-4\"> </a></td><td>Banff 4 – T cell-mediated rejection</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"banff-category-cs-5\"> </a></td><td>Banff 5 – Interstitial fibrosis and tubular atrophy</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/banff-category"^^xsd:anyURI ;
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/banff-category>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ci-build"] ; # 
  fhir:name [ fhir:v "BanffCategoryCS"] ; # 
  fhir:title [ fhir:v "Banff Category CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-05T19:23:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Protect Child"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Protect Child" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://protect-child.eu/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Banff working classification of kidney/liver allograft pathology categories (Solez et al.). See https://www.banfffoundation.org/ for the full classification."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "1" ] ;
     fhir:display [ fhir:v "Banff 1 – Normal" ]
  ] [
     fhir:code [ fhir:v "2" ] ;
     fhir:display [ fhir:v "Banff 2 – Antibody-mediated changes" ]
  ] [
     fhir:code [ fhir:v "3" ] ;
     fhir:display [ fhir:v "Banff 3 – Borderline changes" ]
  ] [
     fhir:code [ fhir:v "4" ] ;
     fhir:display [ fhir:v "Banff 4 – T cell-mediated rejection" ]
  ] [
     fhir:code [ fhir:v "5" ] ;
     fhir:display [ fhir:v "Banff 5 – Interstitial fibrosis and tubular atrophy" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

