Adding Hospital's Departments on CSV file

I’m using CSV files to import units and POI. Right now, following the CSV template provided on SDK, I can only choose if the hospital is Max Care Hospital (IsMaxCareHospital) or not, with a True or False value.

If I choose False, there’s no way to add the diferents departments, and then can be added manually from the dasboard.

It’s strange, as with Units, we can add Equipments (3,5,21, …) and that simplify a lot mass imports.

Is there anything I’m doing wrong?

Thks