AI Transparency on FHIR
0.1.0 - ci-build 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 0.1.0 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 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="glasgow"/>
  <meta>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
      <code value="AIAST"/>
      <display value="Artificial Intelligence asserted"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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"/><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://example.org/fhir/Patient/example">http://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>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="9269-2"/>
      <display value="Glasgow coma score total"/>
    </coding>
    <text value="Glasgow Coma Scale , (GCS)"/>
  </code>
  <subject>
    <reference value="http://example.org/fhir/Patient/example"/>
  </subject>
  <effectiveDateTime value="2014-12-11T04:44:16Z"/>
  <performer>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/alternate-reference">
      <valueReference>🔗 
        <reference value="Device/TheAI"/>
      </valueReference>
    </extension>
    <display value="AI System (TheAI)"/>
  </performer>
  <valueQuantity>
    <value value="13"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="{score}"/>
  </valueQuantity>
  <referenceRange>
    <high>
      <value value="8"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{score}"/>
    </high>
    <type>
      <text value="Severe TBI"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="9"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{score}"/>
    </low>
    <high>
      <value value="12"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{score}"/>
    </high>
    <type>
      <text value="Moderate TBI"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="13"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{score}"/>
    </low>
    <type>
      <text value="Mild TBI"/>
    </type>
  </referenceRange>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="9268-4"/>
        <display value="Glasgow coma score motor"/>
      </coding>
      <text value="GCS Motor"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://example.org/codes"/>
        <code value="5"/>
        <display value="Localizes painful stimuli"/>
      </coding>
      <coding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="5"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6566-9"/>
        <display value="Localizing pain"/>
      </coding>
      <text value="5 (Localizes painful stimuli)"/>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="9270-0"/>
        <display value="Glasgow coma score verbal"/>
      </coding>
      <text value="GSC Verbal"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://example.org/codes"/>
        <code value="4"/>
        <display value="Confused, disoriented"/>
      </coding>
      <coding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="4"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6560-2"/>
        <display value="Confused"/>
      </coding>
      <text value="4 (Confused, disoriented)"/>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="9267-6"/>
        <display value="Glasgow coma score eye opening"/>
      </coding>
      <text value="Eyes"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://example.org/codes"/>
        <code value="4"/>
        <display value="Opens eyes spontaneously"/>
      </coding>
      <coding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="4"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6556-0"/>
        <display value="Eyes open spontaneously"/>
      </coding>
      <text value="4 (Opens eyes spontaneously)"/>
    </valueCodeableConcept>
  </component>
</Observation>