v1
latestOpenAPI 3.0.02026-07-26550199.6 KBpatient
Update single patient
Update single patient
put/patients/{id}
Path parameters
idinteger required
Example:1
Request body
Example request
{
"firstname": "Harry",
"lastname": "Potter",
"email": "harry@hogwarts.edu",
"sex": "Male",
"genderIdentity": "Man",
"alert": "He knows magic",
"birthdate": "1996-07-30T00:00:00.000Z",
"timezone": "Australia/Adelaide",
"city": "Adelaide",
"state": "SA",
"postalCode": "5000",
"country": "Australia",
"phoneNumbers": [
{
"type": "Mobile",
"code": "+61",
"phoneNumber": "401234567"
}
],
"privacyPolicy": "Accepted",
"ndisNumber": "430123456",
"ndisInfo": {
"diagnosis": "Foot Injury",
"nomineeEmail": "nominee@email.com",
"fundManagement": "Plan-managed",
"nomineeLastName": "Clark",
"nomineeFirstName": "Chris",
"nomineeMobileCode": "+61",
"nomineeMobileNumber": "433555111",
"startDate": "2024-02-09T00:00:00.000Z",
"endDate": "2024-02-18T00:00:00.000Z"
},
"medicareNum": "4444444444",
"irn": "1",
"emergencyContactNumber": "0412345678",
"emergencyContactName": "Quentin Neely",
"emergencyContactRelationship": "Brother",
"patientTags": [
"Self-managed"
],
"communicationPreference": "SMS"
}Response
Return 1 on success