Skip to content

IcdCodesCms1500Input

Payload for ICD code on CMS 1500 form

Fields

_destroy · Boolean · If true, the ICD code will be deleted from the join table
active · Boolean · Whether the ICD code is active
end_date · String · The end date of the ICD code
first_symptom_date · String · The first symptom date of the ICD code
icd_code_id · String · The ID of the ICD code
id · ID · The ID of the ICD code join table

Used By

Definition

"""
Payload for ICD code on CMS 1500 form
"""
input IcdCodesCms1500Input {
"""
If true, the ICD code will be deleted from the join table
"""
_destroy: Boolean
"""
Whether the ICD code is active
"""
active: Boolean
"""
The end date of the ICD code
"""
end_date: String
"""
The first symptom date of the ICD code
"""
first_symptom_date: String
"""
The ID of the ICD code
"""
icd_code_id: String
"""
The ID of the ICD code join table
"""
id: ID
}