T
T
Hi everyone, It'd be great to have FHIR 4.3.0 / R4B support. Not sure if this is in the works or not, but figured I'd open this up just in...
abseil-py v1.0.0 was recently released: https://github.com/abseil/abseil-py/releases/tag/v1.0.0 google-fhir currently requires v0.10.0, which is several releases behind.
Is there a way to mock a response that's a large file download, such as a 100MB tarball? I guess in theory the file could be loaded into memory, but...