Problem
Base class for types
Fields
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}