Skip to content

Commit

Permalink
removed Umlaute from Alias names
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-werner committed Mar 20, 2024
1 parent e71cf1d commit c554812
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 106 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/FHIRValidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Java and .NET are already installed on ubuntu-latest

- name: Firely.Terminal (GitHub Actions)
uses: FirelyTeam/firely-terminal-pipeline@v0.3.5
uses: FirelyTeam/firely-terminal-pipeline@v0.4.0
with:
PATH_TO_CONFORMANCE_RESOURCES: src/fhir/fsh-generated/resources/
#PATH_TO_EXAMPLES: Examples
Expand All @@ -43,9 +43,13 @@ jobs:
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
SUSHI_ENABLED: true
SUSHI_OPTIONS: src/fhir/
SUSHI_VERSION: 3.8.0
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA

- name: Add & Commit
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions Bot
committer_email: ActionBot@github.com
add: 'src/fhir/fsh-generated/resources/'
message: auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
148 changes: 148 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,151 @@ src/fhir/temp
src/fhir/template
src/fhir/input-cache
*.bkp
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Linux template
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### Windows template
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

12 changes: 6 additions & 6 deletions src/fhir/input/fsh/alias.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Alias: $HL7EndpointConnectionType = http://terminology.hl7.org/CodeSystem/endpoi

Alias: $IHEXDSauthorSpeciality = http://ihe-d.de/ValueSets/IHEXDSauthorSpeciality
Alias: $Facharzttitel = urn:oid:1.2.276.0.76.5.514
Alias: $ZahnärztlicheAutoren = urn:oid:1.2.276.0.76.5.492
Alias: $ÄrztlicheBerufsvarianten = urn:oid:1.2.276.0.76.5.493
Alias: $NichtÄrztlicheAutoren = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.11
Alias: $ZahnaerztlicheAutoren = urn:oid:1.2.276.0.76.5.492
Alias: $AerztlicheBerufsvarianten = urn:oid:1.2.276.0.76.5.493
Alias: $NichtAerztlicheAutoren = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.11

Alias: $ÄrztlicheFachrichtungen = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.4
Alias: $NichtÄrztlicheFachrichtungen = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.5
Alias: $ZahnärztlicheFachrichtungen = urn:oid:1.2.276.0.76.5.494
Alias: $AerztlicheFachrichtungen = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.4
Alias: $NichtAerztlicheFachrichtungen = urn:oid:1.3.6.1.4.1.19376.3.276.1.5.5
Alias: $ZahnaerztlicheFachrichtungen = urn:oid:1.2.276.0.76.5.494

// Identifiers
// TelematikID
Expand Down
4 changes: 2 additions & 2 deletions src/fhir/input/fsh/examples/Examples001.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Description: "Example of an HealthcareService as to be found in gematik FHIR Dir
* meta.tag[Origin] = Origin#ldap
* providedBy = Reference(OrganizationExample)
* category = $PatientBezogenenGesundheitsversorgung#PRA "Arztpraxis"
* type[+] = $ÄrztlicheFachrichtungen#MZKH "Zahnmedizin"
* type[+] = $ÄrztlicheFachrichtungen#ORAL "Oralchirurgie"
* type[+] = $AerztlicheFachrichtungen#MZKH "Zahnmedizin"
* type[+] = $AerztlicheFachrichtungen#ORAL "Oralchirurgie"
* specialty = ServiceType#92 "Paediatric Dentistry"
* location[+] = Reference(LocationExample)
* name = "Zahnmedizin"
Expand Down
Loading

0 comments on commit c554812

Please sign in to comment.