Skip to main content

Icd10Chapter

No description

type Icd10Chapter implements Icd10ClassBase {
code: String!
id: ID!
preferredTerm: String!
preferredTermLong: String!
superclass: Icd10ClassBase
}

Fields

Icd10Chapter.code ● String! non-null scalar

Icd10Chapter.id ● ID! non-null scalar

Icd10Chapter.preferredTerm ● String! non-null scalar

alias title

Icd10Chapter.preferredTermLong ● String! non-null scalar

alias description

Icd10Chapter.superclass ● Icd10ClassBase interface

Interfaces

Icd10ClassBase interface