Stream: hapi
Topic: Condition:code contains-operator
David Meyers (Jul 12 2021 at 07:58):
Is it possible that the Condition code:contains operation is not currently supported by HAPI? (im using hapi 5.4)
example:
[base]/fhir/Condition?code:contains=U07.1!
-> total: 50
[base]/fhir/Condition?code:contains=U07.1
-> total 0
Since we currently still have primary and secondary diagnoses in the "code" (the original MII profile required this, but it may be changed in the near future), I unfortunately do not see any way to cleanly access all codes with a search in primary and secondary coding.
Last updated: Apr 12 2022 at 19:14 UTC