M K
M K
This feature is already implemented. Could you provide an example of your code?
As I understand, fhir patch is not implemented yet. Only standard http PATCH operation (fhir update) is available using either `resource.update(fieldToUpdate="")` or `resource.save(fields=['fieldsToUpdate'])`.
Done. But we need to add some tests.
```Python Traceback (most recent call last): File "", line 3, in File "/Users/miron/dev/cure8health/environment/backend/venv/lib/python3.7/site-packages/fhirpathpy/__init__.py", line 66, in evaluate return apply_parsed_path(resource, node, context, model) File "/Users/miron/dev/cure8health/environment/backend/venv/lib/python3.7/site-packages/fhirpathpy/__init__.py", line 30, in apply_parsed_path node =...
if we add resourceType to questionnaire_response, we'll get this error: ```Python questionnaire_response['resourceType'] = 'QuestionnaireResponse' evaluate( questionnaire_response, "QuestionnaireResponse.repeat(item).where(linkId='acc-have-claim-number').answer.value.Coding" ) Traceback (most recent call last): File "", line 3, in File "/Users/miron/dev/cure8health/environment/backend/venv/lib/python3.7/site-packages/fhirpathpy/__init__.py",...
I just checked this example and this issue is not a thing anymore (or maybe never was?)
Have the same issue in Android (real device), the app is switching a couple of times back to "background" and "active" state (in ios it works correctly), react-native v. 0.67.4
hmm I've upgraded to v5.1.5 and reproduced both in Android emulator locally and in the Snack (both iOS and Android) https://snack.expo.dev/ncSmfPqCKNptLjqQIQfYP (upd: updated link)
Given my experience (https://snack.expo.dev/ncSmfPqCKNptLjqQIQfYP) and the comment above, the problem is still not solved.
Also we need to keep in mind this https://docs.aiohttp.org/en/stable/client_advanced.html#graceful-shutdown