Skip to content

Commit

Permalink
Fix AuditEvent.source.type: must be an array of CodeableConcept
Browse files Browse the repository at this point in the history
  • Loading branch information
alisianoi committed Jun 26, 2024
1 parent b838393 commit 38387fe
Showing 1 changed file with 16 additions and 12 deletions.
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

0 comments on commit 38387fe

Please sign in to comment.