cURL
curl --request GET \ --url https://api.silnahealth.com/public/v1/patient-diagnoses/{patient_diagnosis_id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "diagnosis_code": { "code": "F84.0", "standard": "ICD_10", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Patient Diagnosis Response Schema