@@ -867,9 +867,10 @@ components:
867
867
type : string
868
868
example : Elektronische Patientenakte Fachdienst
869
869
type :
870
- allOf :
871
- - description : " Code specifying the type of source where event originated. CDMGMT | ENTITMGMT | DEVICEMGMT | HRRSVC | XDSSVC | MEDICATIONSVC | CONMGMT"
872
- - $ref : ' #/components/schemas/Coding'
870
+ description : " Code specifying the type of source where event originated. CDMGMT | ENTITMGMT | DEVICEMGMT | HRRSVC | XDSSVC | MEDICATIONSVC | CONMGMT"
871
+ type : array
872
+ items :
873
+ $ref : ' #/components/schemas/CodeableConcept'
873
874
874
875
AuditEvent_Entity :
875
876
type : object
@@ -935,9 +936,10 @@ components:
935
936
observer :
936
937
display : Elektronische Patientenakte Fachdienst
937
938
type :
938
- system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
939
- code : XDSSVC
940
- display : XDS Document Service
939
+ - coding :
940
+ system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
941
+ code : XDSSVC
942
+ display : XDS Document Service
941
943
entity :
942
944
- name : Arztbrief4711
943
945
description : operation:provide-and-register-document-set-b
@@ -977,9 +979,10 @@ components:
977
979
observer :
978
980
display : Elektronische Patientenakte Fachdienst
979
981
type :
980
- system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
981
- code : MEDICATIONSVC
982
- display : Medication Service
982
+ - coding :
983
+ system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
984
+ code : MEDICATIONSVC
985
+ display : Medication Service
983
986
entity :
984
987
- name : MedicationDispense
985
988
description : operation:cancel-dispensation
@@ -1016,9 +1019,10 @@ components:
1016
1019
observer :
1017
1020
display : Elektronische Patientenakte Fachdienst
1018
1021
type :
1019
- system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
1020
- code : MEDICATIONSVC
1021
- display : Medication Service
1022
+ - coding :
1023
+ system : https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs
1024
+ code : MEDICATIONSVC
1025
+ display : Medication Service
1022
1026
entity :
1023
1027
- name : MedicationRequest
1024
1028
description : Bundle:searchset
0 commit comments