icdCodes
All ICD Codes
Arguments
is_favorited
· Boolean
· The favorited status of the ICD Code should_paginate
· Boolean
· Whether results are paginated, highly recommended for use only_valid
· Boolean
· when true, only codes considered to be currently valid will be returned. When false, does nothing Returns
[IcdCode!]
Example
query icdCodes( $after: Cursor $is_billable: Boolean $is_favorited: Boolean $keywords: String $offset: Int $should_paginate: Boolean $order_by: IcdCodeOrderKeys $only_valid: Boolean) { icdCodes( after: $after is_billable: $is_billable is_favorited: $is_favorited keywords: $keywords offset: $offset should_paginate: $should_paginate order_by: $order_by only_valid: $only_valid ) { category code created_at cursor description display_name id is_favorite updated_at }}