FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeProvenance
IdProvenance-AI-Generated-Lab-Results.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Provenance AI-Generated-Lab-Results

Profile: AI Provenance

Provenance for Bundle: type = transaction

Summary

Occurrence2023-10-01 12:00:00+0000 --> (ongoing)
Recorded2023-10-01 12:05:00+0000
Policyhttp://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results
ActivityAI Generated Lab Results from PDF

Agents

Typewho
AuthorDevice: extension = Large Language Models; identifier = http://example.org/ehr/client-ids#goodhealth; manufacturer = Acme Devices, Inc; type = All kinds of Artificial Intelligence; contact = http://example.org

Source1

{
  "resourceType": "Provenance",
  "id": "AI-Generated-Lab-Results",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Bundle/b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c"
    }
  ],
  "occurredPeriod": {
    "start": "2023-10-01T12:00:00+00:00"
  },
  "recorded": "2023-10-01T12:05:00+00:00",
  "policy": [
    "http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results"
  ],
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
          "version": "4.0.0",
          "code": "AIAST"
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
        "code": "transform",
        "display": "Transform/Translate Record Lifecycle Event"
      }
    ],
    "text": "AI Generated Lab Results from PDF"
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "reference": "Device/TheAI"
      }
    }
  ],
  "entity": [
    {
      "role": "source",
      "what": {
        "reference": "DocumentReference/Lab-Results-PDF"
      }
    }
  ]
}