FHIR IG analytics| Package | ans.fhir.fr.tde |
| Resource Type | AuditEvent |
| Id | AuditEvent-TDEAuditEventExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : ÉvènementSécurité TDEAuditEventExample
Profil: TdE AuditEvent
type: Audit Event ID: rest (RESTful Operation)
subtype: FHIR Restful Interactions: read (read)
period: 2026-01-07 09:30:00+0000 --> 2026-01-07 09:32:00+0000
recorded: 2026-01-07 09:32:15+0000
| Who | Requestor |
| Practitioner Jean DUPONT | true |
| Observer |
| Device : manufacturer = Éditeur SI Santé |
{
"resourceType": "AuditEvent",
"id": "TDEAuditEventExample",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/tde/StructureDefinition/tde-auditevent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": {
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code": "rest",
"display": "RESTful Operation"
},
"subtype": [
{
"system": "http://hl7.org/fhir/restful-interaction",
"code": "read",
"display": "read"
}
],
"period": {
"start": "2026-01-07T09:30:00Z",
"end": "2026-01-07T09:32:00Z"
},
"recorded": "2026-01-07T09:32:15Z",
"agent": [
{
"who": {
"reference": "Practitioner/PractitionerExample"
},
"requestor": true
}
],
"source": {
"observer": {
"reference": "Device/DeviceExample"
}
}
}