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

: Human Intervention Type ValueSet - TTL Representation

Active as of 2026-06-18

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eu-ai-intervention-vs"] ; # 
  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: ValueSet eu-ai-intervention-vs</b></p><a name=\"eu-ai-intervention-vs\"> </a><a name=\"hceu-ai-intervention-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-EUAIActCodeSystem.html\"><code>http://example.org/fhir/eu-ai-transparency/CodeSystem/EUAIActCodeSystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-EUAIActCodeSystem.html#EUAIActCodeSystem-human-override\">human-override</a></td><td style=\"color: #cccccc\">Human Override</td></tr><tr><td><a href=\"CodeSystem-EUAIActCodeSystem.html#EUAIActCodeSystem-human-validation\">human-validation</a></td><td style=\"color: #cccccc\">Human Validation</td></tr><tr><td><a href=\"CodeSystem-EUAIActCodeSystem.html#EUAIActCodeSystem-human-correction\">human-correction</a></td><td style=\"color: #cccccc\">Human Correction</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/ValueSet/eu-ai-intervention-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EU_AI_Intervention_ValueSet"] ; # 
  fhir:title [ fhir:v "Human Intervention Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-18T11:52:19+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Selina Adlberger"] ; # 
  fhir:description [ fhir:v "Codes representing the type of human oversight or intervention (HL-03.1)."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/EUAIActCodeSystem"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "human-override" ]       ] [
fhir:code [ fhir:v "human-validation" ]       ] [
fhir:code [ fhir:v "human-correction" ]       ] )     ] )
  ] . #