SMART on FHIR Python Client  3.0.0
client.py File Reference

Classes

class  fhirclient.client.FHIRClient
 Instances of this class handle authorizing and talking to SMART on FHIR servers. More...
 

Namespaces

 fhirclient.client
 

Variables

string fhirclient.client.scope_default = 'user/*.* patient/*.read openid profile'
 
string fhirclient.client.scope_haslaunch = 'launch'
 
string fhirclient.client.scope_patientlaunch = 'launch/patient'
 
 fhirclient.client.logger = logging.getLogger(__name__)