Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AuditEvent.source.type: must be an array of CodeableConcept #18

Open
wants to merge 1 commit into
base: ePA-3.0.1
Choose a base branch
from
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