OBJECT
IcdCodesPolicy
icd codes policies join table
link GraphQL Schema definition
- type IcdCodesPolicy {
- # The ICD code
- String :
- # The date when the join was created
- String :
- # The description of the join
- String :
- # The ICD code object
- IcdCode :
- # The ID of the joined ICD code
- ID :
- # The unique identifier of the join between ICD code and policy.
- ID :
- # The ID of the joined policy
- ID :
- # The date updated
- String :
- }