DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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

Raw JSON (canonical form)

Accounting of a Disclosure

{
  "resourceType": "AuditEvent",
  "id": "example-disclosure",
  "text": {
    "status": "generated",
    "div": "<div>Disclosure by some idiot, for marketing reasons, to places unknown, of a Poor Sap, data about Everthing important.</div>"
  },
  "event": {
    "type": {
      "system": "http://nema.org/dicom/dicm",
      "code": "110106",
      "display": "Export"
    },
    "subtype": [
      {
        "code": "Disclosure",
        "display": "HIPAA disclosure"
      }
    ],
    "action": "R",
    "dateTime": "2013-09-22T00:08:00Z",
    "outcome": "0",
    "outcomeDesc": "Successful  Disclosure",
    "purposeOfEvent": [
      {
        "system": "http://hl7.org/fhir/v3/ActReason",
        "code": "HMARKT",
        "display": "healthcare marketing"
      }
    ]
  },
  "participant": [
    {
      "role": [
        {
          "fhir_comments": [
            "  who disclosed the data  "
          ],
          "coding": [
            {
              "system": "http://nema.org/dicom/dicm",
              "code": "110153",
              "display": "Source Role ID"
            }
          ]
        }
      ],
      "userId": {
        "value": "SomeIdiot@nowhere.com"
      },
      "altId": "notMe",
      "name": "That guy everyone wishes would be caught",
      "requestor": true,
      "location": {
        "reference": "Location/1"
      },
      "policy": [
        "http://consent.com/yes"
      ],
      "network": {
        "address": "custodian.net",
        "type": "1"
      }
    },
    {
      "role": [
        {
          "fhir_comments": [
            "  who received the data  "
          ],
          "coding": [
            {
              "system": "http://nema.org/dicom/dicm",
              "code": "110152",
              "display": "Destination Role ID"
            }
          ]
        }
      ],
      "reference": {
        "reference": "Practitioner/example"
      },
      "userId": {
        "value": "Where"
      },
      "requestor": false,
      "network": {
        "address": "marketing.land",
        "type": "1"
      },
      "purposeOfUse": [
        {
          "system": "http://hl7.org/fhir/v3/ActReason",
          "code": "HMARKT",
          "display": "healthcare marketing"
        }
      ]
    }
  ],
  "source": {
    "site": "Watcher",
    "_site": {
      "fhir_comments": [
        "  what system detected this disclosure  "
      ]
    },
    "identifier": {
      "value": "Watchers Accounting of Disclosures Application"
    },
    "type": [
      {
        "system": "http://hl7.org/fhir/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  },
  "object": [
    {
      "reference": {
        "fhir_comments": [
          "  patient whos data got disclosed  "
        ],
        "reference": "Patient/example"
      },
      "type": {
        "system": "http://hl7.org/fhir/object-type",
        "code": "1",
        "display": "Person"
      },
      "role": {
        "system": "http://hl7.org/fhir/valueset-object-role",
        "code": "1",
        "display": "Patient"
      }
    },
    {
      "identifier": {
        "fhir_comments": [
          "  data that got disclosed  "
        ],
        "value": "What.id"
      },
      "reference": {
        "reference": "Patient/example/_history/1"
      },
      "type": {
        "system": "http://hl7.org/fhir/object-type",
        "code": "2",
        "display": "System Object"
      },
      "role": {
        "system": "http://hl7.org/fhir/valueset-object-role",
        "code": "4",
        "display": "DomainResource"
      },
      "lifecycle": {
        "system": "http://hl7.org/fhir/object-lifecycle",
        "code": "11",
        "display": "Disclosure"
      },
      "securityLabel": [
        {
          "system": "http://hl7.org/fhir/v3/Confidentiality",
          "code": "V",
          "display": "very restricted"
        },
        {
          "system": "http://hl7.org/fhir/v3/ActCode",
          "code": "STD",
          "display": "sexually transmitted disease information sensitivity"
        },
        {
          "system": "http://hl7.org/fhir/v3/ActCode",
          "code": "DELAU",
          "display": "delete after use"
        }
      ],
      "name": "Namne of What",
      "description": "data about Everthing important"
    }
  ]
}

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.