SMART on FHIR Python Client  3.0.0
fhirclient.client Namespace Reference

Classes

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

Variables

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

Variable Documentation

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