CreateAllergyRecordDataInput
Data for creating an allergy or intolerance record.
input CreateAllergyRecordDataInput {
patientId: ID!
consultationId: String
sectionTitle: String
allergen: String
allergyIntoleranceType: AllergyIntoleranceType
severity: AllergyRecordSeverity
comments: String
}
Fields
CreateAllergyRecordDataInput.patientId ● ID! non-null scalar
CreateAllergyRecordDataInput.consultationId ● String scalar
CreateAllergyRecordDataInput.sectionTitle ● String scalar
CreateAllergyRecordDataInput.allergen ● String scalar
CreateAllergyRecordDataInput.allergyIntoleranceType ● AllergyIntoleranceType enum
Whether this record is an allergy or an intolerance. Defaults to allergy when omitted.
CreateAllergyRecordDataInput.severity ● AllergyRecordSeverity enum
CreateAllergyRecordDataInput.comments ● String scalar
Member Of
createAllergyRecord mutation