RIVO-Noord Zorgviewer MVP2 Implementation Guide
0.25.0 - sprint32 Netherlands flag

RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zorgviewer AuditEvent Example - JSON Representation

Raw json | Download


{
  "resourceType" : "AuditEvent",
  "id" : "example-auditevent-zorgviewer",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"example-auditevent-zorgviewer\"> </a><a name=\"hcexample-auditevent-zorgviewer\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceAuditEvent &quot;example-auditevent-zorgviewer&quot; </p></div><p><b>type</b>: Patient Record (Details: DICOM code 110110 = 'Patient Record', stated as 'Patient Record')</p><p><b>action</b>: R</p><p><b>recorded</b>: Apr 25, 2023, 11:04:27\u202fAM</p><blockquote><p><b>agent</b></p><p><b>role</b>: Directly involved healthcare professional <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#05)</span></p><p><b>userId</b>: Vektis AGB-z zorgverlener tabel/06020101</p><p><b>name</b>: Schroder, CP, Arts</p><p><b>requestor</b>: false</p><p><b>policy</b>: <a href=\"https://rivo-noord.nl/zorgviewer/toestemming\">https://rivo-noord.nl/zorgviewer/toestemming</a></p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>w3zkh3348.intra.umcg.nl</td></tr></table></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td>Zorgviewer RIVO-Noord</td></tr></table><blockquote><p><b>entity</b></p><p><b>identifier</b>: Burgerservicenummer (BSN)/999911120</p><p><b>type</b>: Person (Details: AuditEventEntityType code 1 = 'Person', stated as 'null')</p><p><b>name</b>: J. XXX-Helleman</p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>X-Request-Id</td><td>(base64 data - 37 bytes)</td></tr></table></blockquote></div>"
  },
  "type" : {
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "110110",
    "display" : "Patient Record"
  },
  "action" : "R",
  "recorded" : "2023-04-25T22:04:27+11:00",
  "agent" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "code" : "05",
              "display" : "Directly involved healthcare professional"
            }
          ]
        }
      ],
      "userId" : {
        "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
        "value" : "06020101"
      },
      "name" : "Schroder, CP, Arts",
      "requestor" : false,
      "policy" : [
        "https://rivo-noord.nl/zorgviewer/toestemming"
      ],
      "network" : {
        "address" : "w3zkh3348.intra.umcg.nl"
      }
    }
  ],
  "source" : {
    "identifier" : {
      "value" : "Zorgviewer RIVO-Noord"
    }
  },
  "entity" : [
    {
      "identifier" : {
        "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
        "value" : "999911120"
      },
      "type" : {
        "system" : "http://hl7.org/fhir/audit-entity-type",
        "code" : "1"
      },
      "name" : "J. XXX-Helleman",
      "detail" : [
        {
          "type" : "X-Request-Id",
          "value" : "MDFkZWFhOWMtMzU5Ny00NmU2LTk2MTItNTAwMzgwOTdmMjg0Cg=="
        }
      ]
    }
  ]
}