AI Transparency on FHIR
1.0.0-current - STU1 Ballot International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

:

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Provenance/AIdeviceTypeCS-initial-history> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AIdeviceTypeCS-initial-history"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance AIdeviceTypeCS-initial-history</b></p><a name=\"AIdeviceTypeCS-initial-history\"> </a><a name=\"hcAIdeviceTypeCS-initial-history\"> </a><p>Provenance for <a href=\"CodeSystem-AIdeviceTypeCS.html\">CodeSystem Device type for Artificial Intelligence</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-09-15</td></tr><tr><td>Recorded</td><td>2025-09-15 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>GitHub Copilot AI</td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type verifier}\">Verifier</span></td><td>John F. Moehrke</td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/CodeSystem/AIdeviceTypeCS> ;
     fhir:Reference.reference [ fhir:value "CodeSystem/AIdeviceTypeCS" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-09-15"^^xsd:date] ;
  fhir:Provenance.recorded [ fhir:value "2025-09-15T13:00:00.0000Z"^^xsd:dateTime] ;
  fhir:Provenance.reason [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.version [ fhir:value "4.0.0" ] ;
       fhir:Coding.code [ fhir:value "METAMGT" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Initial CodeSystem created by Co-Pilot AI" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ] ;
       fhir:Coding.version [ fhir:value "5.0.0" ] ;
       fhir:Coding.code [ fhir:value "AIAST" ]
     ]
  ] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "CREATE" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index -1 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "GitHub Copilot AI" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "verifier" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "John F. Moehrke" ]
     ]
  ] .

<http://hl7.org/fhir/CodeSystem/AIdeviceTypeCS> a fhir:CodeSystem .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Provenance/AIdeviceTypeCS-initial-history.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/AIdeviceTypeCS-initial-history.ttl> .