hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
1.94k stars 1.3k forks source link

JaxRsRequest is missing support for R4B #6005

Open esbakker opened 2 weeks ago

esbakker commented 2 weeks ago

See snippet below, there is no support for R4B here. Ran into this when trying to execute methods on providers in an R4B context, but I think it's also an issue in the default BundleProvider?

https://github.com/hapifhir/hapi-fhir/blob/024d84869046ac79e1c5c445b0c2973a95b35eb5/hapi-fhir-jaxrsserver-base/src/main/java/ca/uhn/fhir/jaxrs/server/util/JaxRsRequest.java#L227-L307