Skip to content

Update main.yml #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4a4b8e6
Update main.yml
alexzautke Oct 25, 2024
3818d3b
Merge branch 'main' of github.com:gematik/spec-TemplateForSimplifierP…
alexzautke Nov 25, 2024
cd8332b
Add latest compiled output
alexzautke Nov 25, 2024
2be33fc
Merge branch 'main' of github.com:gematik/spec-TemplateForSimplifierP…
alexzautke Nov 25, 2024
5a3d617
Update SUSHI_VERSION
alexzautke Nov 25, 2024
8a8d48e
Update main.yml
alexzautke Nov 25, 2024
eb10757
Update main.yml
alexzautke Nov 25, 2024
e1e57e1
Update main.yml
alexzautke Nov 25, 2024
7c844fc
Commit from GitHub Actions (CI (FHIR Validation))
alexzautke Nov 25, 2024
b30de5f
Update main.yml
alexzautke Nov 25, 2024
2ec89ec
Update main.yml
alexzautke Nov 25, 2024
d3d663c
Update package.json
alexzautke Nov 25, 2024
712449b
Update package.json
alexzautke Nov 25, 2024
d51da6d
Revert "Update main.yml"
alexzautke Nov 25, 2024
2eef2b7
Revert "Update main.yml"
alexzautke Nov 25, 2024
a3eb76f
Revert "Commit from GitHub Actions (CI (FHIR Validation))"
alexzautke Nov 25, 2024
b79cce2
Revert "Revert "Commit from GitHub Actions (CI (FHIR Validation))""
alexzautke Nov 25, 2024
dddf235
Update package.json
alexzautke Nov 29, 2024
c37ec18
Update main.yml
alexzautke Dec 27, 2024
f344717
Update package.json
alexzautke Dec 27, 2024
fcf5586
Update sushi-config.yaml
alexzautke Dec 27, 2024
f8c1533
Update main.yml
alexzautke Dec 27, 2024
037a1b4
Commit from GitHub Actions (CI (FHIR Validation))
alexzautke Dec 27, 2024
d5d9ed4
Update main.yml
alexzautke Dec 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,21 @@ 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.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
SUSHI_VERSION: 3.5.0
SUSHI_OPTIONS: Resources/
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA

# - name: Add & Commit
#- name: Add & Commit
# uses: EndBug/add-and-commit@v7
# with:
# add: 'Resources/fsh-generated/resources/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -318,7 +293,6 @@
"id": "Patient.name:Name.prefix.extension:prefix-qualifier",
"path": "Patient.name.prefix.extension",
"sliceName": "prefix-qualifier",
"max": "1",
"mustSupport": true
},
{
Expand Down Expand Up @@ -401,6 +375,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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ publisher:
url: https://www.gematik.de/
email: [email protected]
dependencies:
de.basisprofil.r4: 1.4.0
hl7.fhir.r4.core: 4.0.1
de.basisprofil.r4: 1.5.0
hl7.fhir.r4.core: 4.0.1
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"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",
"hl7.fhir.r4.core": "4.0.1"
}
}
Loading