SMART on FHIR Python Client  3.0.0
server.py File Reference

Classes

class  fhirclient.server.FHIRUnauthorizedException
 Indicating a 401 response. More...
 
class  fhirclient.server.FHIRPermissionDeniedException
 Indicating a 403 response. More...
 
class  fhirclient.server.FHIRNotFoundException
 Indicating a 404 response. More...
 
class  fhirclient.server.FHIRServer
 Handles talking to a FHIR server. More...
 

Namespaces

 fhirclient.server
 

Variables

string fhirclient.server.FHIRJSONMimeType = 'application/fhir+json'
 
 fhirclient.server.logger = logging.getLogger(__name__)