SAP / openui5-fhir

The openui5-fhir project connects the worlds of UI5 and FHIR®. Build beautiful and enterprise-ready web applications based on the FHIR® specification.
https://sap.github.io/openui5-fhir
Apache License 2.0
33 stars 6 forks source link

fix: avoid adding _format to delete calls #427

Closed AmirthavalliG closed 9 months ago

AmirthavalliG commented 9 months ago

FHIR Specification doesn't say _format can be added to delete calls. FHIR Model adds it by default The delete interaction removes an existing resource. The interaction is performed by an HTTP DELETE command as shown:

  DELETE [base]/[type]/[id]

The request body SHALL be empty. https://www.hl7.org/fhir/http.html#delete

coveralls commented 9 months ago

Coverage Status

coverage: 95.712% (+0.004%) from 95.708% when pulling 04fe7d1ab84deada437841d267d8aa7d6e699802 on fix/unecessary-param into d6dd790ea7092f47dab470a6c07d5c300b84b34a on master.

openui5fhirbot commented 9 months ago

:tada: This PR is included in version 2.3.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: