Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build
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
{
"resourceType" : "AuditEvent",
"id" : "auditevent-launch-example",
"meta" : {
"profile" : [
🔗 "http://koppeltaal.nl/fhir/StructureDefinition/KT2AuditEvent"
]
},
"language" : "nl-NL",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\">Example of AuditEvent on user authentication</div>"
},
"extension" : [
{
"url" : "http://koppeltaal.nl/fhir/StructureDefinition/resource-origin",
"valueReference" : {
🔗 "reference" : "Device/autorisatieserver",
"type" : "Device"
}
}
],
"type" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110114",
"display" : "User Authentication"
},
"subtype" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110122",
"display" : "Login"
}
],
"action" : "E",
"recorded" : "2023-06-12T10:27:31.389+00:00",
"outcome" : "0",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110153"
}
]
},
"who" : {
🔗 "reference" : "Device/autorisatieserver",
"type" : "Device"
},
"requestor" : true
}
],
"source" : {
"site" : "domeinnaam",
"observer" : {
🔗 "reference" : "Device/autorisatieserver",
"type" : "Device"
}
},
"entity" : [
{
"what" : {
🔗 "reference" : "Patient/patient-volledigenaam",
"type" : "Patient"
},
"role" : {
"system" : "http://terminology.hl7.org/CodeSystem/object-role",
"code" : "1",
"display" : "Patient"
}
}
]
}