diff --git a/pom.xml b/pom.xml index 4e4402a2b77..f9ae84bc764 100644 --- a/pom.xml +++ b/pom.xml @@ -464,6 +464,10 @@ Frank Tao Smile CDR + + anamariaradu10 + Ana Maria Radu + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9b136a848e3..bfb533ad279 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -155,6 +155,14 @@ string search params. Thanks to Clayton Bodendein for the pull request! + + The HAPI FHIR Server has been updated to correctly reflect the current + FHIR specification behaviour for the Prefer header. This means that + the server will no longer return an OperationOutcome by default, but + that one may be requested via a Prefer header, using the newly implemented + "Repreentation: OperationOutcome" value. + Thanks to Ana Maria Radu for the pul request! +