Skip to content

Commit

Permalink
removed MS on .id
Browse files Browse the repository at this point in the history
fixes anfisk-261
  • Loading branch information
patrick-werner committed Jun 9, 2024
1 parent c4601d0 commit 409fd9e
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 12 deletions.
90 changes: 90 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,91 @@

### VisualStudioCode template
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### 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/**

# CMake
cmake-build-*/

# File-based project format
*.iws

# IntelliJ
out/

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

### 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

2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKAMTSBewertung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Parent: RiskAssessment
Id: ISiKAMTSBewertung
Description: "Dieses Profil ermöglicht die Abbildung von Informationen zur Risikobeurteilung im Rahmen der Arzneimitteltherapiesicherheit (AMTS)."
* insert Meta
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* extension MS
* extension contains ExtensionISiKAcceptedRisk named acceptedRisk 0..1 MS
* ^short = "akzeptiertes (in Kauf genommenes) Risiko"
Expand Down
2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKMedikament.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Id: ISiKMedikament
Description: "Dieses Profil ermöglicht die Abbildung von patientenunabhängigen Informationen zu Medikamenten in ISiK Szenarien."
* insert Meta
* obeys isik-med-1
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* code MS
* ^short = "Medikament in codierter Form oder ggf. als Freitext"
* coding MS
Expand Down
2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKMedikationsInformation.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Parent: MedicationStatement
Id: ISiKMedikationsInformation
Description: "Dieses Profil ermöglicht die Abbildung von Informationen zur Medikation eines Patienten in ISiK Szenarien."
* insert Meta
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* extension MS
* extension contains
ExtensionISiKAcceptedRisk named acceptedRisk 0..1 MS and
Expand Down
2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKMedikationsListe.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Parent: List
Id: ISiKMedikationsListe
Description: "Dieses Profil ermöglicht die Zusammenführung einzelner MedikationsInformationen eines Patienten in ISiK Szenarien."
* insert Meta
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* status MS
* ^short = "(Aktualitäts-)Status der Liste"
* mode MS
Expand Down
2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKMedikationsVerabreichung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Parent: MedicationAdministration
Id: ISiKMedikationsVerabreichung
Description: "Dieses Profil ermöglicht die Abbildung der Verabreichung von Medikamenten für einen Patienten in ISiK Szenarien."
* insert Meta
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* status MS
* ^short = "Status der Verabreichungsinformation"
* medicationCodeableConcept MS
Expand Down
2 changes: 0 additions & 2 deletions Resources/input/fsh/ISiKMedikationsVerordnung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Parent: MedicationRequest
Id: ISiKMedikationsVerordnung
Description: "Dieses Profil ermöglicht die Abbildung von Medikationsverordnungen eines Patienten in ISiK Szenarien."
* insert Meta
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* extension MS
* extension contains
ExtensionISiKAcceptedRisk named acceptedRisk 0..1 MS and
Expand Down

0 comments on commit 409fd9e

Please sign in to comment.