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

FHIR IG analytics

Packageihe.iti.deid
Resource TypeAuditEvent
IdAuditEvent-ex-auditReIdentification-source.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

Generated Narrative: AuditEvent ex-auditReIdentification-source

Profile: Audit Event for De-Identification at Source

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

type: DICOM: 110106 (Export)

subtype: ISO 21089 2017 Health Record Lifecycle Events: reidentify (Re-identify Record Lifecycle Event), FHIR Restful Interactions: read (read)

action: Read/View/Print

recorded: 2025-04-29 09:49:00+0000

outcome: Success

purposeOfEvent: healthcare research

agent

type: Source Role ID

who: model number ABC, serial number 1234

requestor: false

Networks

-AddressType
*myDevice.example.comMachine Name

agent

type: Destination Role ID

who: myMachine.example.org

requestor: false

Networks

-AddressType
*http://server.example.com/fhirURI

Sources

-SiteObserverType
*mobile app foo-barmodel number ABC, serial number 1234Audit Event Source Type: 1 (User Device)

entity

what: http://example.org/fhir/Patient/ex-patient

type: Audit event entity type: 1 (Person)

role: AuditEventEntityRole: 1 (Patient)

entity

what: De-Identification Algorithm Identifier for FooBar De-Identification Algorithm (Identifier: Uniform Resource Identifier (URI)/urn:uuid:bed39a2d-3212-4f24-a5c8-e4c168968057)

type: Entity Type for De-Identification: DeId-algorithm (De-Identification Algorithm)


Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-auditReIdentification-source",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/DeId/StructureDefinition/IHE.BasicAudit.DeIdentification.Source"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://dicom.nema.org/resources/ontology/DCM",
    "code": "110106",
    "display": "Export"
  },
  "subtype": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
      "code": "reidentify",
      "display": "Re-identify Record Lifecycle Event"
    },
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "read",
      "display": "read"
    }
  ],
  "action": "R",
  "recorded": "2025-04-29T09:49:00.000Z",
  "outcome": "0",
  "purposeOfEvent": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HRESCH",
          "display": "healthcare research"
        }
      ]
    }
  ],
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "display": "model number ABC, serial number 1234"
      },
      "requestor": false,
      "network": {
        "address": "myDevice.example.com",
        "type": "1"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination Role ID"
          }
        ]
      },
      "who": {
        "display": "myMachine.example.org"
      },
      "requestor": false,
      "network": {
        "address": "http://server.example.com/fhir",
        "type": "5"
      }
    }
  ],
  "source": {
    "site": "mobile app foo-bar",
    "observer": {
      "display": "model number ABC, serial number 1234"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "1",
        "display": "User Device"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "http://example.org/fhir/Patient/ex-patient"
      },
      "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code": "1",
        "display": "Person"
      },
      "role": {
        "system": "http://terminology.hl7.org/CodeSystem/object-role",
        "code": "1",
        "display": "Patient"
      }
    },
    {
      "what": {
        "identifier": {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:uuid:bed39a2d-3212-4f24-a5c8-e4c168968057"
        },
        "display": "De-Identification Algorithm Identifier for FooBar De-Identification Algorithm"
      },
      "type": {
        "system": "https://profiles.ihe.net/ITI/DeId/CodeSystem/DeIdentificationEntityType",
        "code": "DeId-algorithm"
      }
    }
  ]
}