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

: Provenance of AI Authored Procedure.followup.text - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "AI-Authored-Element",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance AI-Authored-Element</b></p><a name=\"AI-Authored-Element\"> </a><a name=\"hcAI-Authored-Element\"> </a><p>Provenance for <a href=\"Procedure-proc.html\">Procedure Excision of appendix</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-12-08 16:54:24+1100</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"http://example.org/fhir/Practitioner/pract\">http://example.org/fhir/Practitioner/pract</a></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type informant}\">Informant</span></td><td><a href=\"Device-TheAI.html\">Device: identifier = http://example.org/ehr/client-ids#goodhealth; manufacturer = Acme Devices, Inc; type = ; contact = http://example.org</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/targetPath",
          "valueString" : "Procedure.followUp.text"
        }
      ],
      "reference" : "Procedure/proc"
    }
  ],
  "recorded" : "2021-12-08T16:54:24+11:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        "reference" : "http://example.org/fhir/Practitioner/pract"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "informant",
            "display" : "Informant"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Device/TheAI"
      }
    }
  ]
}