{
  "resourceType": "AuditEvent",
  "id": "audit-event-deleted-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-10-10T00:00:00Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-audit-event"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Removed Newborn Delivery details by ABC Medical Center</b></p></div>"
  },
  "type": {
    "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-audit-type-1",
    "code": "HEALTHINT",
    "display": "Health Interaction"
  },
  "subtype": [
    {
      "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-hi-type-1",
      "code": "NEWBRNDEL",
      "display": "Newborn Delivery"
    }
  ],
  "action": "D",
  "recorded": "2019-04-19T00:00:00Z",
  "outcome": "0",
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-security-role-type-1",
              "code": "PROV",
              "display": "Health Care Provider"
            }
          ],
          "text": "Provider"
        }
      ],
      "name": "Dr. Gladys Parsons",
      "requestor": true
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-security-role-type-1",
              "code": "CST",
              "display": "Provider Organisation"
            }
          ],
          "text": "Organisation"
        }
      ],
      "name": "ABC Medical Center",
      "requestor": true,
      "location": {
        "display": "Blacktown, NSW"
      }
    }
  ],
  "source": {
    "site": "JT",
    "identifier": {
      "value": "ncdhc.jt.app.3125225222"
    },
    "type": [
      {
        "system": "http://hl7.org/fhir/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  }
}