@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/immunosuppressant-drug-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "immunosuppressant-drug-type-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 immunosuppressant-drug-type-cs</b></p><a name=\"immunosuppressant-drug-type-cs\"> </a><a name=\"hcimmunosuppressant-drug-type-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressant-drug-type</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\">1506270<a name=\"immunosuppressant-drug-type-cs-1506270\"> </a></td><td>Steroid (methylprednisolone)</td></tr><tr><td style=\"white-space:nowrap\">1551099<a name=\"immunosuppressant-drug-type-cs-1551099\"> </a></td><td>Steroid (prednisone)</td></tr><tr><td style=\"white-space:nowrap\">cni-fk506<a name=\"immunosuppressant-drug-type-cs-cni-fk506\"> </a></td><td>CNI (FK506)</td></tr><tr><td style=\"white-space:nowrap\">cni-csa<a name=\"immunosuppressant-drug-type-cs-cni-csa\"> </a></td><td>CNI (CsA)</td></tr><tr><td style=\"white-space:nowrap\">19003999<a name=\"immunosuppressant-drug-type-cs-19003999\"> </a></td><td>MMF</td></tr><tr><td style=\"white-space:nowrap\">19038440<a name=\"immunosuppressant-drug-type-cs-19038440\"> </a></td><td>Basiliximab</td></tr><tr><td style=\"white-space:nowrap\">35806359<a name=\"immunosuppressant-drug-type-cs-35806359\"> </a></td><td>ATG</td></tr><tr><td style=\"white-space:nowrap\">19011440<a name=\"immunosuppressant-drug-type-cs-19011440\"> </a></td><td>Everolimus</td></tr><tr><td style=\"white-space:nowrap\">19034726<a name=\"immunosuppressant-drug-type-cs-19034726\"> </a></td><td>Sirolimus</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressant-drug-type"^^xsd:anyURI ;
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressant-drug-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ci-build"] ; # 
  fhir:name [ fhir:v "ImmunosuppressantDrugTypeCS"] ; # 
  fhir:title [ fhir:v "Immunosuppressant Drug Type"] ; # 
  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 "Types of immunosuppressive drugs used in the transplant setting."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "1506270" ] ;
     fhir:display [ fhir:v "Steroid (methylprednisolone)" ]
  ] [
     fhir:code [ fhir:v "1551099" ] ;
     fhir:display [ fhir:v "Steroid (prednisone)" ]
  ] [
     fhir:code [ fhir:v "cni-fk506" ] ;
     fhir:display [ fhir:v "CNI (FK506)" ]
  ] [
     fhir:code [ fhir:v "cni-csa" ] ;
     fhir:display [ fhir:v "CNI (CsA)" ]
  ] [
     fhir:code [ fhir:v "19003999" ] ;
     fhir:display [ fhir:v "MMF" ]
  ] [
     fhir:code [ fhir:v "19038440" ] ;
     fhir:display [ fhir:v "Basiliximab" ]
  ] [
     fhir:code [ fhir:v "35806359" ] ;
     fhir:display [ fhir:v "ATG" ]
  ] [
     fhir:code [ fhir:v "19011440" ] ;
     fhir:display [ fhir:v "Everolimus" ]
  ] [
     fhir:code [ fhir:v "19034726" ] ;
     fhir:display [ fhir:v "Sirolimus" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

