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

FHIR IG analytics

Packageans.fhir.fr.tde
Resource TypeAuditEvent
IdAuditEvent-TDEAuditEventExample.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

Narratif généré : ÉvènementSécurité TDEAuditEventExample

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

Agents

-WhoRequestor
*Practitioner Jean DUPONT true

Sources

-Observer
*Device : manufacturer = Éditeur SI Santé

Source1

{
  "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"
    }
  }
}