Specialty_id field not defined in Provider model via RestApi

HI, I am using rest api to create the doctor type provider, with its respective specialty. Reviewing documentation I found this Provider (OpenMRS 2.5.0-SNAPSHOT API) in fact in the db is the field specialty_id in the provider table, but I don’t know how to configure the specialty as a concept.

Create the specialties as concepts, however when I instantiate the provider service it returns this error.

any suggestion, i’m doing something wrong?

That field is not supported by the current version of the rest webservices module. Being an optional field, you can leave it out.

I need to save the specialty, how can I do it?

First step is to create a JIRA ticket for the rest webservices module to add this field.

@dkayiwa thank you very much