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 Performance Metric 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-performance-metric-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eu-ai-performance-metric-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-performance-metric-cs</b></p><a name=\"eu-ai-performance-metric-cs\"> </a><a name=\"hceu-ai-performance-metric-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-performance-metric-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\">accuracy<a name=\"eu-ai-performance-metric-cs-accuracy\"> </a></td><td>Accuracy</td><td>The proportion of evaluated cases for which the AI system produced the correct result.</td></tr><tr><td style=\"white-space:nowrap\">sensitivity<a name=\"eu-ai-performance-metric-cs-sensitivity\"> </a></td><td>Sensitivity</td><td>The proportion of relevant positive cases correctly identified by the AI system.</td></tr><tr><td style=\"white-space:nowrap\">specificity<a name=\"eu-ai-performance-metric-cs-specificity\"> </a></td><td>Specificity</td><td>The proportion of relevant negative cases correctly identified by the AI system.</td></tr><tr><td style=\"white-space:nowrap\">robustness<a name=\"eu-ai-performance-metric-cs-robustness\"> </a></td><td>Robustness</td><td>The ability of the AI system to maintain appropriate performance under variations, disturbances, or reasonably foreseeable conditions of use.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-performance-metric-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EUAIPerformanceMetricCodeSystem"] ; # 
  fhir:title [ fhir:v "EU AI Performance Metric 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 identifying performance characteristics used to document the evaluation of an AI system."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "accuracy" ] ;
     fhir:display [ fhir:v "Accuracy" ] ;
     fhir:definition [ fhir:v "The proportion of evaluated cases for which the AI system produced the correct result." ]
  ] [
     fhir:code [ fhir:v "sensitivity" ] ;
     fhir:display [ fhir:v "Sensitivity" ] ;
     fhir:definition [ fhir:v "The proportion of relevant positive cases correctly identified by the AI system." ]
  ] [
     fhir:code [ fhir:v "specificity" ] ;
     fhir:display [ fhir:v "Specificity" ] ;
     fhir:definition [ fhir:v "The proportion of relevant negative cases correctly identified by the AI system." ]
  ] [
     fhir:code [ fhir:v "robustness" ] ;
     fhir:display [ fhir:v "Robustness" ] ;
     fhir:definition [ fhir:v "The ability of the AI system to maintain appropriate performance under variations, disturbances, or reasonably foreseeable conditions of use." ]
  ] ) . #