Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions src/openapi/I_Audit_Event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,9 +867,10 @@ components:
type: string
example: Elektronische Patientenakte Fachdienst
type:
allOf:
- description: "Code specifying the type of source where event originated. CDMGMT | ENTITMGMT | DEVICEMGMT | HRRSVC | XDSSVC | MEDICATIONSVC | CONMGMT"
- $ref: '#/components/schemas/Coding'
description: "Code specifying the type of source where event originated. CDMGMT | ENTITMGMT | DEVICEMGMT | HRRSVC | XDSSVC | MEDICATIONSVC | CONMGMT"
type: array
items:
$ref: '#/components/schemas/CodeableConcept'

AuditEvent_Entity:
type: object
Expand Down Expand Up @@ -935,9 +936,10 @@ components:
observer:
display: Elektronische Patientenakte Fachdienst
type:
system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: XDSSVC
display: XDS Document Service
- coding:
- system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: XDSSVC
display: XDS Document Service
entity:
- name: Arztbrief4711
description: operation:provide-and-register-document-set-b
Expand Down Expand Up @@ -977,9 +979,10 @@ components:
observer:
display: Elektronische Patientenakte Fachdienst
type:
system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: MEDICATIONSVC
display: Medication Service
- coding:
- system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: MEDICATIONSVC
display: Medication Service
entity:
- name: MedicationDispense
description: operation:cancel-dispensation
Expand Down Expand Up @@ -1016,9 +1019,10 @@ components:
observer:
display: Elektronische Patientenakte Fachdienst
type:
system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: MEDICATIONSVC
display: Medication Service
- coding:
- system: https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
code: MEDICATIONSVC
display: Medication Service
entity:
- name: MedicationRequest
description: Bundle:searchset
Expand Down