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

PTDATA-1070 remove MS for .id #137

Merged
merged 3 commits into from
Oct 25, 2024
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
7 changes: 7 additions & 0 deletions ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Im Rahmen der ISiK-Veröffentlichungen wird das [Semantic Versioning](https://se

Die erste Ziffer X bezeichnet ein Major-Release und regelt die Gültigkeit von Releases. Die dritte Ziffer Y (Release x.0.y) bezeichnet eine technische Korrektur und versioniert kleinere Änderungen (Packages) während eines Jahres, z. B. 1.0.1.

Version: 3.0.4

Datum: tbd

* #Entfernen der MS-Flag für .id, da irreführend (Analog in Stufe 4.0.0) https://github.com/gematik/spec-ISiK-Medikation/pull/137

----

Version: 3.0.3

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.status",
"path": "MedicationStatement.status",
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.status",
"path": "MedicationRequest.status",
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"
* status MS
* ^short = "Status der Medikationsinformation"
* medication[x] MS
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"
* status MS
* ^short = "Status der Verordnungsinformation"
* intent MS
Expand Down