You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error in the response due to the formatting of the FHIR resource itself:
FHIRValidationError: {root}:
entry.5:
resource:
text:
'Non-optional property "div" on <fhirclient.models.narrative.Narrative object at 0x7f11a1d31ff0> is missing'
I guess the error comes from the built-in pydantic validation, but is there a way to filter out all the responses matching the search pattern that violate the validation, while still letting all the others through, instead of blocking them all?
The text was updated successfully, but these errors were encountered:
Hello,
when I try to the fetch the HAPI open FHIR R4 server using the latest version of the library:
I get the following error in the response due to the formatting of the FHIR resource itself:
I guess the error comes from the built-in pydantic validation, but is there a way to filter out all the responses matching the search pattern that violate the validation, while still letting all the others through, instead of blocking them all?
The text was updated successfully, but these errors were encountered: