Skip to content

createAllergySensitivityInput

Autogenerated input type of createAllergySensitivity

Fields

deprecated DO NOT USE
is_current · Boolean · DEPRECATED. Use status instead
deprecated Use `status` instead
onset_date · String · The date of onset
reaction_type · String · The type of reaction. Options are [allergy, adverse_reaction]
status · String · Options are [active, inactive, resolved]. Defaults to active
drug_allergen_id · ID · The drug allergen id to associate with the allergy sensitivity
metadata · JSON · A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.

Used By

Definition

"""
Autogenerated input type of createAllergySensitivity
"""
input createAllergySensitivityInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
category: String
category_type: String
custom_name: String
custom_reaction: String
id: ID
"""
DEPRECATED. Use status instead
"""
is_current: Boolean @deprecated(reason: "Use `status` instead")
name: String
"""
The date of onset
"""
onset_date: String
reaction: String
"""
The type of reaction. Options are [allergy, adverse_reaction]
"""
reaction_type: String
severity: String
"""
Options are [active, inactive, resolved]. Defaults to active
"""
status: String
user_id: ID
"""
The drug allergen id to associate with the allergy sensitivity
"""
drug_allergen_id: ID
"""
A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.
"""
metadata: JSON
}