IAllergyIntolerance
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IAllergyIntolerance {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
clinicalStatus: CodeableConcept
verificationStatus: CodeableConcept
type: code
_type: ElementBase
category: [code]
_category: [ElementBase]
criticality: code
_criticality: ElementBase
code: CodeableConcept
patient: Reference!
encounter: Reference
onsetDateTime: dateTime
_onsetDateTime: ElementBase
onsetAge: Age
onsetPeriod: Period
onsetRange: Range
onsetString: String
_onsetString: ElementBase
recordedDate: dateTime
_recordedDate: ElementBase
recorder: Reference
asserter: Reference
lastOccurrence: dateTime
_lastOccurrence: ElementBase
note: [Annotation]
reaction: [AllergyIntoleranceReaction]
}