Note: The Docus Lab API is in active development. Features and endpoints may be updated. Please refer to the latest API version in the official documentation for the most accurate information.
{ "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }
curl --location --request PUT '/patients/' \ --header 'Content-Type: application/json' \ --data-raw '{ "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }'