Stream: implementers
Topic: Vonk version and url search
Jakob Lindblad (May 07 2019 at 08:35):
Hi,
Im not sure if this is the correct forum.
Currently using vonk fhir server and want to search for a CodeSystem based on Url and Version. Is this possible?
For example: /CodeSystem/?url=someUrl&version=1
When i run this i get an OperationOutcome saying that version is not supported. I tried with _history aswell with the same result.
Im guessing i got something wrong in the query, is there no way to search for CodeSystems based on versions using vonk?
Thanks,
René Spronk (May 07 2019 at 08:57):
/CodeSystem?url=someUrl&version=1 (no slash)
Jakob Lindblad (May 07 2019 at 11:09):
/CodeSystem?url=someUrl&version=1 (no slash)
Hm, i tried that one aswell but i returns a bundle with searchset=0. I GET all CodeSystems prior and use the values i see are in the db. However if i change the request to "/CodeSystem?url=someUrl&Version=1" (notice the upper case 'V') it returns 2 entries in a bundle. One with an OperationOutcome declaring that Version is not supported and another entry with the resource which seems to be base on the url im searching for?
Michael Lawley (May 07 2019 at 11:24):
version
is the CodeSystem.version
not the technical version. Is that what you're expecting?
Jakob Lindblad (May 07 2019 at 11:58):
version
is theCodeSystem.version
not the technical version. Is that what you're expecting?
Yes it is
I am expecting to search on 'CodeSystem.version'
René Spronk (May 07 2019 at 13:22):
Parameter name is version, and according to the CapabilityStatement of the Vonk server that search parameter is supported. @Christiaan Knaap ?
Christiaan Knaap (May 09 2019 at 10:42):
@Jakob Lindblad @René Spronk I can reproduce the behaviour on the public test endpoint (vonk.fire.ly) and will look into it asap. Thank you for mentioning it.
Christiaan Knaap (May 09 2019 at 13:19):
@Jakob Lindblad Found the cause. We will fix it in the next version.
Jakob Lindblad (May 10 2019 at 14:00):
Jakob Lindblad Found the cause. We will fix it in the next version.
Great news and support.
Thanks
Christiaan Knaap (Sep 18 2019 at 13:00):
@Jakob Lindblad I had not updated you personally on this, but we solved this as promised in Vonk 3.0.0-beta1.
Last updated: Apr 12 2022 at 19:14 UTC