Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
30 changes: 30 additions & 0 deletions .github/workflows/conformance-to-Conformancelab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Conformance to Conformancelab

on: pull_request

jobs:
conformance:
name: Validate changed TestScript resources against the Conformancelab profile
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get the changed TestScripts
id: get-changed-testscripts
run: |
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
echo "files=${files//$'\n'/ }" >> $GITHUB_OUTPUT

- name: Show me what you have
run: echo ${{ steps.get-changed-testscripts.outputs.files }}

- name: Validate
uses: pieter-edelman-nictiz/hl7-validator-action@master
with:
version: "5.0"
validator-version: "6.5.11"
source: ${{ steps.get-changed-testscripts.outputs.files }}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-1.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Profile reference 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' has not been checked because it could not be found, and fetching it resulted in the error java.io.IOException: unexpected end of stream on http://fhir.interoplab.eu/... (at TestScript.meta.profile[0])

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-1.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Constraint failed: cnl-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' (defined in http://hl7.org/fhir/StructureDefinition/TestScript) (at TestScript)
<id value="imm-retrieve-cert-1-1"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-1.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-cert-1-1"/>
<version value="r4-1.0.0-patchlevel 2024-10"/>
<name value="Immunization - Client - Scenario 1.1 - Retrieve Immunization resources of XXX_Boekwijt"/>
<name value="Immunization - Client - Scenario 1.1 - Retrieve Immunization resources of XXX_Boekwijt"/>
<status value="active"/>
<publisher value="Nictiz"/>
<contact>
Expand Down Expand Up @@ -106,7 +106,7 @@
</action>
<action>
<assert>
<description value="Confirm that the response Bundle contains 2 Immunization resource(s). "/>

Check warning on line 109 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-1.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

value should not start or finish with whitespace 'Confirm that the response Bundle contains 2 Immunization resource(s). ' (at TestScript.test[0].action[6].assert.description)
<direction value="response"/>
<expression value="Bundle.entry.where(resource.is(Immunization)).count() = 2"/>
<stopTestOnFail value="false"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-2.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Profile reference 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' has not been checked because it could not be found, and fetching it resulted in the error java.net.SocketException: Connection reset (at TestScript.meta.profile[0])

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-2.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Constraint failed: cnl-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' (defined in http://hl7.org/fhir/StructureDefinition/TestScript) (at TestScript)
<id value="imm-retrieve-cert-1-2"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-2.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-cert-1-2"/>
<version value="r4-1.0.0-patchlevel 2024-10"/>
<name value="Immunization - Client - Scenario 1.2 - Retrieve Immunization resources of 'Brechtje Maria (Brechtje) van XXX_Boeters-der Teeuwen'"/>
<name value="Immunization - Client - Scenario 1.2 - Retrieve Immunization resources of 'Brechtje Maria (Brechtje) van XXX_Boeters-der Teeuwen'"/>
<status value="active"/>
<publisher value="Nictiz"/>
<contact>
Expand Down Expand Up @@ -106,7 +106,7 @@
</action>
<action>
<assert>
<description value="Confirm that the response Bundle contains 1 Immunization resource(s). "/>

Check warning on line 109 in output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-2.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

value should not start or finish with whitespace 'Confirm that the response Bundle contains 1 Immunization resource(s). ' (at TestScript.test[0].action[6].assert.description)
<direction value="response"/>
<expression value="Bundle.entry.where(resource.is(Immunization)).count() = 1"/>
<stopTestOnFail value="false"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Profile reference 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' has not been checked because it could not be found, and fetching it resulted in the error java.io.IOException: unexpected end of stream on http://fhir.interoplab.eu/... (at TestScript.meta.profile[0])

Check warning on line 2 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Constraint failed: cnl-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' (defined in http://hl7.org/fhir/StructureDefinition/TestScript) (at TestScript)
<id value="imm-serve-cert-1-1-CheckContent-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">

