client-py icon indicating copy to clipboard operation
client-py copied to clipboard

Python SMART on FHIR client

Results 78 client-py issues
Sort by recently updated
recently updated
newest added

Waiting for approval to upload release version 4.1.0 to PyPI based on previous pull request

## Summary We're trying to use this library to interact with the vendor's API for retrieving [Contracts](https://www.hl7.org/fhir/contract.html) from the vendor's DSTU2 endpoint. In particular, we are using the `Contract.where()` method...

Hi, It will help a lot if you can add some examples for FHIR client (`client-py`) on how we can authenticate sessions/calls from Python? For example - how can we...

documentation

While developing with a test server (in this case the IBM fhir-server) which came with only https enabled by default and a self signed certificate, the library cannot connect to...

the latest you pip install is 3.2.0 please load the latest to pip.

Hi, I am reading observation data of a patient.. The result are paginated.. I want to process paginated results and retrieve all the observations. Is there a way to do...

Thanks for a great project. Enjoying working with it. Unless I've missed it, I don't see support for: * https://www.hl7.org/fhir/http.html#paging * https://www.hl7.org/fhir/search.html#count Is this correct ?

Hi all, I can perform the query supplying the MRN identifier system code as below, but that doesn't seem the way to do it. Is there a better more elegant...

Hi, Our need is to create a service that runs periodically without user intervention to access data from EHR. We want to integrate with EHR like EPIC and Cerner to...

documentation