FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Provenance |
| Id | Provenance-AI-Generated-Lab-Results.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Occurrence | 2023-10-01 12:00:00+0000 --> (ongoing) |
| Recorded | 2023-10-01 12:05:00+0000 |
| Policy | http://server.example.org/fhir/DocumentReference/AI-Generated-Lab-Results |
| Activity | AI Generated Lab Results from PDF |
Agents
{
"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"
}
}
]
}