Skip to content

Commit

Permalink
removed MS on .id (#122)
Browse files Browse the repository at this point in the history
* removed MS on .id
fixes anfisk-261

* auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)

* removed MS on .id
fixes anfisk-261

---------

Co-authored-by: patrick-werner <[email protected]>
  • Loading branch information
patrick-werner and patrick-werner authored Jun 11, 2024
1 parent c4601d0 commit de758e6
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 48 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

6 changes: 6 additions & 0 deletions ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Die erste Ziffer X bezeichnet ein Major-Release und regelt die Gültigkeit von R


----
Version: 4.0.0-rc3

Datum: tbd.

- Entfernen von MS von .id der Ressourcen https://github.com/gematik/spec-ISiK-Medikation/pull/122
---
**Release Candidate zur Kommentierung**

Version: 4.0.0-rc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "RiskAssessment.id",
"path": "RiskAssessment.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "RiskAssessment.extension",
"path": "RiskAssessment.extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
}
]
},
{
"id": "Medication.id",
"path": "Medication.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "Medication.code",
"path": "Medication.code",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationStatement.id",
"path": "MedicationStatement.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "MedicationStatement.extension",
"path": "MedicationStatement.extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "List.id",
"path": "List.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "List.status",
"path": "List.status",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationAdministration.id",
"path": "MedicationAdministration.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "MedicationAdministration.status",
"path": "MedicationAdministration.status",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationRequest.id",
"path": "MedicationRequest.id",
"short": "eindeutige ID der Ressource auf dem Server",
"mustSupport": true
},
{
"id": "MedicationRequest.extension",
"path": "MedicationRequest.extension",
Expand Down
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 de758e6

Please sign in to comment.