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 1f3f837 commit 88c35dcCopy full SHA for 88c35dc
backend/src/fhir_service.py
@@ -69,7 +69,7 @@ def get_immunization_by_identifier(
69
)
70
71
patient_full_url = f"urn:uuid:{str(uuid4())}"
72
- filtered_response = Filter.search(imms_resp, patient_full_url)
+ filtered_response = Filter.search([imms_resp], patient_full_url)
73
74
if not filtered_response:
75
base_url = f"{get_service_url()}/Immunization"
0 commit comments