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.
{ "patient_id": "12056", "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }
curl --location '/patients' \ --header 'Content-Type: application/json' \ --data '{ "patient_id": "12056", "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }'