care.emr.signals.patient.base module¶
This is the base class to create patient identifiers based on patient attributes This allows workflows without strict Authz to function as needed
- class BasePatientIdentifierConfig¶
Bases:
object- IDENTIFIER_SYSTEM = None¶
- CACHED_CONFIG = {}¶
- DISPLAY = None¶
- RETRIEVE_WITH_YOB = None¶
- PARTIAL_SEARCH = None¶
- classmethod get_or_create_system_name_identifier_config(facility)¶
- classmethod create_identifier(facility)¶
- classmethod get_value(patient)¶
- classmethod update_identifier(patient, facility=None)¶