0.1.0 - ci-build

TrustAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEvent: AI Diagnostic Report Generation - 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/AuditEvent/dr-ai-audit-event> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dr-ai-audit-event"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-machine-execution-audit-event"^^xsd:anyURI ;
       fhir:link <http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-machine-execution-audit-event>
     ] )
  ] ; # 
  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: AuditEvent dr-ai-audit-event</b></p><a name=\"dr-ai-audit-event\"> </a><a name=\"hcdr-ai-audit-event\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-trust-ai-machine-execution-audit-event.html\">Trust AI Execution Audit Event</a></p></div><p><b>code</b>: <span title=\"Codes:\">AI diagnostic report generation</span></p><p><b>action</b>: Create</p><p><b>occurred</b>: 2026-03-10 09:05:00+0000 --&gt; 2026-03-10 09:05:03+0000</p><p><b>recorded</b>: 2026-03-10 09:05:04+0000</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-dr-ai-device.html\">Device: extension = ,-&gt;DocumentReference: extension = Not Clinically Validated,,,; status = current; type = AI Model Card; date = 2026-03-01 10:00:00+0000; description = Synthetic model card for an AI system generating diagnostic reports from structured clinical input.,-&gt;DocumentReference: status = current; identifier = Trust AI Registration Number; status = active; manufacturer = Example AI Medical GmbH; contact = manufacturer@example-ai-medical.example,dpo@example-ai-medical.example; note = Annual maintenance and validation required.</a></td><td>false</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-dr-ai-device.html\">Device: extension = ,-&gt;DocumentReference: extension = Not Clinically Validated,,,; status = current; type = AI Model Card; date = 2026-03-01 10:00:00+0000; description = Synthetic model card for an AI system generating diagnostic reports from structured clinical input.,-&gt;DocumentReference: status = current; identifier = Trust AI Registration Number; status = active; manufacturer = Example AI Medical GmbH; contact = manufacturer@example-ai-medical.example,dpo@example-ai-medical.example; note = Annual maintenance and validation required.</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DiagnosticReport-dr-ai-diagnostic-report.html\">Diagnostic Report for '' for '-&gt;Anonymous Patient Female, DoB: 1965-06-15'</a></td><td><span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-audit-entity-role ai-output}\">AI Output</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
     fhir:text [ fhir:v "AI diagnostic report generation" ]
  ] ; # 
  fhir:action [ fhir:v "C"] ; # 
  fhir:occurred [
     a fhir:Period ;
     fhir:start [ fhir:v "2026-03-10T09:05:00Z"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-03-10T09:05:03Z"^^xsd:dateTime ]
  ] ; # 
  fhir:recorded [ fhir:v "2026-03-10T09:05:04Z"^^xsd:dateTime] ; # 
  fhir:agent ( [
     fhir:who [
       fhir:link <http://hl7.org/fhir/Device/dr-ai-device> ;
       fhir:reference [ fhir:v "Device/dr-ai-device" ]
     ] ;
     fhir:requestor [ fhir:v false ]
  ] ) ; # 
  fhir:source [
     fhir:observer [
       fhir:link <http://hl7.org/fhir/Device/dr-ai-device> ;
       fhir:reference [ fhir:v "Device/dr-ai-device" ]
     ]
  ] ; # 
  fhir:entity ( [
     fhir:what [
       fhir:link <http://hl7.org/fhir/DiagnosticReport/dr-ai-diagnostic-report> ;
       fhir:reference [ fhir:v "DiagnosticReport/dr-ai-diagnostic-report" ]
     ] ;
     fhir:role [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-audit-entity-role"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ai-output" ]
       ] )
     ]
  ] ) . # 

<http://hl7.org/fhir/Device/dr-ai-device> a fhir:Device .

<http://hl7.org/fhir/DiagnosticReport/dr-ai-diagnostic-report> a fhir:DiagnosticReport .