AI Transparency on FHIR
1.0.0-ballot - 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-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

: Example Observation with AI Assisted security labels

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "glasgow"] ; # 
  fhir:meta [
    ( fhir:security [
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:display [ fhir:v "Artificial Intelligence asserted" ]     ] )
  ] ; # 
  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: Observation glasgow</b></p><a name=\"glasgow\"> </a><a name=\"hcglasgow\"> </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\">Security Label: Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9269-2}\">Glasgow Coma Scale , (GCS)</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/example\">http://server.example.org/fhir/Patient/example</a></p><p><b>effective</b>: 2014-12-11 04:44:16+0000</p><p><b>performer</b>: AI System (TheAI)</p><p><b>value</b>: 13 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Severe TBI</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><p><b>high</b>: 12 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Moderate TBI</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Mild TBI</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9268-4}\">GCS Motor</span></p><p><b>value</b>: <span title=\"Codes:{http://example.org/codes 5}, {http://loinc.org LA6566-9}\">5 (Localizes painful stimuli)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9270-0}\">GSC Verbal</span></p><p><b>value</b>: <span title=\"Codes:{http://example.org/codes 4}, {http://loinc.org LA6560-2}\">4 (Confused, disoriented)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9267-6}\">Eyes</span></p><p><b>value</b>: <span title=\"Codes:{http://example.org/codes 4}, {http://loinc.org LA6556-0}\">4 (Opens eyes spontaneously)</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:9269-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "9269-2" ] ;
fhir:display [ fhir:v "Glasgow coma score total" ]     ] ) ;
fhir:text [ fhir:v "Glasgow Coma Scale , (GCS)" ]
  ] ; # 
  fhir:subject [
fhir:l <http://server.example.org/fhir/Patient/example> ;
fhir:reference [ fhir:v "http://server.example.org/fhir/Patient/example" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2014-12-11T04:44:16Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/alternate-reference"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/alternate-reference>       ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Device/TheAI ;
fhir:reference [ fhir:v "Device/TheAI" ]       ]     ] ) ;
fhir:display [ fhir:v "AI System (TheAI)" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "13"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "{score}" ]
  ] ; # 
  fhir:referenceRange ( [
fhir:high [
fhir:value [ fhir:v "8"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "{score}" ]     ] ;
fhir:type [
fhir:text [ fhir:v "Severe TBI" ]     ]
  ] [
fhir:low [
fhir:value [ fhir:v "9"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "{score}" ]     ] ;
fhir:high [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "{score}" ]     ] ;
fhir:type [
fhir:text [ fhir:v "Moderate TBI" ]     ]
  ] [
fhir:low [
fhir:value [ fhir:v "13"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "{score}" ]     ] ;
fhir:type [
fhir:text [ fhir:v "Mild TBI" ]     ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:9268-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "9268-4" ] ;
fhir:display [ fhir:v "Glasgow coma score motor" ]       ] ) ;
fhir:text [ fhir:v "GCS Motor" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/codes"^^xsd:anyURI ;
fhir:l <http://example.org/codes>         ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Localizes painful stimuli" ]       ] [
a loinc:LA6566-9 ;
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/ordinalValue"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ordinalValue>           ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "5"^^xsd:decimal           ]         ] ) ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "LA6566-9" ] ;
fhir:display [ fhir:v "Localizing pain" ]       ] ) ;
fhir:text [ fhir:v "5 (Localizes painful stimuli)" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:9270-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "9270-0" ] ;
fhir:display [ fhir:v "Glasgow coma score verbal" ]       ] ) ;
fhir:text [ fhir:v "GSC Verbal" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/codes"^^xsd:anyURI ;
fhir:l <http://example.org/codes>         ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Confused, disoriented" ]       ] [
a loinc:LA6560-2 ;
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/ordinalValue"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ordinalValue>           ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "4"^^xsd:decimal           ]         ] ) ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "LA6560-2" ] ;
fhir:display [ fhir:v "Confused" ]       ] ) ;
fhir:text [ fhir:v "4 (Confused, disoriented)" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:9267-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "9267-6" ] ;
fhir:display [ fhir:v "Glasgow coma score eye opening" ]       ] ) ;
fhir:text [ fhir:v "Eyes" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/codes"^^xsd:anyURI ;
fhir:l <http://example.org/codes>         ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Opens eyes spontaneously" ]       ] [
a loinc:LA6556-0 ;
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/ordinalValue"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ordinalValue>           ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "4"^^xsd:decimal           ]         ] ) ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "LA6556-0" ] ;
fhir:display [ fhir:v "Eyes open spontaneously" ]       ] ) ;
fhir:text [ fhir:v "4 (Opens eyes spontaneously)" ]     ]
  ] ) . #