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 Audit Entity Role Code System - JSON Representation

Draft as of 2026-07-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "eu-ai-audit-entity-role",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://example.org/fhir/eu-ai-transparency/CodeSystem/eu-ai-audit-entity-role",
  "version" : "0.1.0",
  "name" : "EUAIAuditEntityRoleCodeSystem",
  "title" : "EU AI Audit Entity Role Code System",
  "status" : "draft",
  "date" : "2026-07-31T11:07:29+00:00",
  "publisher" : "Selina Adlberger",
  "description" : "Roles used to distinguish entities involved in an AI execution audit event.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "reference-database",
      "display" : "Reference Database",
      "definition" : "An external database or knowledge source used during AI execution."
    },
    {
      "code" : "ai-output",
      "display" : "AI Output",
      "definition" : "A FHIR resource generated as output of the audited AI execution."
    }
  ]
}