@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://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-audit-entity-role> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eu-ai-audit-entity-role"] ; # 
  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-audit-entity-role</b></p><a name=\"eu-ai-audit-entity-role\"> </a><a name=\"hceu-ai-audit-entity-role\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-audit-entity-role</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\">reference-database<a name=\"eu-ai-audit-entity-role-reference-database\"> </a></td><td>Reference Database</td><td>An external database or knowledge source used during AI execution.</td></tr><tr><td style=\"white-space:nowrap\">ai-output<a name=\"eu-ai-audit-entity-role-ai-output\"> </a></td><td>AI Output</td><td>A FHIR resource generated as output of the audited AI execution.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-audit-entity-role"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EUAIAuditEntityRoleCodeSystem"] ; # 
  fhir:title [ fhir:v "EU AI Audit Entity Role Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-07-31T11:07:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Selina Adlberger"] ; # 
  fhir:description [ fhir:v "Roles used to distinguish entities involved in an AI execution audit event."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "reference-database" ] ;
     fhir:display [ fhir:v "Reference Database" ] ;
     fhir:definition [ fhir:v "An external database or knowledge source used during AI execution." ]
  ] [
     fhir:code [ fhir:v "ai-output" ] ;
     fhir:display [ fhir:v "AI Output" ] ;
     fhir:definition [ fhir:v "A FHIR resource generated as output of the audited AI execution." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

