Skip to content

Commit 7320d6c

Browse files
Add CheckContent target generation
1 parent 58b8c1f commit 7320d6c

File tree

6 files changed

+3237
-0
lines changed

6 files changed

+3237
-0
lines changed

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS-CheckContent/elz-serving-xis-scenario-1-maximal-json.xml

Lines changed: 858 additions & 0 deletions
Large diffs are not rendered by default.

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS-CheckContent/elz-serving-xis-scenario-1-maximal-xml.xml

Lines changed: 858 additions & 0 deletions
Large diffs are not rendered by default.

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS-CheckContent/elz-serving-xis-scenario-2-minimal-json.xml

Lines changed: 753 additions & 0 deletions
Large diffs are not rendered by default.

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS-CheckContent/elz-serving-xis-scenario-2-minimal-xml.xml

Lines changed: 753 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
{ "goal" : "Test",
3+
"fhirVersion" : "R4",
4+
"informationStandard" : "ELZ 0.2.0",
5+
"usecase" : "ELZ",
6+
"role" :
7+
{ "name" : "Serving-XIS",
8+
"description" : "XIS that can be queried by a client" },
9+
"variant" :
10+
{ "name" : "CheckContent",
11+
"description" : "Version with automated checks on the content of the test scenario" },
12+
"serverAlias" : "nictiz" }

src/ELZ-0-2-0-beta/Test/build.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ input.dir = src/ELZ-0-2-0-beta/Test
22
output.dir = output/R4/ELZ-0-2-0-beta/ELZ/Test
33
fhir.version = R4
44

5+
targets.additional = Serving-XIS-CheckContent
6+
target.description.Serving-XIS-CheckContent = Version with automated checks on the content of the test scenario
7+
58
informationStandard = ELZ 0.2.0
69
usecase = ELZ

0 commit comments

Comments
 (0)