We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72e550 commit 2e7b33fCopy full SHA for 2e7b33f
backend/src/fhir_service.py
@@ -327,8 +327,7 @@ def search_immunizations(
327
fullUrl=f"https://api.service.nhs.uk/immunisation-fhir-api/Immunization/{imms['id']}",
328
)
329
# get imms and log for debug
330
- for imms in resources_filtered_for_search:
331
- logger.debug("SAW: filtered immunization resource: %s", imms)
+ for imms in resources_filtered_for_search
332
]
333
334
0 commit comments