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