Skip to content

HealthConcern

HealthConcern object

Fields

code · String · The code for the health concern
description · String · The description of the health concern
display_name · String · The display name of the health concern
effective_time · String · The effective time of the health concern
id · ID! · required · The unique identifier of the

Used By

Definition

"""
HealthConcern object
"""
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!
}