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

Generated Narrative: CodeSystem AllograftVasculopathy

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

CodeDisplayDefinition
B31 -Default input
B31-0 NoNo
B31-1 Yes, but no revascularization neededYes, but no revascularization needed
B31-2 Revascularization neededRevascularization needed
B31-3 Not evaluatedNot evaluated
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/AllograftVasculopathy"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Allograft_vasculopathy"] ; # fhir:title [ fhir:v "Allograft vasculopathy Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-06-09T12:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Allograft vasculopathy"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "B31" ] ; fhir:display [ fhir:v "-" ] ; fhir:definition [ fhir:v "Default input" ] ] [ fhir:code [ fhir:v "B31-0" ] ; fhir:display [ fhir:v "No" ] ; fhir:definition [ fhir:v "No" ] ] [ fhir:code [ fhir:v "B31-1" ] ; fhir:display [ fhir:v "Yes, but no revascularization needed" ] ; fhir:definition [ fhir:v "Yes, but no revascularization needed" ] ] [ fhir:code [ fhir:v "B31-2" ] ; fhir:display [ fhir:v "Revascularization needed" ] ; fhir:definition [ fhir:v "Revascularization needed" ] ] [ fhir:code [ fhir:v "B31-3" ] ; fhir:display [ fhir:v "Not evaluated" ] ; fhir:definition [ fhir:v "Not evaluated" ] ] ) . # # -------------------------------------------------------------------------------------