Diagnoses
The Diagnoses feature allows the user to view, create, retrieve, modify or delete a diagnoses from an encounter. Diagnoses will return a SNOMED code and possibly a matching ICD-9/10 code. These codes describe the main reason the patient is seeking treatment.
SNOMED -Systematized Nomenclature of Medicine
ICD - International Classification of Diseases
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Create new diagnosis for given
encounter
POST
/v1/{practiceid}/chart/encounter/{encounterid}/diagnoses
Create a new record of diagnoses for the specific encounter
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 allOutput Parameters
Expand allExample Code
Get list of diagnoses for the given
encounter
GET
/v1/{practiceid}/chart/encounter/{encounterid}/diagnoses
Retrieve a list of diagnoses for a specific encounter
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 allOutput Parameters
Expand allExample Code
Update selected diagnosis for given
encounter
PUT
/v1/{practiceid}/chart/encounter/{encounterid}/diagnoses/{diagnosisid}
Modifies a diagnosis record for a specific encounter
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 allExample Code
Delete selected diagnosis for given
encounter
DELETE
/v1/{practiceid}/chart/encounter/{encounterid}/diagnoses/{diagnosisid}
Delete a record of a specific diagnoses
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 allOutput Parameters
Expand allExample Code