Skip to content

Problem

Base class for types

Fields

code · String · Code of the problem
id · ID! · required · Self-descriptive
name · String · Name of the problem
requires_consolidation · Boolean · When true, this object must be consolidated as part of a CCDA Ingest

Used By

Definition

"""
Base class for types
"""
type Problem {
"""
Code of the problem
"""
code: String
"""
Self-descriptive
"""
id: ID!
"""
Name of the problem
"""
name: String
"""
When true, this object must be consolidated as part of a CCDA Ingest
"""
requires_consolidation: Boolean
}