CH ATC (R4)
3.2.0 - Draft
This page is part of the CH ATC (R4) (v3.2.0: Draft Ballot 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "AuditEvent",
"id" : "atc-pol-create-rep",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-atc/StructureDefinition/PolicyAuditEvent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">22.09.2020 09:48: Jakob Wieder-Gesund authorized Julia Helfe Gern as a representative </div>"
},
"type" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110106",
"display" : "Export"
},
"subtype" : [
{
"system" : "urn:oid:2.16.756.5.30.1.127.3.10.7",
"code" : "ATC_POL_CREATE_AUT_PART_AL",
"display" : "Authorize participants to access level/date"
}
],
"action" : "C",
"recorded" : "2020-10-09T07:48:00Z",
"outcome" : "0",
"agent" : [
{
"role" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code" : "PAT",
"display" : "Patient"
}
]
}
],
"name" : "Jakob Wieder-Gesund",
"requestor" : true
}
],
"source" : {
"observer" : {
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:7.8.9.10.12"
}
}
},
"entity" : [
// oid of system generating this audit event
{
"what" : {
"identifier" : // Patient
{
"system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
"value" : "761337610469261945"
}
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
"code" : "1",
"display" : "Person"
},
"role" : {
"system" : "http://terminology.hl7.org/CodeSystem/object-role",
"code" : "1",
"display" : "Patient"
}
},
{
"type" : // Resource
{
"system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
"code" : "2",
"display" : "System Object"
},
"role" : {
"system" : "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code" : "REP",
"display" : "Representative"
},
"name" : "Julia Helfe Gern"
}
]
}