Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build Netherlands flag

Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.002) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: auditevent-launch-example - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="auditevent-launch-example"/>
  <meta>
    <profile
             value="http://koppeltaal.nl/fhir/StructureDefinition/KT2AuditEvent"/>
  </meta>
  <language value="nl-NL"/>
  <text>
    <status value="generated"/>
    <div xml:lang="nl-NL" xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL">Example of AuditEvent on user authentication</div>
  </text>
  <extension
             url="http://koppeltaal.nl/fhir/StructureDefinition/resource-origin">
    <valueReference>🔗 
      <reference value="Device/autorisatieserver"/>
      <type value="Device"/>
    </valueReference>
  </extension>
  <type>
    <system value="http://dicom.nema.org/resources/ontology/DCM"/>
    <code value="110114"/>
    <display value="User Authentication"/>
  </type>
  <subtype>
    <system value="http://dicom.nema.org/resources/ontology/DCM"/>
    <code value="110122"/>
    <display value="Login"/>
  </subtype>
  <action value="E"/>
  <recorded value="2023-06-12T10:27:31.389+00:00"/>
  <outcome value="0"/>
  <agent>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110153"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="Device/autorisatieserver"/>
      <type value="Device"/>
    </who>
    <requestor value="true"/>
  </agent>
  <source>
    <site value="domeinnaam"/>
    <observer>🔗 
      <reference value="Device/autorisatieserver"/>
      <type value="Device"/>
    </observer>
  </source>
  <entity>
    <what>🔗 
      <reference value="Patient/patient-volledigenaam"/>
      <type value="Patient"/>
    </what>
    <role>
      <system value="http://terminology.hl7.org/CodeSystem/object-role"/>
      <code value="1"/>
      <display value="Patient"/>
    </role>
  </entity>
</AuditEvent>