Generate_patient_id_on_people

Hi there,
We’re using the cht v3.15.0 and we have in our config

"generate_patient_id_on_people": true,

In documentation this is deprecated from 3.8 so I think that the only thing to do is to replace the above line by

  "generate_shortcode_on_contacts": true,

is this correct ?

This is correct! The underlying behavior of the transitions is exactly the same (and really, most of their code is shared as well). Neither of the transitions support any additional configuration so replacing generate_patient_id_on_people with generate_shortcode_on_contacts should be all you need to do.

1 Like