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