-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add initial SystemischeTherapieMedicationStatementMapper #170
Conversation
Implementierung mit Pflichtangaben. Erzeugt valide FHIR Ressourcen. Feedback erbeten. |
procedure.getReferenceElement().getResourceType(), ResourceType.PROCEDURE.toCode()), | ||
"The subject reference should point to a Procedure resource"); | ||
|
||
var bundle = new Bundle(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Da wollte ich am Mittwoch nochmal drüber diskutieren ob Bundle als Rückgabewert oder List<> nützlicher ist - in #159 haben wir das auch. Aber soll jetzt nicht blocken
.../miracum/streams/ume/obdstofhir/mapper/mii/SystemischeTherapieMedicationStatementMapper.java
Show resolved
Hide resolved
.../miracum/streams/ume/obdstofhir/mapper/mii/SystemischeTherapieMedicationStatementMapper.java
Outdated
Show resolved
Hide resolved
.../miracum/streams/ume/obdstofhir/mapper/mii/SystemischeTherapieMedicationStatementMapper.java
Outdated
Show resolved
Hide resolved
64a4f2c
to
a653178
Compare
a653178
to
6f8625e
Compare
## [3.0.0-beta.3](v3.0.0-beta.2...v3.0.0-beta.3) (2024-11-25) ### Features * add initial SystemischeTherapieMedicationStatementMapper ([#170](#170)) ([5ce8b80](5ce8b80))
🎉 This PR is included in version 3.0.0-beta.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.