patient

Post patient note

post/patient/{patient_id}/patient_note

Path parameters

patient_idinteger required

Request body

notestring required

note providing contextual information

Response

successful operation

created_by_user_idstring
created_timestring date-time
idinteger

id

notestring required

note logged on the patient profile

patient_idinteger required
updated_timestring date-time

Example response

{
  "note": "really likes walnut"
}

Changes