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

: Bundle of AI generated resources - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c",
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:730779b1-7952-470a-8ea3-8f1ad87ff18f",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "730779b1-7952-470a-8ea3-8f1ad87ff18f",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_730779b1-7952-470a-8ea3-8f1ad87ff18f\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 730779b1-7952-470a-8ea3-8f1ad87ff18f</b></p><a name=\"730779b1-7952-470a-8ea3-8f1ad87ff18f\"> </a><a name=\"hc730779b1-7952-470a-8ea3-8f1ad87ff18f\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">ALTON WALSH Male, DoB: 1969-04-13 ( http://hl7.org/fhir/sid/us-medicare#MedicareHIC#230b1ffe-aa8a-35ba-0be6428831b5c4e5)</p><hr/></div>"
        },
        "identifier" : [
          {
            "system" : "http://hl7.org/fhir/sid/us-medicare",
            "value" : "230b1ffe-aa8a-35ba-0be6428831b5c4e5"
          }
        ],
        "name" : [
          {
            "text" : "ALTON WALSH",
            "family" : "WALSH",
            "given" : [
              "ALTON"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1969-04-13"
      },
      "request" : {
        "method" : "PUT",
        "url" : "Patient?identifier=http://hl7.org/fhir/sid/us-medicare|230b1ffe-aa8a-35ba-0be6428831b5c4e5"
      }
    },
    {
      "fullUrl" : "urn:uuid:608c4de1-1ab6-4bfe-b2e4-dca6b19223f0",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "608c4de1-1ab6-4bfe-b2e4-dca6b19223f0",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_608c4de1-1ab6-4bfe-b2e4-dca6b19223f0\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation 608c4de1-1ab6-4bfe-b2e4-dca6b19223f0</b></p><a name=\"608c4de1-1ab6-4bfe-b2e4-dca6b19223f0\"> </a><a name=\"hc608c4de1-1ab6-4bfe-b2e4-dca6b19223f0\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41995-2}\">Hemoglobin A1c [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Bundle-b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c.html#urn-uuid-730779b1-7952-470a-8ea3-8f1ad87ff18f\">Bundle: type = transaction</a></p><p><b>effective</b>: 2025-02-18</p><p><b>value</b>: 9.4 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>note</b>: </p><blockquote><div><p>Reference Range: 4.0-6.0%</p>\n</div></blockquote></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "41995-2",
              "display" : "Hemoglobin A1c [Mass/volume] in Blood"
            }
          ],
          "text" : "Hemoglobin A1c [Mass/volume] in Blood"
        },
        "subject" : {
          "reference" : "urn:uuid:730779b1-7952-470a-8ea3-8f1ad87ff18f"
        },
        "effectiveDateTime" : "2025-02-18",
        "valueQuantity" : {
          "value" : 9.4,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        },
        "note" : [
          {
            "text" : "Reference Range: 4.0-6.0%"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    }
  ]
}