OBJECT
IcdCode
icd code
link GraphQL Schema definition
- type IcdCode {
- # category of icd code
- String :
- # icd code
- String :
- # date code was created
- String :
- # description of code
- String :
- # A display name - for use in labels
- String :
- ID! :
- # ICD codes marked as favorite
- #
- # Arguments
- # known_value: The known value of is_favorite (from the query
- # argument)
- Boolean): Boolean ( :
- # date code was updated
- String :
- }