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 5e4bd94 commit 3668399Copy full SHA for 3668399
lambdas/id_sync/src/record_processor.py
@@ -37,6 +37,7 @@ def process_record(event_record: AwsLambdaSqsEventRecord):
37
else:
38
return {"status": "error", "message": "No ID found in event record"}
39
40
+
41
def get_id(event_body) -> Optional[str]:
42
"""Extract subject identifier from FHIR Bundle notification event"""
43
try:
0 commit comments