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__) | |
fhirclient.client.logger = logging.getLogger(__name__) |
str fhirclient.client.scope_default = 'user/*.* patient/*.read openid profile' |
str fhirclient.client.scope_haslaunch = 'launch' |
str fhirclient.client.scope_patientlaunch = 'launch/patient' |