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

FHIR IG analytics

Packageihe.iti.mhd
Resource TypeAuditEvent
IdAuditEvent-ex-auditRetrieveDocument-responder.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-auditRetrieveDocument-responder

Profile: Audit Event for Retrieve Document Transaction at the Document Responder

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

type: Audit Event ID: rest (Restful Operation)

subtype: unknown: ITI-68 (Retrieve Document), FHIR Restful Interactions: read (read)

action: Read/View/Print

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

outcome: Success

agent

type: Destination Role ID

who: model number ABC, serial number 1234

requestor: false

Networks

-AddressType
*myDevice.example.comMachine Name

agent

type: Source Role ID

who: http://server.example.com/fhir

requestor: false

Networks

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

Sources

-SiteObserverType
*server.example.comhttp://server.example.com/fhirAudit Event Source Type: 4 (Application Server)

entity

what: http://example.org/blah/blah.pdf

type: Audit event entity type: 2 (System Object)

role: AuditEventEntityRole: 3 (Report)

entity

what: John Schmidt Other, DoB: 1923-07-25

type: Audit event entity type: 1 (Person)

role: AuditEventEntityRole: 1 (Patient)


Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-auditRetrieveDocument-responder",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.RetrieveDocument.Audit.Responder"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code": "rest",
    "display": "Restful Operation"
  },
  "subtype": [
    {
      "system": "urn:ihe:event-type-code",
      "code": "ITI-68",
      "display": "Retrieve Document"
    },
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "read",
      "display": "read"
    }
  ],
  "action": "R",
  "recorded": "2020-04-29T09:49:00.000Z",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination 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": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "display": "http://server.example.com/fhir"
      },
      "requestor": false,
      "network": {
        "address": "http://server.example.com/fhir",
        "type": "5"
      }
    }
  ],
  "source": {
    "site": "server.example.com",
    "observer": {
      "display": "http://server.example.com/fhir"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "http://example.org/blah/blah.pdf"
      },
      "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code": "2",
        "display": "System Object"
      },
      "role": {
        "system": "http://terminology.hl7.org/CodeSystem/object-role",
        "code": "3",
        "display": "Report"
      }
    },
    {
      "what": {
        "reference": "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"
      }
    }
  ]
}