Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: AuditEvent Example - JSON Representation

Raw json | Download


{
  "resourceType" : "AuditEvent",
  "id" : "1",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/AuditEvent-IEHR"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"1\"> </a><a name=\"hc1\"> </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\">Resource AuditEvent &quot;1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AuditEvent-IEHR.html\">AuditEventIEHR</a></p></div><p><b>type</b>: User Authentication (Details: DICOM code 110114 = 'User Authentication', stated as 'null')</p><p><b>period</b>: 2021-08-24 11:14:00+0000 --&gt; 2021-08-24 11:14:00+0000</p><p><b>recorded</b>: Aug 27, 2021, 8:01:47\u202fAM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</td><td>true</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table></div>"
  },
  "type" : {
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "110114"
  },
  "period" : {
    "start" : "2021-08-24T11:14:00.000Z",
    "end" : "2021-08-24T11:14:00.005Z"
  },
  "recorded" : "2021-08-27T10:01:47.343+02:00",
  "agent" : [
    {
      "who" : {
        🔗 "reference" : "Practitioner/21"
      },
      "requestor" : true
    }
  ],
  "source" : {
    "observer" : {
      🔗 "reference" : "Practitioner/21"
    }
  }
}