1)Child Health Care

                Get UUID for child health care template
                Get UUID for child health care program
                    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
2)Cause of Death

          Go to openmrs database
              Get UUID for death note template
              Get UUID for Cause of Death program
       
              insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
3) Maternal Health

                 

              Get UUID for ANC Visit template
              Get UUID for Maternal Health program
           
               insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
              Get UUID for PNC Visit template
              Get UUID for Maternal Health program
              insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
             Get UUID for Delivery Information template
             Get UUID for Maternal Health program
         
             insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
             Get UUID for New Born Care template
             Get UUID for Maternal Health program
             insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
             Get UUID for Pregnancy Intake template
             Get UUID for Maternal Health program
             insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());