care.emr.signals.patient.facility_name_identifier module

This signal is used to create a patient identifier with the same name as the patient This allows workflows without strict Authz to function as needed

class FacilityPatientNameIdentifierConfig

Bases: BasePatientIdentifierConfig

IDENTIFIER_SYSTEM = 'system.care.ohc.network/patient-name'
CACHED_CONFIG = {}
DISPLAY = 'Patient Name'
RETRIEVE_WITH_YOB = False
classmethod get_value(patient)
update_facility_name_identifier_on_encounter_save(sender, instance, created, **kwargs)
update_facility_name_identifier_on_token_booking_save(sender, instance, created, **kwargs)