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 an Observation authored by a different AI model
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-OtherModel> a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AI-Contributed-OtherModel"] ;
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-OtherModel</b></p><a name=\"AI-Contributed-OtherModel\"> </a><a name=\"hcAI-Contributed-OtherModel\"> </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-other-model-result.html\">Observation Hemoglobin [Mass/volume] in Blood</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-01-15 11:00:00+0000</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><a href=\"Device-TheOtherAI.html\">Device: extension = Large Language Models; identifier = http://example.org/ehr/client-ids#otherhealth; manufacturer = Beta Diagnostics, Inc; type = All kinds of Artificial Intelligence; contact = http://example.org/other-ai</a></td></tr></table></div>"
] ;
fhir:Provenance.target [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Observation/other-model-result> ;
fhir:Reference.reference [ fhir:value "Observation/other-model-result" ]
] ;
fhir:Provenance.recorded [ fhir:value "2026-01-15T11:00:00Z"^^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.code [ fhir:value "AIAST" ]
]
] ;
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:Coding.display [ fhir:value "Author" ]
]
] ;
fhir:Provenance.agent.who [
fhir:link <http://hl7.org/fhir/Device/TheOtherAI> ;
fhir:Reference.reference [ fhir:value "Device/TheOtherAI" ]
]
] .
<http://hl7.org/fhir/Observation/other-model-result> a fhir:Observation .
<http://hl7.org/fhir/Device/TheOtherAI> a fhir:Device .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Provenance/AI-Contributed-OtherModel.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Provenance/AI-Contributed-OtherModel.ttl> .