Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Fixed
-
None
-
None
-
None
-
L
-
Description
When a bundle is returned for a search (e.g., `/openmrs/ws/fhir2/R4/Patient`) the `fullUrl` of each entry and `url` in the `link` section, do not have the version part, e.g., they are like:
`http://localhost:9018/openmrs/ws/fhir2/Patient/2b1d5f1b-ff79-424e-bbc4-253f8ddf2fc2`
instead of:
`http://localhost:9018/openmrs/ws/fhir2/R4/Patient/2b1d5f1b-ff79-424e-bbc4-253f8ddf2fc2`
(note `/R4/`).
I have a fix for this and will send a PR soon.