Skip to main content

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]
}

Fields​

IAllergyIntolerance.id ● String scalar​

IAllergyIntolerance.meta ● Meta object​

IAllergyIntolerance.implicitRules ● uri scalar​

IAllergyIntolerance._implicitRules ● ElementBase object​

IAllergyIntolerance.language ● code scalar​

IAllergyIntolerance._language ● ElementBase object​

IAllergyIntolerance.text ● Narrative object​

IAllergyIntolerance.contained ● [Resource] list object​

IAllergyIntolerance.extension ● [Extension] list object​

IAllergyIntolerance.modifierExtension ● [Extension] list object​

IAllergyIntolerance.identifier ● [Identifier] list object​

IAllergyIntolerance.clinicalStatus ● CodeableConcept object​

IAllergyIntolerance.verificationStatus ● CodeableConcept object​

IAllergyIntolerance.type ● code scalar​

IAllergyIntolerance._type ● ElementBase object​

IAllergyIntolerance.category ● [code] list scalar​

IAllergyIntolerance._category ● [ElementBase] list object​

IAllergyIntolerance.criticality ● code scalar​

IAllergyIntolerance._criticality ● ElementBase object​

IAllergyIntolerance.code ● CodeableConcept object​

IAllergyIntolerance.patient ● Reference! non-null object​

IAllergyIntolerance.encounter ● Reference object​

IAllergyIntolerance.onsetDateTime ● dateTime scalar​

IAllergyIntolerance._onsetDateTime ● ElementBase object​

IAllergyIntolerance.onsetAge ● Age object​

IAllergyIntolerance.onsetPeriod ● Period object​

IAllergyIntolerance.onsetRange ● Range object​

IAllergyIntolerance.onsetString ● String scalar​

IAllergyIntolerance._onsetString ● ElementBase object​

IAllergyIntolerance.recordedDate ● dateTime scalar​

IAllergyIntolerance._recordedDate ● ElementBase object​

IAllergyIntolerance.recorder ● Reference object​

IAllergyIntolerance.asserter ● Reference object​

IAllergyIntolerance.lastOccurrence ● dateTime scalar​

IAllergyIntolerance._lastOccurrence ● ElementBase object​

IAllergyIntolerance.note ● [Annotation] list object​

IAllergyIntolerance.reaction ● [AllergyIntoleranceReaction] list object​