Skip to content

Commit

Permalink
PTDATA-1070 remove MS for .id (#137)
Browse files Browse the repository at this point in the history
* remove MS for .id

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

* added changelog entry

---------

Co-authored-by: jschoen-gefyra <[email protected]>
  • Loading branch information
jschoen-gefyra and jschoen-gefyra authored Oct 25, 2024
1 parent 0f229dd commit c0a4a1b
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 40 deletions.
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

0 comments on commit c0a4a1b

Please sign in to comment.