From 4a4b8e63be75c6e290457018b6ca26e185469d2f Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 25 Oct 2024 21:20:43 +0200 Subject: [PATCH 01/22] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb066f0..40195d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: # Java and .NET are already installed on ubuntu-latest - name: Firely.Terminal (GitHub Actions) - uses: FirelyTeam/firely-terminal-pipeline@v0.4.1 + uses: FirelyTeam/firely-terminal-pipeline@v0.4.3 with: PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/ #PATH_TO_EXAMPLES: Examples From cd8332b112ca7995dfccb29b60b644e4a61c0c39 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:03:52 +0100 Subject: [PATCH 02/22] Add latest compiled output --- .../StructureDefinition-ExamplePatient.json | 25 ------------------- .../StructureDefinition-ExampleValueSet.json | 22 ---------------- 2 files changed, 47 deletions(-) diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index 48aa964..ff0c0b9 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json @@ -10,31 +10,6 @@ "description": "Dieses Profil beschreibt die Nutzung von administrativen Patientendaten in YourNameHere-Szenarien.", "fhirVersion": "4.0.1", "mapping": [ - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "cda", - "uri": "http://hl7.org/v3/cda", - "name": "CDA (R2)" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "loinc", - "uri": "http://loinc.org", - "name": "LOINC code for the element" - }, { "identity": "CompositionDocumentReferenceMapping", "name": "Metadaten eines strukturieren Dokumentes (Document-Bundle)", diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExampleValueSet.json b/Resources/fsh-generated/resources/StructureDefinition-ExampleValueSet.json index 2e42ba7..57e1f94 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExampleValueSet.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExampleValueSet.json @@ -9,28 +9,6 @@ "publisher": "gematik GmbH", "description": "Dieses Profil beschreibt die maschinenlesbare Auswahl von Codes für die Kodierung spezifischer FHIR-Elemente in YourNameHere-Szenarien", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "objimpl", - "uri": "http://hl7.org/fhir/object-implementation", - "name": "Object Implementation Information" - } - ], "kind": "resource", "abstract": false, "type": "ValueSet", From 5a3d617d34b4cae3c3917a71ab1135477965b2bc Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:25:23 +0100 Subject: [PATCH 03/22] Update SUSHI_VERSION --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40195d6..724946d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true - SUSHI_VERSION: 3.5.0 + SUSHI_VERSION: 3.12.1 SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA From 8a8d48e54ae52146c77352bec183532f079188ca Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:29:26 +0100 Subject: [PATCH 04/22] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 724946d..974ba95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true SUSHI_VERSION: 3.12.1 + FIRELY_TERMINAL_VERSION: 3.3.2 SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA From eb1075773c9dd60a9139a02b0971fffb2fa681dd Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:39:08 +0100 Subject: [PATCH 05/22] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 974ba95..9d5bdaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,11 +46,11 @@ jobs: SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA - # - name: Add & Commit - # uses: EndBug/add-and-commit@v7 - # with: - # add: 'Resources/fsh-generated/resources/' + - name: Add & Commit + uses: EndBug/add-and-commit@v9 + with: + add: 'Resources/fsh-generated/resources/' - - name: Check for Uncommitted Changes - run: | - git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) + #- name: Check for Uncommitted Changes + # run: | + # git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) From e1e57e1037e58bb2f15004079be8953c5e0dab9b Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:46:15 +0100 Subject: [PATCH 06/22] Update main.yml --- .github/workflows/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d5bdaf..7d67aeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,8 +23,15 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: Checkout code + - name: Checkout code (PR) uses: actions/checkout@v4 + if: github.event_name == 'pull_request' + with: + ref: ${{ github.event.pull_request.head.ref }} + + - name: Checkout code (Main) + uses: actions/checkout@v4 + if: github.event_name != 'pull_request' # Java and .NET are already installed on ubuntu-latest From 7c844fcc97c8a0cdd9b75b156b48b99445bb9ee7 Mon Sep 17 00:00:00 2001 From: alexzautke Date: Mon, 25 Nov 2024 09:47:49 +0000 Subject: [PATCH 07/22] Commit from GitHub Actions (CI (FHIR Validation)) --- .../StructureDefinition-ExamplePatient.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index ff0c0b9..739fea4 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json @@ -376,6 +376,20 @@ "min": 1, "mustSupport": true }, + { + "id": "Patient.gender.extension", + "path": "Patient.gender.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + } + }, { "id": "Patient.gender.extension:Geschlecht-Administrativ", "path": "Patient.gender.extension", From b30de5f977e7749cfe95b9e45e5b885daa0d9571 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:22:16 +0100 Subject: [PATCH 08/22] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d67aeb..6f532c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # Java and .NET are already installed on ubuntu-latest - name: Firely.Terminal (GitHub Actions) - uses: FirelyTeam/firely-terminal-pipeline@v0.4.3 + uses: FirelyTeam/firely-terminal-pipeline@v0.4.4 with: PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/ #PATH_TO_EXAMPLES: Examples @@ -48,8 +48,6 @@ jobs: SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true - SUSHI_VERSION: 3.12.1 - FIRELY_TERMINAL_VERSION: 3.3.2 SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA From 2ec89ecb230e678d62a791010a5b463a7542114b Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:28:16 +0100 Subject: [PATCH 09/22] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f532c3..4950f26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # Java and .NET are already installed on ubuntu-latest - name: Firely.Terminal (GitHub Actions) - uses: FirelyTeam/firely-terminal-pipeline@v0.4.4 + uses: FirelyTeam/firely-terminal-pipeline@v0.4.5 with: PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/ #PATH_TO_EXAMPLES: Examples From d3d663c10d86a3b631e128a55e050e64cdd18e45 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:32:42 +0100 Subject: [PATCH 10/22] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 084d444..aad6799 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "4.0.1" ], "dependencies": { - "de.basisprofil.r4": " 1.4.0", + "de.basisprofil.r4": "1.4.0", "de.gematik.isik-basismodul": "2.0.0", "hl7.fhir.r4.core": " 4.0.1" } From 712449b46ff2ee81baf1b59caeac61b55f37f1db Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:35:45 +0100 Subject: [PATCH 11/22] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aad6799..4dfb706 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "dependencies": { "de.basisprofil.r4": "1.4.0", "de.gematik.isik-basismodul": "2.0.0", - "hl7.fhir.r4.core": " 4.0.1" + "hl7.fhir.r4.core": "4.0.1" } } From d51da6dd1c520f06d7dadaba6c71a50d9d85979d Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:38:37 +0100 Subject: [PATCH 12/22] Revert "Update main.yml" This reverts commit e1e57e1037e58bb2f15004079be8953c5e0dab9b. --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4950f26..6d5c297 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,15 +23,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: Checkout code (PR) + - name: Checkout code uses: actions/checkout@v4 - if: github.event_name == 'pull_request' - with: - ref: ${{ github.event.pull_request.head.ref }} - - - name: Checkout code (Main) - uses: actions/checkout@v4 - if: github.event_name != 'pull_request' # Java and .NET are already installed on ubuntu-latest From 2eef2b7a9307048ba9121b1d6300a1e2232f18bd Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:39:17 +0100 Subject: [PATCH 13/22] Revert "Update main.yml" This reverts commit eb1075773c9dd60a9139a02b0971fffb2fa681dd. --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d5c297..5d8208e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,11 @@ jobs: SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA - - name: Add & Commit - uses: EndBug/add-and-commit@v9 - with: - add: 'Resources/fsh-generated/resources/' + # - name: Add & Commit + # uses: EndBug/add-and-commit@v7 + # with: + # add: 'Resources/fsh-generated/resources/' - #- name: Check for Uncommitted Changes - # run: | - # git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) + - name: Check for Uncommitted Changes + run: | + git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) From a3eb76ff758245494e866bc9533bc854b1a4aa06 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:42:46 +0100 Subject: [PATCH 14/22] Revert "Commit from GitHub Actions (CI (FHIR Validation))" This reverts commit 7c844fcc97c8a0cdd9b75b156b48b99445bb9ee7. --- .../StructureDefinition-ExamplePatient.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index 739fea4..ff0c0b9 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json @@ -376,20 +376,6 @@ "min": 1, "mustSupport": true }, - { - "id": "Patient.gender.extension", - "path": "Patient.gender.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "ordered": false, - "rules": "open" - } - }, { "id": "Patient.gender.extension:Geschlecht-Administrativ", "path": "Patient.gender.extension", From b79cce2d58a89bf6f6d19497706e953493ec4ac5 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 11:45:24 +0100 Subject: [PATCH 15/22] Revert "Revert "Commit from GitHub Actions (CI (FHIR Validation))"" This reverts commit a3eb76ff758245494e866bc9533bc854b1a4aa06. --- .../StructureDefinition-ExamplePatient.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index ff0c0b9..739fea4 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json @@ -376,6 +376,20 @@ "min": 1, "mustSupport": true }, + { + "id": "Patient.gender.extension", + "path": "Patient.gender.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + } + }, { "id": "Patient.gender.extension:Geschlecht-Administrativ", "path": "Patient.gender.extension", From dddf2357f80042032e95b79b5154f4abe6a09a15 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 29 Nov 2024 11:51:47 +0100 Subject: [PATCH 16/22] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4dfb706..b45b8bc 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "4.0.1" ], "dependencies": { - "de.basisprofil.r4": "1.4.0", - "de.gematik.isik-basismodul": "2.0.0", + "de.basisprofil.r4": "1.5.0", + "de.gematik.isik-basismodul": "4.0.1", "hl7.fhir.r4.core": "4.0.1" } } From c37ec183752070615c4b25fe22877e72cc254c22 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 27 Dec 2024 12:05:23 +0300 Subject: [PATCH 17/22] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d8208e..7b716fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,15 +29,14 @@ jobs: # Java and .NET are already installed on ubuntu-latest - name: Firely.Terminal (GitHub Actions) - uses: FirelyTeam/firely-terminal-pipeline@v0.4.5 + uses: FirelyTeam/firely-terminal-pipeline@v0.5.0 with: PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/ #PATH_TO_EXAMPLES: Examples PATH_TO_QUALITY_CONTROL_RULES: qc/custom DOTNET_VALIDATION_ENABLED: true JAVA_VALIDATION_ENABLED: true - OUTPUT_FORMAT: RAW - JAVA_VALIDATION_OPTIONS: -allow-example-urls true + JAVA_VALIDATION_OPTIONS: -allow-example-urls true -output-style compact SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true From f3447172699e49f9aabbaa03a17b24737f8016d0 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 27 Dec 2024 12:06:52 +0300 Subject: [PATCH 18/22] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b45b8bc..2ba0a72 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ ], "dependencies": { "de.basisprofil.r4": "1.5.0", - "de.gematik.isik-basismodul": "4.0.1", "hl7.fhir.r4.core": "4.0.1" } } From fcf558656566e2bdecbb1fbffd3a2e2156365a3d Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 27 Dec 2024 12:09:10 +0300 Subject: [PATCH 19/22] Update sushi-config.yaml --- Resources/sushi-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/sushi-config.yaml b/Resources/sushi-config.yaml index 48cd09c..b41a6b7 100644 --- a/Resources/sushi-config.yaml +++ b/Resources/sushi-config.yaml @@ -11,5 +11,5 @@ publisher: url: https://www.gematik.de/ email: info@gematik.de dependencies: - de.basisprofil.r4: 1.4.0 - hl7.fhir.r4.core: 4.0.1 \ No newline at end of file + de.basisprofil.r4: 1.5.0 + hl7.fhir.r4.core: 4.0.1 From f8c1533661e8978b9db1885df06440aeb371b2e5 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 27 Dec 2024 12:12:50 +0300 Subject: [PATCH 20/22] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b716fa..4e055de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,11 +43,11 @@ jobs: SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA - # - name: Add & Commit - # uses: EndBug/add-and-commit@v7 - # with: - # add: 'Resources/fsh-generated/resources/' + - name: Add & Commit + uses: EndBug/add-and-commit@v7 + with: + add: 'Resources/fsh-generated/resources/' - - name: Check for Uncommitted Changes - run: | - git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) + #- name: Check for Uncommitted Changes + # run: | + # git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) From 037a1b43cd1059d0d8fdde473e24238667889633 Mon Sep 17 00:00:00 2001 From: alexzautke Date: Fri, 27 Dec 2024 09:15:18 +0000 Subject: [PATCH 21/22] Commit from GitHub Actions (CI (FHIR Validation)) --- .../resources/StructureDefinition-ExamplePatient.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index 739fea4..7ce2f2a 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json @@ -293,7 +293,6 @@ "id": "Patient.name:Name.prefix.extension:prefix-qualifier", "path": "Patient.name.prefix.extension", "sliceName": "prefix-qualifier", - "max": "1", "mustSupport": true }, { From d5d9ed4b7775dc517ffb513207f399f9776608e6 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 27 Dec 2024 12:16:13 +0300 Subject: [PATCH 22/22] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e055de..652561b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,11 +43,11 @@ jobs: SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA - - name: Add & Commit - uses: EndBug/add-and-commit@v7 - with: - add: 'Resources/fsh-generated/resources/' + #- name: Add & Commit + # uses: EndBug/add-and-commit@v7 + # with: + # add: 'Resources/fsh-generated/resources/' - #- name: Check for Uncommitted Changes - # run: | - # git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) + - name: Check for Uncommitted Changes + run: | + git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1)