cURL
curl --request POST \ --url https://api.silnahealth.com/public/v1/patient-diagnoses/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "diagnosis_code": "F84.0" } '
{ "patient_diagnosis_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Patient Diagnosis Create Schema
An ICD_10 Diagnosis Code
"F84.0"
Patient Diagnosis Create Response Schema