v3

latestOpenAPI 3.1.02026-08-01251805962.3 KB
diagnoses

Update diagnosis

Updates the diagnosis record matching the provided diagnosis_id

patch/api/diagnoses/v2/{diagnosis_id}

Path parameters

diagnosis_idstring uuid required

Headers

Authorizationstring required

OAuth authentication

Request body

namestring

Empty string not allowed.

code_type'ABF' | 'ABJ' | 'ABK' | 'APR' | 'BF' | 'BJ' | 'BK' | 'PR' | 'DR' | 'LOI'
codestring

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'

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