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

: Provenance of AI authored Lab Observation

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/AI-Contributed> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AI-Contributed"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance>
     ]
  ] ;
  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 AI-Contributed</b></p><a name=\"AI-Contributed\"> </a><a name=\"hcAI-Contributed\"> </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-AI-Provenance.html\">AI Provenance</a></p></div><p>Provenance for <a href=\"Observation-f206.html\">Observation Blood culture</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2017-06-06 --&gt; (ongoing)</td></tr><tr><td>Recorded</td><td>2016-06-09 08:12:14+1000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">antiviral resistance detection</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 verifier}\">Verifier</span></td><td><a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Device-TheAI.html\">Device: extension = Large Language Models; identifier = http://example.org/ehr/client-ids#goodhealth; manufacturer = Acme Devices, Inc; type = All kinds of Artificial Intelligence; contact = http://example.org</a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Observation/f206> ;
     fhir:Reference.reference [ fhir:value "Observation/f206" ]
  ] ;
  fhir:Provenance.occurredPeriod [
     fhir:Period.start [ fhir:value "2017-06-06"^^xsd:date ]
  ] ;
  fhir:Provenance.recorded [ fhir:value "2016-06-09T08:12:14+10:00"^^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-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:Coding.display [ fhir:value "create" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "antiviral resistance detection" ]
  ] ;
  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 "verifier" ] ;
         fhir:Coding.display [ fhir:value "Verifier" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://server.example.org/fhir/Practitioner/pract> ;
       fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Practitioner/pract" ]
     ]
  ], [
     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:Coding.display [ fhir:value "Author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Device/TheAI> ;
       fhir:Reference.reference [ fhir:value "Device/TheAI" ]
     ]
  ] .

<http://hl7.org/fhir/Observation/f206> a fhir:Observation .

<http://hl7.org/fhir/Device/TheAI> a fhir:Device .

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

<http://hl7.org/fhir/Provenance/AI-Contributed.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/AI-Contributed.ttl> .