Renaud Subiger
Renaud Subiger
## Background ## Implement search operation using openEHR instead of FHIR Bridge local database ## Acceptance criteria ## _These are the functional requirements for this story. Add all steps to...
## Background ## The current FHIR Bridge codebase is becoming bigger and it is sometimes hard to organize/find/maintain the code. In addition, we use a lot of third-party librairies and...
## Background ## The current pagination currently returns only 10 results per page. In addition, pagination links (first, prev, next, last) are currently missing from the response returned by the...
## Steps to reproduce ## According to the profile https://simplifier.net/forschungsnetzcovid-19/patient, `birthDate` must be supported but it is not mandatory. The current implementation returns an error when I try to create...
## Steps to reproduce ## When performing `search` operation using the FHIR API, the following exception occurs randomly. PS: @ppazos has also experienced this error yesterday. ## Actual result ##...
## Background ## The last report generated by SonarCloud contains more than 3.000 issues regarding the FHIR Bridge. ## Expected output ## - [ ] Critical and Major issues should...
Changelog: - Fetch the ValueSet resource and call `expandVS(ValueSet source, boolean cacheOk, boolean Hierarchical)` method - Add unit test and resources Fixes #5924
**Describe the bug** While validating `Bundle` resources using `https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle` profile from IHE MHD IG (`4.2.1`), the following method from `VersionSpecificWorkerContextWrapper` is called: ```java @Override public ValueSetExpansionOutcome expandVS( Resource src, org.hl7.fhir.r5.model.ElementDefinition.ElementDefinitionBindingComponent...
It may be the expected behavior as name, version, copyright, etc. are all customizable but in my case, I would like to have my server name as narrative text of...