Skip to content

Commit d31b458

Browse files
Merge branch 'main' of https://github.com/Nictiz/Nictiz-testscripts into CL-287
2 parents 40e64ab + e980e3a commit d31b458

File tree

869 files changed

+112479
-14630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

869 files changed

+112479
-14630
lines changed

Configuration/QualificationTokens.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,20 @@
904904
"familyName": "de Herder",
905905
"bsn": "999901370",
906906
"qualificationScript": "BgZ voor medisch-specialistische zorg"
907+
},
908+
{
909+
"accessToken": "Bearer f1e2ccd9-ad09-4961-aeb3-5222b63b6128",
910+
"resourceId": "AST",
911+
"familyName": "AST",
912+
"bsn": "999906276",
913+
"qualificationScript": "BgZ voor medisch-specialistische zorg"
914+
},
915+
{
916+
"accessToken": "Bearer bf06e5ef-1a89-4035-b9d2-b6a5ea4be92f",
917+
"resourceId": "OLIVIA-MADELIEF-O-M-W--OLIJF-DE-WILSON-ELIK",
918+
"familyName": "Çelik-de Wilson",
919+
"bsn": "999906410",
920+
"qualificationScript": "BgZ voor medisch-specialistische zorg"
907921
},
908922
{
909923
"accessToken": "Bearer b8d781c9-04ca-4cd3-9773-e08efdb419e3",

Configuration/roles.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
roles = PHR-Client, XIS-Server, Sending-System, Receiving-System, Serving-System, Retrieving-System, Retrieving-XIS, Serving-XIS, Retrieving-PHR, Sending-PHR, Receiving-XIS
1+
roles = PHR-Client, XIS-Server, Sending-System, Receiving-System, Serving-System, Retrieving-System, Retrieving-XIS, Serving-XIS, Validation-Retrieving-XIS, Validation-Serving-XIS, Retrieving-PHR, Sending-PHR, Receiving-XIS
22
role.description.PHR-Client = Personal Health Record (PHR/PGO) in MedMij context
33
role.description.XIS-Server = XIS (DVA) in MedMij context
44
role.description.Sending-System = System that sends information to a receiving system
@@ -7,6 +7,8 @@ role.description.Serving-System = Server that can be queried by a client (Retrie
77
role.description.Retrieving-System = Client that queries information from a server (Serving-System)
88
role.description.Serving-XIS = XIS that can be queried by a client
99
role.description.Retrieving-XIS = XIS that queries information from a server
10+
role.description.Validation-Serving-XIS = XIS that can be queried by a client for validation
11+
role.description.Validation-Retrieving-XIS = XIS that queries information from a server for validation
1012
role.description.Retrieving-PHR = PHR that queries information from a server
1113
role.description.Sending-PHR = PHR that sends information to a receiving
1214
role.description.Receiving-XIS = XIS that receives information from a sending system

output/R4/Immunization-2-0/MedMij/Cert/PHR-Client/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1515
"version" : "0.11.0-beta.1" } ],
16-
"serverAlias" : "nictiz" }
16+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server-CheckContent/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1818
"version" : "0.11.0-beta.1" } ],
19-
"serverAlias" : "nictiz" }
19+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1515
"version" : "0.11.0-beta.1" } ],
16-
"serverAlias" : "nictiz" }
16+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Cert/_LoadResources/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"fhirVersion" : "R4",
44
"informationStandard" : "Vaccination-Immunization 2.x",
55
"usecase" : "MedMij",
6-
"serverAlias" : "nictiz" }
6+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Test/PHR-Client/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1515
"version" : "0.11.0-beta.1" } ],
16-
"serverAlias" : "nictiz" }
16+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Test/XIS-Server-CheckContent/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1717
"version" : "0.11.0-beta.1" } ],
18-
"serverAlias" : "nictiz" }
18+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Test/XIS-Server/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
{ "name" : "nictiz.fhir.nl.stu3.nl-core",
1515
"version" : "0.11.0-beta.1" } ],
16-
"serverAlias" : "nictiz" }
16+
"serverAlias" : "nictizmedmij" }

output/R4/Immunization-2-0/MedMij/Test/_LoadResources/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"fhirVersion" : "R4",
44
"informationStandard" : "Vaccination-Immunization 2.x",
55
"usecase" : "MedMij",
6-
"serverAlias" : "nictiz" }
6+
"serverAlias" : "nictizmedmij" }

0 commit comments

Comments
 (0)