SMART on FHIR Python Client 4.2.0
 
Loading...
Searching...
No Matches
fhirclient.client Namespace Reference

Classes

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

Variables

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

Variable Documentation

◆ logger

fhirclient.client.logger = logging.getLogger(__name__)

◆ scope_default

str fhirclient.client.scope_default = 'user/*.* patient/*.read openid profile'

◆ scope_haslaunch

str fhirclient.client.scope_haslaunch = 'launch'

◆ scope_patientlaunch

str fhirclient.client.scope_patientlaunch = 'launch/patient'