Skip to content

Commit

Permalink
Merge pull request #24 from gematik/feature/dependency-update
Browse files Browse the repository at this point in the history
Update dependencies for workflow package
  • Loading branch information
florianschoffke authored Dec 20, 2023
2 parents da9f8bb + 5b7c13a commit 6c89cc5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI (FHIR Validation)
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"id": "GEM-ERPCHRG-CS-ConsentType",
"title": "CodeSystem of types for a consent",
"description": "Type of patient consent.",
"version": "1.0",
"url": "https://gematik.de/fhir/erpchrg/CodeSystem/GEM_ERPCHRG_CS_ConsentType",
"concept": [
{
"code": "CHARGCONS",
"display": "Consent for saving electronic charge item"
}
],
"version": "1.0",
"publisher": "gematik GmbH",
"contact": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
}
]
},
{
"id": "Extension.extension:insuranceProvider.valueBoolean",
"path": "Extension.extension.valueBoolean",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:subsidy",
"path": "Extension.extension",
Expand Down Expand Up @@ -129,12 +123,6 @@
}
]
},
{
"id": "Extension.extension:subsidy.valueBoolean",
"path": "Extension.extension.valueBoolean",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:taxOffice",
"path": "Extension.extension",
Expand Down Expand Up @@ -173,12 +161,6 @@
}
]
},
{
"id": "Extension.extension:taxOffice.valueBoolean",
"path": "Extension.extension.valueBoolean",
"min": 0,
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"id": "GEM-ERPCHRG-VS-ConsentType",
"title": "ValueSet of Consent Codes",
"description": "Type of Consents for the ePrescription.",
"version": "1.0",
"url": "https://gematik.de/fhir/erpchrg/ValueSet/GEM_ERPCHRG_VS_ConsentType",
"version": "1.0",
"publisher": "gematik GmbH",
"contact": [
{
Expand Down
6 changes: 3 additions & 3 deletions Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publisher:
dependencies:
de.basisprofil.r4: 1.3.2
hl7.fhir.r4.core: 4.0.1
de.gematik.erezept-workflow.r4: 1.2.1
de.gematik.erezept-workflow.r4: 1.2.x
kbv.ita.for: 1.1.0
kbv.basis: 1.3.0
de.abda.eRezeptAbgabedatenPKV: 1.2.0
kbv.ita.erp: 1.1.x
de.abda.erezeptabgabedatenpkv: 1.2.0
8 changes: 5 additions & 3 deletions fhirpkg.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"updated": "2022-12-13T12:33:11.9069776+01:00",
"updated": "2023-12-20T14:47:59.704922+01:00",
"dependencies": {
"de.basisprofil.r4": "1.3.2",
"hl7.fhir.r4.core": "4.0.1",
"kbv.ita.for": "1.1.0",
"KBV.Basis": "1.3.0",
"de.gematik.erezept-workflow.r4": "1.2.0",
"kbv.ita.erp": "1.1.0"
"de.gematik.erezept-workflow.r4": "1.2.3",
"kbv.ita.erp": "1.1.2",
"de.abda.eRezeptAbgabedatenpkv": "1.2.0",
"de.abda.erezeptabgabedatenbasis": "1.3.1"
},
"missing": {}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"de.basisprofil.r4": "1.3.2",
"hl7.fhir.r4.core": "4.0.1",
"kbv.ita.for": "1.1.0",
"kbv.basis": "1.3.0",
"de.gematik.erezept-workflow.r4": "1.2.1"
"de.gematik.erezept-workflow.r4": "1.2.3",
"de.abda.eRezeptAbgabedatenpkv": "1.2.0",
"KBV.Basis": "1.3.0"
}
}

0 comments on commit 6c89cc5

Please sign in to comment.