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 - JSON Representation

Raw json | Download

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