@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TypeOfRejectionTreatment"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem TypeOfRejectionTreatment

This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/TypeOfRejectionTreatment defines the following codes:

CodeDisplayDefinition
0 i.v. steroidsi.v. steroids
1 antibody mediated rejectionantibody mediated rejection
2 otherother
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/TypeOfRejectionTreatment"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Type_of_rejection_treatment"] ; # fhir:title [ fhir:v "Type of rejection treatment Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-06-11T12:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Type of rejection treatment"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "i.v. steroids" ] ; fhir:definition [ fhir:v "i.v. steroids" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "antibody mediated rejection" ] ; fhir:definition [ fhir:v "antibody mediated rejection" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "other" ] ; fhir:definition [ fhir:v "other" ] ] ) . # # -------------------------------------------------------------------------------------