IcdCodesSuperBillInput
Payload for an ICD code super bill
Fields
icd_code_id
· String
· The ID of the ICD code 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}