AllergyRecord
An allergy record entry in a consultation.
type AllergyRecord {
id: ID!
patientId: ID
consultationId: String
sectionTitle: String
allergen: String
clinicalStatus: ClinicalStatus
start: Date
end: Date
severity: AllergyRecordSeverity
comments: String
createdAt: DateTime
updatedAt: DateTime
}
Fields
AllergyRecord.id ● ID! non-null scalar
AllergyRecord.patientId ● ID scalar
AllergyRecord.consultationId ● String scalar
AllergyRecord.sectionTitle ● String scalar
AllergyRecord.allergen ● String scalar
AllergyRecord.clinicalStatus ● ClinicalStatus enum
AllergyRecord.start ● Date scalar
AllergyRecord.end ● Date scalar
AllergyRecord.severity ● AllergyRecordSeverity enum
AllergyRecord.comments ● String scalar
AllergyRecord.createdAt ● DateTime scalar
AllergyRecord.updatedAt ● DateTime scalar
Member Of
AllergyRecordResponsePayload object