EUAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EU AI Human Oversight Code System - TTL Representation
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-human-oversight-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eu-ai-human-oversight-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-human-oversight-cs</b></p><a name=\"eu-ai-human-oversight-cs\"> </a><a name=\"hceu-ai-human-oversight-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-human-oversight-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\">human-validation<a name=\"eu-ai-human-oversight-cs-human-validation\"> </a></td><td>Human Validation</td><td>A human reviewer assessed the AI output and accepted it without changing its substantive content.</td></tr><tr><td style=\"white-space:nowrap\">human-override<a name=\"eu-ai-human-oversight-cs-human-override\"> </a></td><td>Human Override</td><td>A human reviewer rejected the AI output or recommendation.</td></tr><tr><td style=\"white-space:nowrap\">human-correction<a name=\"eu-ai-human-oversight-cs-human-correction\"> </a></td><td>Human Correction</td><td>A human reviewer corrected erroneous or incomplete AI-generated content while retaining the corrected result as the documented outcome.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-human-oversight-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "EUAIHumanOversightCodeSystem"] ; #
fhir:title [ fhir:v "EU AI Human Oversight 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 describing actions taken by a human reviewer in response to an AI-generated output or recommendation."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "human-validation" ] ;
fhir:display [ fhir:v "Human Validation" ] ;
fhir:definition [ fhir:v "A human reviewer assessed the AI output and accepted it without changing its substantive content." ]
] [
fhir:code [ fhir:v "human-override" ] ;
fhir:display [ fhir:v "Human Override" ] ;
fhir:definition [ fhir:v "A human reviewer rejected the AI output or recommendation." ]
] [
fhir:code [ fhir:v "human-correction" ] ;
fhir:display [ fhir:v "Human Correction" ] ;
fhir:definition [ fhir:v "A human reviewer corrected erroneous or incomplete AI-generated content while retaining the corrected result as the documented outcome." ]
] ) . #