diagnoses
Create diagnosis
Creates a new diagnosis for an encounter
post/api/diagnoses/v2
Headers
Authorizationstring required
OAuth authentication
Request body
namestring
Empty string not allowed.
code_type'ABF' | 'ABJ' | 'ABK' | 'APR' | 'BF' | 'BJ' | 'BK' | 'PR' | 'DR' | 'LOI' required
codestring required
Empty string not allowed. Should be of the appropriate format for the provided code_type. Must obey the ICD-10 format if an ICD-10 code_type is provided, specifically:
- Letter
- Digit
- Digit or the letter A or B
- (Optional) Period .
- Up to 4 (or as few as 0) letters and digits
present_on_admission_indicator'YES' | 'NO' | 'UNKNOWN' | 'NOT_APPLICABLE'
encounter_idstring uuid required
Response
Response with status 200
namestring
Empty string not allowed.
code_type'ABF' | 'ABJ' | 'ABK' | 'APR' | 'BF' | 'BJ' | 'BK' | 'PR' | 'DR' | 'LOI' required
codestring required
Empty string not allowed. Should be of the appropriate format for the provided code_type. Must obey the ICD-10 format if an ICD-10 code_type is provided, specifically:
- Letter
- Digit
- Digit or the letter A or B
- (Optional) Period .
- Up to 4 (or as few as 0) letters and digits
present_on_admission_indicator'YES' | 'NO' | 'UNKNOWN' | 'NOT_APPLICABLE'
encounter_idstring uuid required
diagnosis_idstring uuid required
created_atstring date-time required
updated_atstring date-time required