Stream: implementers
Topic: public server supporting code:in?
Bob Milius (Feb 22 2021 at 17:35):
Is there a public FHIR server that supports searching via code:in
?
e.g., I'd like to try this:
Observation?code:in=http://hl7.org/fhir/ValueSet/observation-vitalsignresult
This is just a POC. I understand I can search for vital-signs using category.
I tried this for hapi.fhir.org, but am not getting anything returned. I posted a question to the hapi stream around this but it hasn't been answered.
Thomas Young (Feb 22 2021 at 18:12):
(deleted)
Lloyd McKenzie (Feb 22 2021 at 18:43):
I believe test.fhir.org supports this. @Rob Hausam, do you know?
Alexander Kiel (Feb 22 2021 at 18:48):
HAPI supports the in-modifier if you upload the ValueSet resource. I tested this with version 5.1.0. You can see it here: https://mii-agiop-3p.life.uni-leipzig.de/fhir/Medication?code:in=https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/ace-inhibitors-atc
But please be aware that this is not really a public test server.
Rob Hausam (Feb 22 2021 at 18:48):
Yes, I was just going to say that HAPI should be supporting this. I'm actually not certain about test.fhir.org, but I think it probably should. I can check which server(s) I've used when I teach it.
Last updated: Apr 12 2022 at 19:14 UTC