We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80a0b8 commit 422cda9Copy full SHA for 422cda9
jupyterhealth_client/_client.py
@@ -159,7 +159,7 @@ def _fhir_list_api_request(
159
while True:
160
new_records = False
161
requests += 1
162
- for entry in r["entry"]:
+ for entry in r:
163
# entry seems to always be a dict with one key?
164
if isinstance(entry, dict) and len(entry) == 1:
165
# return entry['resource'] which is ~always the only thing
0 commit comments