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

Removed MS flags #96 #97

Merged
merged 1 commit into from
Nov 19, 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
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,7 @@
]
}
]
},
"mustSupport": true
}
},
{
"id": "MedicationRequest.reasonCode",
Expand Down Expand Up @@ -2722,8 +2721,7 @@
]
}
]
},
"mustSupport": true
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Suchparameter aus diesem Modul entfernt. SearchParameter-Ressourcen werden nun zentral im Modul Meta verwaltet.
- CodeSystem Ressourcen für ATC und ASK wurden entfernt. Diese können nun über die Service Unit Terminologische Dienste (SU-TermServ) bezogen werden: https://www.ontoserver.mii-termserv.de/
- Referenzen auf Medication-Ressource innerhalb des Moduls jetzt eingeschränkt auf Profil MII_PR_Medikation_Medication.
- Profil MII_PR_Medikation_MedicationRequest (MedicationRequest) entfernen der MustSupport-Labels auf `MedicationRequest.recorder` und `MedicationRequest.detectedIssue`. Siehe: https://github.com/medizininformatik-initiative/kerndatensatzmodul-medikation/issues/96

**Version: 2024.0.0**

Expand Down
4 changes: 2 additions & 2 deletions input/fsh/profiles/Profile-MedicationRequest.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Description: "Dieses Profil beschreibt die Verordnung einer Medikation."
* requester ^definition = "Die Person, Organisation oder das Gerät, die die Verordnung initiiert hat und für deren Aktivierung verantwortlich ist."
* insert Translation(requester ^definition, de-DE, Die Person\, Organisation oder das Gerät\, die die Verordnung initiiert hat und für deren Aktivierung verantwortlich ist.)
* insert Translation(requester ^definition, en-US, The individual\, organization\, or device that initiated the request and has responsibility for its activation.)
* recorder MS
* recorder //MS
* recorder ^short = "Auftragserfasser"
* insert Translation(recorder ^short, de-DE, Auftragserfasser)
* insert Translation(recorder ^short, en-US, Recorder)
Expand Down Expand Up @@ -343,7 +343,7 @@ Description: "Dieses Profil beschreibt die Verordnung einer Medikation."
* priorPrescription ^definition = "Eine Verschreibung, die ersetzt wird"
* insert Translation(priorPrescription ^definition, de-DE, Eine Verschreibung\, die ersetzt wird)
* insert Translation(priorPrescription ^definition, en-US, An order/prescription that is being replaced)
* detectedIssue MS
* detectedIssue //MS
* detectedIssue ^short = "Erkannte Probleme"
* insert Translation(detectedIssue ^short, de-DE, Erkannte Probleme)
* insert Translation(detectedIssue ^short, en-US, Detected issue)
Expand Down