FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Provenance |
| Id | Provenance-AI-Authored-Element.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance AI-Authored-Element
Profile: AI Provenance
Provenance for Procedure Excision of appendix
Summary
| Recorded | 2021-12-08 16:54:24+1100 |
Agents
{
"resourceType": "Provenance",
"id": "AI-Authored-Element",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Provenance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/targetPath",
"valueString": "Procedure.followUp.text"
}
],
"reference": "Procedure/proc"
}
],
"recorded": "2021-12-08T16:54:24+11:00",
"reason": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"version": "4.0.0",
"code": "AIAST"
}
]
}
],
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"reference": "http://server.example.org/fhir/Practitioner/pract"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "informant",
"display": "Informant"
}
]
},
"who": {
"reference": "Device/TheAI"
}
}
]
}