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 f050b90 commit 3532e7eCopy full SHA for 3532e7e
lambdas/recordforwarder/src/service/fhir_batch_service.py
@@ -16,7 +16,7 @@ def uplift_legacy_identifier(immunization: dict):
16
# received for some reason. Please see issue VED-904 for more information.
17
identifier = immunization.get("identifier")
18
19
- if identifier is None or len(identifier) == 0:
+ if identifier is None or len(identifier) != 1:
20
# Return here to allow validation to raise appropriate error
21
return
22
0 commit comments