django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
828 stars 290 forks source link

Added russian policy (or OMC) form #434

Open Malomalsky opened 3 years ago

Malomalsky commented 3 years ago

Added Russian insurance policy (or OMC) form to RU.

Source: https://en.wikipedia.org/wiki/Federal_Compulsory_Medical_Insurance_Fund_(Russia)

benkonrath commented 1 year ago

This needs at least one test before we can add it. Does the OMC have a check digit or anything to verify that the number has been correctly entered? If so, we should validate the number as well.