Aller au contenu principal

PatientResponse

data object
iduuid
Example: 588d4e3c-f6d5-45b9-a7ed-579946f9a2d3
typestring

Possible values: [patients]

attributes object
firstNamestring
lastNamestring
dateOfBirthstring
mobilePhoneNumberstring
PatientResponse
{
"data": {
"id": "588d4e3c-f6d5-45b9-a7ed-579946f9a2d3",
"type": "patients",
"attributes": {
"firstName": "string",
"lastName": "string",
"dateOfBirth": "string",
"mobilePhoneNumber": "string"
}
}
}