Skip to content

IcdCodesSuperBillInput

Payload for an ICD code super bill

Fields

_destroy · Boolean · If true, the ICD code super bill will be deleted
icd_code_id · String · The ID of the ICD code
id · ID · The ID of the ICD code super bill

Used By

Definition

"""
Payload for an ICD code super bill
"""
input IcdCodesSuperBillInput {
"""
If true, the ICD code super bill will be deleted
"""
_destroy: Boolean
"""
The ID of the ICD code
"""
icd_code_id: String
"""
The ID of the ICD code super bill
"""
id: ID
}