Create Patient
Content-Type: application/json
{
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"pronouns": "string",
"date_of_birth": "string",
"sex": "male",
"email": "user@example.com",
"phone_numbers": ["string"],
"address": {
"street": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "string"
},
"practitioner_id": "string",
"practitioner_email": "user@example.com"
}Last updated
