IcdCodesPolicyInput
Payload for assigning a policy to an ICD code
Fields
icd_code_id
· String
· The ID of the ICD code Used By
Definition
"""Payload for assigning a policy to an ICD code"""input IcdCodesPolicyInput { """ If true, the join table record will be deleted """ _destroy: Boolean
""" The ID of the ICD code """ icd_code_id: String
""" The ID of the join table record """ id: ID
""" The ID of the policy """ policy_id: String}