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

feat: add initial SystemischeTherapieMedicationStatementMapper #170

Merged
merged 8 commits into from
Nov 25, 2024

Conversation

pcvolkmer
Copy link
Collaborator

No description provided.

@pcvolkmer pcvolkmer linked an issue Nov 22, 2024 that may be closed by this pull request
@pcvolkmer pcvolkmer marked this pull request as ready for review November 25, 2024 06:18
@pcvolkmer
Copy link
Collaborator Author

Implementierung mit Pflichtangaben. Erzeugt valide FHIR Ressourcen. Feedback erbeten.

@pcvolkmer pcvolkmer requested a review from chgl November 25, 2024 06:19
procedure.getReferenceElement().getResourceType(), ResourceType.PROCEDURE.toCode()),
"The subject reference should point to a Procedure resource");

var bundle = new Bundle();
Copy link
Contributor

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

src/main/resources/application.yml Show resolved Hide resolved
@pcvolkmer pcvolkmer force-pushed the 167_feat_syst_medstmt branch 2 times, most recently from 64a4f2c to a653178 Compare November 25, 2024 14:12
@pcvolkmer pcvolkmer force-pushed the 167_feat_syst_medstmt branch from a653178 to 6f8625e Compare November 25, 2024 14:19
@chgl chgl merged commit 5ce8b80 into bzkf:beta Nov 25, 2024
16 checks passed
miracum-bot pushed a commit that referenced this pull request Nov 25, 2024
## [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))
@miracum-bot
Copy link
Collaborator

🎉 This PR is included in version 3.0.0-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Systemische Therapie MedicationStatement Mapper implementieren
3 participants