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 |
@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-Generated-Lab-Results> a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AI-Generated-Lab-Results"] ;
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-Generated-Lab-Results</b></p><a name=\"AI-Generated-Lab-Results\"> </a><a name=\"hcAI-Generated-Lab-Results\"> </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=\"Bundle-b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c.html\">Bundle: type = transaction</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2023-10-01 12:00:00+0000 --> (ongoing)</td></tr><tr><td>Recorded</td><td>2023-10-01 12:05:00+0000</td></tr><tr><td>Policy</td><td><a href=\"http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results\">http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results</a></td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle transform}\">AI Generated Lab Results from PDF</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><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/Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c> ;
fhir:Reference.reference [ fhir:value "Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c" ]
] ;
fhir:Provenance.occurredPeriod [
fhir:Period.start [ fhir:value "2023-10-01T12:00:00+00:00"^^xsd:dateTime ]
] ;
fhir:Provenance.recorded [ fhir:value "2023-10-01T12:05:00+00:00"^^xsd:dateTime] ;
fhir:Provenance.policy [
fhir:value "http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results" ;
fhir:index -1
] ;
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/iso-21089-lifecycle" ] ;
fhir:Coding.code [ fhir:value "transform" ] ;
fhir:Coding.display [ fhir:value "Transform/Translate Record Lifecycle Event" ]
] ;
fhir:CodeableConcept.text [ fhir:value "AI Generated Lab Results from PDF" ]
] ;
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/TheAI> ;
fhir:Reference.reference [ fhir:value "Device/TheAI" ]
]
] ;
fhir:Provenance.entity [
fhir:index -1 ;
fhir:Provenance.entity.role [ fhir:value "source" ] ;
fhir:Provenance.entity.what [
fhir:link <http://hl7.org/fhir/DocumentReference/Lab-Results-PDF> ;
fhir:Reference.reference [ fhir:value "DocumentReference/Lab-Results-PDF" ]
]
] .
<http://hl7.org/fhir/Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c> a fhir:Bundle .
<http://hl7.org/fhir/Device/TheAI> a fhir:Device .
<http://hl7.org/fhir/DocumentReference/Lab-Results-PDF> a fhir:DocumentReference .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Provenance/AI-Generated-Lab-Results.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Provenance/AI-Generated-Lab-Results.ttl> .
IG © 2024+ HL7 International / Electronic Health Records.
Package hl7.fhir.uv.aitransparency#1.0.0-current based on FHIR 4.0.1.
Generated
2026-07-23
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
