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
Diagnosis Code Schema
Show child attributes
An ICD_10 Diagnosis Code
"F84.0"
The standard that the diagnosis code is based on. We only support ICD_10
"ICD_10"
Silna's description for the ICD_10 diagnosis code