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

FHIR IG analytics

Packageihe.iti.balp
Resource TypeAuditEvent
IdAuditEvent-ex-auditPrivacyDisclosure-source2.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-auditPrivacyDisclosure-source2

Profile: Audit Event for Privacy Disclosure 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: disclose (Disclose Record Lifecycle Event), FHIR Restful Interactions: read (read)

action: Read/View/Print

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

outcome: Success

purposeOfEvent: patient requested

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

agent

type: Patient Advocate

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

requestor: true

Sources

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

entity

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

type: Audit event entity type: 1 (Person)

role: AuditEventEntityRole: 1 (Patient)

entity

what: DocumentReference: status = current

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

role: AuditEventEntityRole: 3 (Report)


Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-auditPrivacyDisclosure-source2",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.PrivacyDisclosure.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": "disclose",
      "display": "Disclose Record Lifecycle Event"
    },
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "read",
      "display": "read"
    }
  ],
  "action": "R",
  "recorded": "2020-04-29T09:49:00.000Z",
  "outcome": "0",
  "purposeOfEvent": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "PATRQT",
          "display": "patient requested"
        }
      ]
    }
  ],
  "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"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "429577009",
            "display": "Patient Advocate"
          }
        ]
      },
      "who": {
        "reference": "Patient/ex-patient"
      },
      "requestor": true
    }
  ],
  "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": "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": {
        "reference": "DocumentReference/ex-documentreference"
      },
      "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"
      }
    }
  ]
}