Release 5 Snapshot #1

This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Auditevent-example-disclosure.json

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Accounting of a Disclosure

{
  "resourceType": "AuditEvent",
  "id": "example-disclosure",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Disclosure by some idiot, for marketing reasons, to places unknown, of a Poor Sap, data about Everthing important.</p>\n\t\t\t<p>\n\t\t\t\t<b> category:</b> Export</p>\n\t\t\t<p>\n\t\t\t\t<b> code:</b> HIPAA Disclosure</p>\n\t\t\t<p>\n\t\t\t\t<b> action:</b> Read</p>\n\t\t\t<p>\n\t\t\t\t<b> severity:</b> Notice: normal but signficant condition</p>\n\t\t\t<p>\n\t\t\t\t<b> recorded:</b> September 22, 2013</p>\n\t\t\t<p>\n\t\t\t\t<b> PurposeOfEvent:</b> Healthcare Marketing</p>\n\t\t\t<p>\n\t\t\t\t<b> source agent:</b> user ID</p>\n\t\t\t<p>\n\t\t\t\t<b> source agent location:</b> Location 1</p>\n\t\t\t<p>\n\t\t\t\t<b> source agent network id:</b> custodian.net</p>\n\t\t\t<p>\n\t\t\t\t<b> recipient agent:</b> practitioner ID</p>\n\t\t\t<p>\n\t\t\t\t<b> recipient agent network id:</b> marketing.land</p>\n\t\t\t<p>\n\t\t\t\t<b> patient:</b> patient identity</p>\n\t\t\t<p>\n\t\t\t\t<b> data exposed:</b> list of data</p>\n\t\t</div>"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "110106",
          "display": "Export"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "Disclosure",
        "display": "HIPAA disclosure"
      }
    ]
  },
  "action": "R",
  "severity": "notice",
  "recorded": "2013-09-22T00:08:00Z",
  "outcome": {
    "code": {
      "system": "http://terminology.hl7.org/CodeSystem/audit-event-outcome",
      "code": "success",
      "display": "Success"
    },
    "detail": [
      {
        "text": "Successful Disclosure"
      }
    ]
  },
  "authorization": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HMARKT",
          "display": "healthcare marketing"
        }
      ]
    }
  ],
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "identifier": {
          "value": "SomeIdiot@nowhere"
        },
        "display": "That guy everyone wishes would be caught"
      },
      "requestor": true,
      "location": {
        "reference": "Location/1"
      },
      "policy": [
        "http://consent.com/yes"
      ],
      "networkString": "custodian.net"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination Role ID"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/example",
        "display": "Where"
      },
      "requestor": false,
      "networkString": "marketing.land",
      "authorization": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
              "code": "HMARKT",
              "display": "healthcare marketing"
            }
          ]
        }
      ]
    }
  ],
  "source": {
    "observer": {
      "display": "Watchers Accounting of Disclosures Application"
    },
    "type": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
            "code": "4",
            "display": "Application Server"
          }
        ]
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "Patient/example"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/object-role",
            "code": "1",
            "display": "Patient"
          }
        ]
      }
    },
    {
      "what": {
        "reference": "Patient/example/_history/1",
        "identifier": {
          "value": "What.id"
        },
        "display": "data about Everthing important"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/object-role",
            "code": "4",
            "display": "Domain Resource"
          }
        ]
      },
      "securityLabel": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
              "code": "V",
              "display": "very restricted"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "STD",
              "display": "sexually transmitted disease information sensitivity"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "DELAU",
              "display": "delete after use"
            }
          ]
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.