OBJECT

HealthConcern

HealthConcern object

link GraphQL Schema definition

  • type HealthConcern {
  • # The code for the health concern
  • code: String
  • # The description of the health concern
  • description: String
  • # The display name of the health concern
  • display_name: String
  • # The effective time of the health concern
  • effective_time: String
  • # The unique identifier of the
  • id: ID!
  • }