diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb066f0..5d8208e 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.5 with: PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/ #PATH_TO_EXAMPLES: Examples @@ -41,7 +41,6 @@ jobs: SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true - SUSHI_VERSION: 3.5.0 SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json b/Resources/fsh-generated/resources/StructureDefinition-ExamplePatient.json index 48aa964..739fea4 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)", @@ -401,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", 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", diff --git a/package.json b/package.json index 084d444..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", - "hl7.fhir.r4.core": " 4.0.1" + "de.basisprofil.r4": "1.5.0", + "de.gematik.isik-basismodul": "4.0.1", + "hl7.fhir.r4.core": "4.0.1" } }