Skip to main content

exceptions

Exceptions related to NextGen interactions.

Classes

FHIRR4APIError

class FHIRR4APIError(*args, **kwargs):

Exception raised when interacting with FHIR R4 APIs.

Ancestors

FHIRR4QuotaExceeded

class FHIRR4QuotaExceeded(*args, **kwargs):

Exception raised when we have exceeded any FHIR R4 call limit.

Ancestors

NoFHIRR4PatientIDError

class NoFHIRR4PatientIDError(*args, **kwargs):

Exception raised when patient ID could not be extracted.

Ancestors

NoMatchingFHIRR4PatientError

class NoMatchingFHIRR4PatientError(*args, **kwargs):

Exception raised when no patient matching filters is found.

Ancestors

NonSpecificFHIRR4PatientError

class NonSpecificFHIRR4PatientError(*args, **kwargs):

Exception raised when patient could not be narrowed to a single person.

Ancestors