AllergyIntoleranceReaction
No description
type AllergyIntoleranceReaction {
id: String
extension: [Extension]
modifierExtension: [Extension]
substance: CodeableConcept
manifestation: [CodeableConcept]!
description: String
_description: ElementBase
onset: dateTime
_onset: ElementBase
severity: code
_severity: ElementBase
exposureRoute: CodeableConcept
note: [Annotation]
}
Fields
AllergyIntoleranceReaction.id ● String scalar
AllergyIntoleranceReaction.extension ● [Extension] list object
AllergyIntoleranceReaction.modifierExtension ● [Extension] list object
AllergyIntoleranceReaction.substance ● CodeableConcept object
AllergyIntoleranceReaction.manifestation ● [CodeableConcept]! non-null object
AllergyIntoleranceReaction.description ● String scalar
AllergyIntoleranceReaction._description ● ElementBase object
AllergyIntoleranceReaction.onset ● dateTime scalar
AllergyIntoleranceReaction._onset ● ElementBase object
AllergyIntoleranceReaction.severity ● code scalar
AllergyIntoleranceReaction._severity ● ElementBase object
AllergyIntoleranceReaction.exposureRoute ● CodeableConcept object
AllergyIntoleranceReaction.note ● [Annotation] list object
Member Of
AllergyIntolerance object ● IAllergyIntolerance interface