Stream: implementers
Topic: code:in
Rajasekhar (Feb 20 2020 at 05:59):
Hi All,
I have seen below "code:in" is supported by FHIR
GET [base]/Condition?code:in=http://acme.org/fhir/ValueSet/cardiac-conditions
But does below one also allowed as a standard where I would like specify the codes directly instead URL
GET [base]/Condition?code:in=12345,12343,834567
Thanks
Lloyd McKenzie (Feb 20 2020 at 06:39):
No. For that, just say:
GET [base]/Condition?code=12345,12343,834567
- the same as performing 'or' with any search criteria
Rajasekhar (Feb 20 2020 at 08:20):
Lloyd McKenzie said:
No. For that, just say:
GET [base]/Condition?code=12345,12343,834567
- the same as performing 'or' with any search criteria
Ok. Thanks @Lloyd McKenzie
Mareike Przysucha (Feb 20 2020 at 17:32):
duplicate of https://chat.fhir.org/#narrow/stream/179177-conformance/topic/code.3Ain
Lloyd McKenzie (Feb 20 2020 at 18:49):
(@Rajasekhar best practice here is to only ask in one place at a time unless someone directs you to post elsewhere)
Last updated: Apr 12 2022 at 19:14 UTC