Skip to content

Commit ef3bb0b

Browse files
Merge pull request #50 from gematik/adesso-update-mapping-vwegert
Mirror: vwegert-adesso/adesso-update-mapping (CI mit Secrets)
2 parents 0848824 + 4f2333c commit ef3bb0b

File tree

364 files changed

+4065
-12886
lines changed

Some content is hidden

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

364 files changed

+4065
-12886
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ name: CI (FHIR Validation)
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the master branch.
8+
# Added working branch to support clean-up of current validation issues - will be removed once branch is merged.
89
push:
9-
branches: [ main ]
10+
branches: [ main, adesso-update-mapping ]
1011
pull_request:
11-
branches: [ main ]
12+
branches: [ main, adesso-update-mapping ]
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:
@@ -50,7 +51,7 @@ jobs:
5051
#PATH_TO_QUALITY_CONTROL_RULES: qc/custom
5152
DOTNET_VALIDATION_ENABLED: true
5253
JAVA_VALIDATION_ENABLED: true
53-
JAVA_VALIDATION_OPTIONS: -allow-example-urls true -ig kbv.all.st#1.24.0
54+
JAVA_VALIDATION_OPTIONS: -allow-example-urls true -advisor-file advisor.json -output-style compact -show-message-ids -ig kbv.all.st#1.24.0 -ig kbv.basis#1.7.0
5455
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
5556
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
5657
SUSHI_ENABLED: true

advisor.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"suppress" : [
3+
"http://hl7.org/fhir/StructureDefinition/DomainResource#dom-6",
4+
"http://hl7.org/fhir/StructureDefinition/ElementDefinition#eld-20",
5+
"Terminology_TX_Binding_NoSource"
6+
]
7+
}

0 commit comments

Comments
 (0)