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

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypeAuditEvent
IdAuditEvent-tde-auditevent-example.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é tde-auditevent-example

type: DICOM: 110100 (Application Activity)

recorded: 2026-02-24 00:00:00+0000

Agents

-WhoRequestor
*Organization DMI Organization Interne Example Nametrue

Sources

-Observer
*Practitioner : identifier = http://www.acme.com/identifiers#identifier-dmi-practitioner-example; telecom = dmi-practitioner-example@example.com

Source1

{
  "resourceType": "AuditEvent",
  "id": "tde-auditevent-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tde/StructureDefinition/tde-auditevent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://dicom.nema.org/resources/ontology/DCM",
    "code": "110100",
    "display": "Application Activity"
  },
  "recorded": "2026-02-24T00:00:00Z",
  "agent": [
    {
      "who": {
        "reference": "Organization/dmi-organization-interne-example"
      },
      "requestor": true
    }
  ],
  "source": {
    "observer": {
      "reference": "Practitioner/dmi-practitioner-example"
    }
  }
}