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

Binaries müssen in ihrer nativen Form zurückgegeben werden #380

Merged
merged 10 commits into from
May 31, 2024
Merged
2 changes: 2 additions & 0 deletions ImplementationGuide/markdown/Binary/Binary_Interaktionen.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Interaktionen

Für die Ressource Binary MUSS die REST-Interaktion "READ" implementiert werden. Es MÜSSEN die Regeln aus der FHIR-Kernspezifikation zur Abfrage einer Binary Ressource beachtet werden. Siehe ["Serving Binary Resources using the RESTful API"](https://www.hl7.org/fhir/R4/binary.html#rest).

Um die Handhabung der base64-kodierten Binaries clientseitig zu erleichtern, MÜSSEN bei READ-Interaktionen Accept-Header mit einem Wert außer den [FHIR-Mime-Types](https://www.hl7.org/fhir/R4/http.html#mime-type) unterstützt werden. Falls ein solcher Accept-Header durch einen Client verwendet wird, MUSS das Binary in seiner nativen Form (definiert durch Binary.contentType) zurückgegeben werden.
alexzautke marked this conversation as resolved.
Show resolved Hide resolved
f-peverali marked this conversation as resolved.
Show resolved Hide resolved

---
2 changes: 1 addition & 1 deletion ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version: 4.0.0-rc3
Datum: tbd.

* Added MS for Account.coverage.priority https://github.com/gematik/spec-ISiK-Basismodul/pull/405 and https://github.com/gematik/spec-ISiK-Basismodul/pull/406

* Erläuterung zur Handhabung von Mime-Types im Fall der Rückgabe von Binaries in ihrer nativen Form hinzugefügt: https://github.com/gematik/spec-ISiK-Basismodul/pull/380
----

Version: 4.0.0-rc2
Expand Down
Loading