I have some patient information to be returned by my API - Name - Gender - Phone Number
This all is the mandatory information needed at UI. What status code should I send to UI in a case when I just can send partial information.
For ex : I could just fetch Name and Gender but no phone number, what should be my status code to be sent back to client with the information I was able to fetch ? Cannot be 200 as the complete information is not sent.