Check failure on line 7 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule could not be found so is not allowed here (at TestScript.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -158,7 +158,7 @@
</action>
<action>
<assert>
<description value="Confirm that all returned resources contain an Resource.id except when temporary ids are used in the Bundle. The only time that a resource does not have an id is when it is being submitted to the server using a create operation: https://www.hl7.org/fhir/STU3/resource-definitions.html#Resource.id "/>

Check warning on line 161 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

value should not start or finish with whitespace 'Confirm that all returned resources contain an Resource.id except when temporary ids are used in the Bundle. The only time that a resource does not have an id is when it is being submitted to the server using a create operation: https://www.hl7.org/fhir/STU3/resource-definitions.html#Resource.id ' (at TestScript.test[0].action[4].assert.description)
<direction value="response"/>
<expression value="Bundle.entry.all( $this.fullUrl.matches('^urn:oid:[0-2](\\.(0|[1-9]\\d*))*$') or $this.fullUrl.matches('^urn:uuid:[A-Fa-f\\d]{8}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{12}$') or $this.resource.id.exists())"/>
<stopTestOnFail value="false"/>
Expand Down Expand Up @@ -284,7 +284,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">

Check failure on line 287 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule could not be found so is not allowed here (at TestScript.test[0].action[18].assert.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-1-CheckContent-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">

Check failure on line 7 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule could not be found so is not allowed here (at TestScript.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -158,7 +158,7 @@
</action>
<action>
<assert>
<description value="Confirm that all returned resources contain an Resource.id except when temporary ids are used in the Bundle. The only time that a resource does not have an id is when it is being submitted to the server using a create operation: https://www.hl7.org/fhir/STU3/resource-definitions.html#Resource.id "/>

Check warning on line 161 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

value should not start or finish with whitespace 'Confirm that all returned resources contain an Resource.id except when temporary ids are used in the Bundle. The only time that a resource does not have an id is when it is being submitted to the server using a create operation: https://www.hl7.org/fhir/STU3/resource-definitions.html#Resource.id ' (at TestScript.test[0].action[4].assert.description)
<direction value="response"/>
<expression value="Bundle.entry.all( $this.fullUrl.matches('^urn:oid:[0-2](\\.(0|[1-9]\\d*))*$') or $this.fullUrl.matches('^urn:uuid:[A-Fa-f\\d]{8}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{4}-[A-Fa-f\\d]{12}$') or $this.resource.id.exists())"/>
<stopTestOnFail value="false"/>
Expand Down Expand Up @@ -284,7 +284,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">

Check failure on line 287 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-1-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule could not be found so is not allowed here (at TestScript.test[0].action[18].assert.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-2-CheckContent-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">

Check failure on line 7 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule could not be found so is not allowed here (at TestScript.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -277,7 +277,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">

Check failure on line 280 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule could not be found so is not allowed here (at TestScript.test[0].action[18].assert.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-2-CheckContent-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">

Check failure on line 7 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule could not be found so is not allowed here (at TestScript.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -277,7 +277,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">

Check failure on line 280 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server-CheckContent/imm-serve-cert-1-2-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule could not be found so is not allowed here (at TestScript.test[0].action[18].assert.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-1-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">

Check failure on line 7 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule could not be found so is not allowed here (at TestScript.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -254,7 +254,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">

Check failure on line 257 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

The extension http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule could not be found so is not allowed here (at TestScript.test[0].action[18].assert.extension[0])
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-1-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -254,7 +254,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-2-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-2-json.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -247,7 +247,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-cert-1-2-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>

Check notice on line 5 in output/R4/Immunization-1-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-2-xml.xml

View workflow job for this annotation

GitHub Actions / Validate changed TestScript resources against the Conformancelab profile

Canonical URL 'http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core' does not resolve (at TestScript.meta.profile[0])
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -247,7 +247,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-retrieve-test-1-1"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-test-1-1"/>
<version value="R4-4.0.1-patchlevel 2024-10"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-retrieve-test-1-2"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-test-1-2"/>
<version value="R4-4.0.1-patchlevel 2024-10"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-retrieve-test-1-3"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-test-1-3"/>
<version value="R4-4.0.1-patchlevel 2024-10"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-test-1-1-GetMedication-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -253,7 +253,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-test-1-1-GetMedication-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -253,7 +253,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-test-1-2-GetMedication-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -267,7 +267,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-test-1-2-GetMedication-xml"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -267,7 +267,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<TestScript xmlns="http://hl7.org/fhir" xmlns:nts="http://nictiz.nl/xsl/testscript">
<id value="imm-serve-test-1-3-GetMedication-json"/>
<meta>
<profile value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
<profile value="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core"/>
</meta>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down Expand Up @@ -260,7 +260,7 @@
</action>
<action>
<assert>
<extension url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-rule">
<extension url="http://fhir.interoplab.eu/fhir/StructureDefinition/Interoplab-CL-TestScript-core-assert-rule">
<extension url="ruleId">
<valueId value="assert-response-queryParamsInSelfLink"/>
</extension>
Expand Down
Loading