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-ballot 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 Generated Lab Results
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 -------------------------------------------------------------------
a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AI-Generated-Lab-Results"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><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\">Language: en</p><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>"^^rdf:XMLLiteral ]
] ; #
fhir:target ( [
fhir:l fhir:Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c ;
fhir:reference [ fhir:v "Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c" ]
] ) ; #
fhir:occurred [
a fhir:Period ;
fhir:start [ fhir:v "2023-10-01T12:00:00+00:00"^^xsd:dateTime ]
] ; #
fhir:recorded [ fhir:v "2023-10-01T12:05:00+00:00"^^xsd:dateTime] ; #
fhir:policy ( [
fhir:v "http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results"^^xsd:anyURI ;
fhir:l <http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results>
] ) ; #
fhir:reason ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationValue> ] ;
fhir:code [ fhir:v "AIAST" ] ] )
] ) ; #
fhir:activity [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle> ] ;
fhir:code [ fhir:v "transform" ] ;
fhir:display [ fhir:v "Transform/Translate Record Lifecycle Event" ] ] ) ;
fhir:text [ fhir:v "AI Generated Lab Results from PDF" ]
] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type> ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ] ] ) ] ;
fhir:who [
fhir:l fhir:Device/TheAI ;
fhir:reference [ fhir:v "Device/TheAI" ] ]
] ) ; #
fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:l fhir:DocumentReference/Lab-Results-PDF ;
fhir:reference [ fhir:v "DocumentReference/Lab-Results-PDF" ] ]
] ) . #