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

: DiagnosticReport with Inline AI Security Labels - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "f202",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PROCESSINLINELABEL",
        "display" : "process inline security label"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport f202</b></p><a name=\"f202\"> </a><a name=\"hcf202\"> </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: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')</p></div><h2><span title=\"Codes:{http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span> (<span title=\"Codes:{http://snomed.info/sct 15220000}, {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory test</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>Reported</td><td>2013-03-11 10:28:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"http://example.org/fhir/Organization/f201\">http://example.org/fhir/Organization/f201</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'http://example.org/fhir/Observation/f206' could not be resolved</i></td></tr></table><p>Blood culture tested positive on staphylococcus aureus</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 428763004}\">Staphylococcus aureus bacteraemia</span></li></ul></div>"
  },
  "basedOn" : [
    {
      "reference" : "http://example.org/fhir/ServiceRequest/req"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "15220000",
          "display" : "Laboratory test"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "104177005",
        "display" : "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "subject" : {
    "reference" : "http://example.org/fhir/Patient/example"
  },
  "issued" : "2013-03-11T10:28:00+01:00",
  "performer" : [
    {
      "reference" : "http://example.org/fhir/Organization/f201"
    }
  ],
  "result" : [
    {
      "reference" : "http://example.org/fhir/Observation/f206"
    }
  ],
  "conclusion" : "Blood culture tested positive on staphylococcus aureus",
  "_conclusion" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
        "valueCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
          "code" : "AIAST",
          "display" : "Artificial Intelligence asserted"
        }
      }
    ]
  },
  "conclusionCode" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
          "valueCoding" : {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
            "code" : "AIAST",
            "display" : "Artificial Intelligence asserted"
          }
        }
      ],
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "428763004",
          "display" : "Staphylococcus aureus bacteraemia"
        }
      ]
    }
  ]
}