Diagnoses
The Diagnoses feature allows the user to view and retrieve a diagnoses list during the hospital stay for a patient. Diagnoses will return a SNOMED code and possibly a matching ICD9/10 code.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get list of diagnosis for a stay
GET
/v1/{practiceid}/stays/{stayid}/diagnoses
Retrieve a list of diagnoses for a specific hospital stay
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
stayid
integer
stayid
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
admissiondiagnosis
string
Boolean value to specify whether it is an admission diagnosis.
createdby
string
The name of the person who entered this diagnosis.
description
string
Brief description for this SNOMED Code.
diagnosisid
integer
The athena ID for this diagnosis.
diagnosisnote
string
Note entered for this diagnosis.
dischargediagnosis
string
Boolean value to specify whether it is a discharge diagnosis.
events
object
List of Events.
laterality
string
The laterality of the diagnosis, if any.
primarydiagnosis
string
Boolean value to specify whether it is a primary diagnosis.
snomedcode
string
SNOMED code associated with this diagnosis.
Example Code