FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Provenance |
| Id | Provenance-AI-PriorAuth-Provenance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance AI-PriorAuth-Provenance
Profile: AI Provenance
Summary
| Occurrence | 2026-02-10 09:15:00+0000 |
| Recorded | 2026-02-10 09:20:00+0000 |
| Activity | AI drafted prior-authorization determination, verified by a utilization reviewer |
Agents
{
"resourceType": "Provenance",
"id": "AI-PriorAuth-Provenance",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "ClaimResponse/AI-PriorAuth-Determination"
}
],
"occurredDateTime": "2026-02-10T09:15:00Z",
"recorded": "2026-02-10T09:20:00Z",
"reason": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "AIAST"
}
]
}
],
"activity": {
"text": "AI drafted prior-authorization determination, verified by a utilization reviewer"
},
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "verifier",
"display": "Verifier"
}
]
},
"who": {
"reference": "http://server.example.org/fhir/Practitioner/utilization-reviewer"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"reference": "Device/TheAI"
}
}
],
"entity": [
{
"role": "source",
"what": {
"reference": "http://server.example.org/fhir/Claim/priorauth-mri-request"
}
}
]
}