Skip to content
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

Update dependencies for workflow package #24

Merged
merged 9 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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",
SvenSommer marked this conversation as resolved.
Show resolved Hide resolved
"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"
SvenSommer marked this conversation as resolved.
Show resolved Hide resolved
}
}