0.1.0 - ci-build

EUAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EU AI Involvement Code System - TTL Representation

Active as of 2026-07-31

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/eu-ai-involvement-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eu-ai-involvement-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 eu-ai-involvement-cs</b></p><a name=\"eu-ai-involvement-cs\"> </a><a name=\"hceu-ai-involvement-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-involvement-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ai-generated<a name=\"eu-ai-involvement-cs-ai-generated\"> </a></td><td>AI Generated</td><td>The substantive content of the resource was generated by an AI system.</td></tr><tr><td style=\"white-space:nowrap\">ai-assisted<a name=\"eu-ai-involvement-cs-ai-assisted\"> </a></td><td>AI Assisted</td><td>An AI system supported a human author, while the human remained responsible for creating the substantive content.</td></tr><tr><td style=\"white-space:nowrap\">ai-reported<a name=\"eu-ai-involvement-cs-ai-reported\"> </a></td><td>AI Reported</td><td>An AI system transformed or reported existing information without independently asserting its clinical validity.</td></tr><tr><td style=\"white-space:nowrap\">ai-asserted<a name=\"eu-ai-involvement-cs-ai-asserted\"> </a></td><td>AI Asserted</td><td>An AI system asserted clinical or factual content as an output of its processing.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-involvement-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EUAIInvolvementCodeSystem"] ; # 
  fhir:title [ fhir:v "EU AI Involvement Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-07-31T11:07:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Selina Adlberger"] ; # 
  fhir:description [ fhir:v "Codes indicating the manner in which an AI system contributed to the content represented by a FHIR resource."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ai-generated" ] ;
     fhir:display [ fhir:v "AI Generated" ] ;
     fhir:definition [ fhir:v "The substantive content of the resource was generated by an AI system." ]
  ] [
     fhir:code [ fhir:v "ai-assisted" ] ;
     fhir:display [ fhir:v "AI Assisted" ] ;
     fhir:definition [ fhir:v "An AI system supported a human author, while the human remained responsible for creating the substantive content." ]
  ] [
     fhir:code [ fhir:v "ai-reported" ] ;
     fhir:display [ fhir:v "AI Reported" ] ;
     fhir:definition [ fhir:v "An AI system transformed or reported existing information without independently asserting its clinical validity." ]
  ] [
     fhir:code [ fhir:v "ai-asserted" ] ;
     fhir:display [ fhir:v "AI Asserted" ] ;
     fhir:definition [ fhir:v "An AI system asserted clinical or factual content as an output of its processing." ]
  ] ) . #