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

: Oxygen Saturation example with AI device

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Observation/satO2> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "satO2"] ;
  fhir:Resource.meta [
     fhir:Meta.security [
       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:Coding.display [ fhir:value "Artificial Intelligence asserted" ]
     ]
  ] ;
  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: Observation satO2</b></p><a name=\"satO2\"> </a><a name=\"hcsatO2\"> </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\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ObservationValue.html\">Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')</a></p></div><p><b>identifier</b>: <code>http://example.org/observation/id</code>/o1223435-10</p><p><b>partOf</b>: <a href=\"http://server.example.org/fhir/Procedure/ob\">http://server.example.org/fhir/Procedure/ob</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2708-6}, {urn:iso:std:iso:11073:10101 150456}\">Oxygen saturation in Arterial blood</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/f201\">http://server.example.org/fhir/Patient/f201</a></p><p><b>effective</b>: 2014-12-05 09:30:10+0100</p><p><b>performer</b>: <a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></p><p><b>value</b>: 95 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal (applies to non-numeric results)</span></p><p><b>device</b>: <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></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>90 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>99 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td></tr></table></div>"
  ] ;
  fhir:Observation.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/observation/id" ] ;
     fhir:Identifier.value [ fhir:value "o1223435-10" ]
  ] ;
  fhir:Observation.partOf [
     fhir:index -1 ;
     fhir:link <http://server.example.org/fhir/Procedure/ob> ;
     fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Procedure/ob" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ] ;
       fhir:Coding.display [ fhir:value "Vital Signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:2708-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "2708-6" ] ;
       fhir:Coding.display [ fhir:value "Oxygen saturation in Arterial blood" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
       fhir:Coding.code [ fhir:value "150456" ] ;
       fhir:Coding.display [ fhir:value "MDC_PULS_OXIM_SAT_O2" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://server.example.org/fhir/Patient/f201> ;
     fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Patient/f201" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2014-12-05T09:30:10+01:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://server.example.org/fhir/Practitioner/pract> ;
     fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Practitioner/pract" ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "95"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "%" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "%" ]
  ] ;
  fhir:Observation.interpretation [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ] ;
       fhir:Coding.code [ fhir:value "N" ] ;
       fhir:Coding.display [ fhir:value "Normal" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Normal (applies to non-numeric results)" ]
  ] ;
  fhir:Observation.device [
     fhir:link <http://hl7.org/fhir/Device/TheAI> ;
     fhir:Reference.reference [ fhir:value "Device/TheAI" ]
  ] ;
  fhir:Observation.referenceRange [
     fhir:index -1 ;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "%" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "%" ]
     ] ;
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "99"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "%" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ] .

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

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

<http://hl7.org/fhir/Observation/satO2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/satO2.ttl> .