Stream: hapi
Topic: Searching for MeasureReport by subject identifier?
Sean McIlvenna (May 26 2020 at 14:19):
It doesn't appear that HAPI supports searching for a MeasureReport using a subject's identifier. For example: https://hapi.fhir.org/baseR4/MeasureReport?subject:identifier=|34
There are MeasureReports on that server that have a subject with an identifier of 34, yet the above search does not return any results.
Can someone confirm the support for HAPI's support of the reference:identifier modifier?
Keith Boone (May 26 2020 at 14:20):
You have to add a SearchParameter to the server, but there may be more needed. I have to debug our implementation, b/c it didn't work as expected, but that was more likely related to a bad FHIRPath statement.
Last updated: Apr 12 2022 at 19:14 UTC