Stream: implementers
Topic: Search Inside Bundle Entry
Chiranjiv Roy (Nov 19 2020 at 20:27):
We have bundles stored in fhir server as 'document'. These bundles have resources of resourceType 'composition'. We want to search with identifier in these composite resources inside the bundle. Is it possible with hapi fhir?
Example bundle: http://hapi.fhir.org/baseR4/Bundle/1680668
We want to search resources inside this bundle that match this zdnumber:
"identifier": {
"system": "http://zorgdomein.nl/zdnumber/",
"value": "ZP10006208"
},
Yunwei Wang (Nov 19 2020 at 20:30):
You can ask HAPI related question at #hapi stream.
Last updated: Apr 12 2022 at 19:14 UTC