We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4986ba commit 388b156Copy full SHA for 388b156
1 file changed
backend/src/parameter_parser.py
@@ -100,7 +100,7 @@ def process_search_params(params: ParamContainer) -> SearchParams:
100
f"\"{patient_identifier_system}|{{NHS number}}\" "
101
f"e.g. \"{patient_identifier_system}|9000000009\"")
102
103
- patient_identifier = patient_identifier.split("|")[1]
+ patient_identifier = patient_identifier_parts[1]
104
105
# immunization.target
106
params[immunization_target_key] = list(set(params.get(immunization_target_key, [])))
0 commit comments