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

Generated Narrative: Condition AllograftVasculopathy

clinicalStatus: B31-2

code: Revascularization needed

subject: Anonymous Patient (no stated gender), DoB Unknown

onset: 2025-06-16 12:00:00+0000

"^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ fhir:text [ fhir:v "B31-2" ] ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/AllograftVasculopathy"^^xsd:anyURI ] ; fhir:code [ fhir:v "B31-2" ] ; fhir:display [ fhir:v "Revascularization needed" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "2025-06-16T12:00:00.000+00:00"^^xsd:dateTime ] . # # -------------------------------------------------------------------------------------