How to add custom data type in HealthKit

When i try to upload data to my app it crashes showing me this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Authorization to share the following types is disallowed: HKCategoryTypeIdentifierMenstrualSymptomBreastTenderness, HKCategoryTypeIdentifierMenstrualSymptomHotFlashes, HKCategoryTypeIdentifierMenstrualSymptomLowerBackPain, HKCategoryTypeIdentifierMenstrualSymptomAcne, HKCategoryTypeIdentifierMenstrualSymptomTiredness, HKCategoryTypeIdentifierMenstrualSymptomHeadache, HKCategoryTypeIdentifierMenstrualSymptomDiarrhea, HKCategoryTypeIdentifierMenstrualSymptomMoodChanges, HKCategoryTypeIdentifierMenstrualSymptomAbdominalCramps, HKCategoryTypeIdentifierMenstrualSymptomSleepChanges, HKCategoryTypeIdentifierMenstrualSymptomAppetiteChanges, HKCategoryTypeIdentifierMenstrualSymptomConstipation'


are these types supported by HealthKit and if not how could i add them?