Skip to content

Commit 247652f

Browse files
authored
Merge pull request #34 from IKNL/release/1.0.0-rc2
Release/1.0.0 rc2
2 parents 1d81616 + 1848cb4 commit 247652f

153 files changed

Lines changed: 3022 additions & 2583 deletions

File tree

Some content is hidden

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

.github/workflows/stu3_firely_terminal.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version: '21'
3939

4040
- name: Firely.Terminal (GitHub Actions)
41-
uses: FirelyTeam/firely-terminal-pipeline@v0.7.20-alpha3
41+
uses: FirelyTeam/firely-terminal-pipeline@v0.7.32-alpha2
4242
with:
4343
PATH_TO_CONFORMANCE_RESOURCES: input/resources
4444
PATH_TO_EXAMPLES: input/resources
@@ -60,9 +60,8 @@ jobs:
6060
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
6161
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
6262
SUSHI_ENABLED: false
63-
FIRELY_TERMINAL_VERSION: 3.5.0-beta-1
63+
##FIRELY_TERMINAL_VERSION: 3.5.0
6464
##JAVA_VALIDATOR_VERSION: 6.7.1
65-
FIRELY_TERMINAL_VALIDATOR_ENGINE: Default
6665

6766
- name: Upload validation artifacts
6867
uses: actions/upload-artifact@v4
@@ -79,6 +78,10 @@ jobs:
7978
bundle-file: validation.json
8079
include: errors
8180
filters: |
81+
# Manual check in latest version of SNOMED does find the code '1351964001'. The error might be due to a older version of SNOMED available in tx.fhir.org/r4
82+
|VALUESET_INCLUDE_INVALID_CONCEPT_CODE|*1351964001*|
83+
|Terminology_TX_NoValid_1_CC|*1351964001*|
84+
8285
# Suppressed issues because of error in invariate in base fhir spec
8386
Questionnaire-ACP-zib2017.json||*que-7*|
8487
@@ -87,7 +90,7 @@ jobs:
8790
StructureDefinition-ACP-HealthProfessional-Practitioner.json||*launches straight into slicing without the slicing being set up properly*|
8891
StructureDefinition-ACP-MedicalDevice.json||*launches straight into slicing without the slicing being set up properly*|
8992
StructureDefinition-ACP-OrganDonationChoiceRegistration.json||*launches straight into slicing without the slicing being set up properly*|
90-
StructureDefinition-ACP-OtherImportantInformation.json||*launches straight into slicing without the slicing being set up properly*|
93+
StructureDefinition-ACP-SenseOfPurpose.json||*launches straight into slicing without the slicing being set up properly*|
9194
StructureDefinition-ACP-Patient.json||*launches straight into slicing without the slicing being set up properly*|
9295
StructureDefinition-ACP-PositionRegardingEuthanasia.json||*launches straight into slicing without the slicing being set up properly*|
9396
StructureDefinition-ACP-PreferredPlaceOfDeath.json||*launches straight into slicing without the slicing being set up properly*|

Requirements-fromNarrative.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"resourceType" : "Requirements",
3+
"id" : "fromNarrative",
4+
"url" : "https://api.iknl.nl/docs/pzp/stu3/Requirements/fromNarrative",
5+
"name" : "FromNarrative",
6+
"title" : "Narrative Conformance Statements",
7+
"status" : "active",
8+
"experimental" : false,
9+
"description" : "Conformance statements found throughout the narrative of the IG consolidated into this computable resource for traceability purposes"
10+
}

_genonce.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SET input_cache_path=%CD%\input-cache
44

55
ECHO Checking internet connection...
66
PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
7+
powershell -command "try { $response = Invoke-WebRequest -Uri 'https://tx.fhir.org' -TimeoutSec 10 -ErrorAction Stop; if ($response.StatusCode -eq 200) { exit 0 } else { exit 1 } } catch { exit 1 }" && GOTO isonline
78
ECHO We're offline...
89
SET txoption=-tx n/a
910
GOTO igpublish

_updatePublisher.bat

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ IF "%~1"=="/f" SET skipPrompts=y
2323
ECHO.
2424
ECHO Checking internet connection...
2525
PING tx.fhir.org -4 -n 1 -w 4000 | FINDSTR TTL && GOTO isonline
26+
powershell -command "try { $response = Invoke-WebRequest -Uri 'https://tx.fhir.org' -TimeoutSec 10 -ErrorAction Stop; if ($response.StatusCode -eq 200) { exit 0 } else { exit 1 } } catch { exit 1 }" && GOTO isonline
2627
ECHO We're offline, nothing to do...
2728
GOTO end
2829

@@ -134,16 +135,18 @@ GOTO done
134135

135136

136137

138+
137139
ECHO.
138-
ECHO Updating scripts
139-
IF "%skipPrompts%"=="y" (
140-
SET updateScripts=Y
141-
) ELSE (
142-
SET /p updateScripts="Update scripts? (Y/N) "
143-
)
144-
IF /I "%updateScripts%"=="Y" (
145-
GOTO scripts
146-
)
140+
ECHO Skipping script updates to preserve custom modifications
141+
REM ECHO Updating scripts
142+
REM IF "%skipPrompts%"=="y" (
143+
REM SET updateScripts=Y
144+
REM ) ELSE (
145+
REM SET /p updateScripts="Update scripts? (Y/N) "
146+
REM )
147+
REM IF /I "%updateScripts%"=="Y" (
148+
REM GOTO scripts
149+
REM )
147150
GOTO end
148151

149152

input/IKNL_PZP_IG.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas/R3/fhir-single.xsd">
55
<id value="iknl.fhir.stu3.pzp" />
66
<url value="https://api.iknl.nl/docs/pzp/stu3/ImplementationGuide/iknl.fhir.stu3.pzp" />
7-
<version value="1.0.0-rc1" />
7+
<version value="1.0.0-rc2" />
88
<name value="PZP" />
99
<title value="IKNL PZP STU3" />
1010
<status value="active" />
@@ -73,7 +73,7 @@
7373
-->
7474
<parameter>
7575
<code value="copyrightyear" />
76-
<value value="2025+" />
76+
<value value="2026+" />
7777
</parameter>
7878
<!-- releaselabel should be the ballot status for HL7-published IGs. -->
7979
<parameter>

0 commit comments

Comments
 (0)