Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/ and changes regularly. See the Directory of published versions

Resource Profile: Kenya Core AllergyIntolerance Profile

Official URL: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance Version: 1.0.0
Active as of 2026-09-08 Computable Name: KenyaCoreAllergyIntolerance

Allergy or intolerance record.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance C 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
Constraints: ait-1, ait-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile Σ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to

Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier SΣ 0..* Identifier External ids for this item
... clinicalStatus ?!SΣC 1..1 CodeableConcept Clinical status (active, inactive, resolved) — default active
Binding: Condition Clinical Status Value Set (required)
... verificationStatus ?!SΣC 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type SΣ 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category SΣ 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality SΣ 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code SΣ 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient SΣ 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 When allergy or intolerance was identified
Slice: Unordered, Closed by type:$this
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter SΣ 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
ait-1 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()
ait-2 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()
dom-2 error AllergyIntolerance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AllergyIntolerance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AllergyIntolerance A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AllergyIntolerance

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
... identifier S 0..* Identifier External ids for this item
... verificationStatus S 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type S 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category S 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality S 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code S 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient S 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 dateTime, Age, Period, Range, string When allergy or intolerance was identified
Slice: Unordered, Open by type:$this
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter S 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance C 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
Constraints: ait-1, ait-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to

Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier External ids for this item
... clinicalStatus ?!SΣC 1..1 CodeableConcept Clinical status (active, inactive, resolved) — default active
Binding: Condition Clinical Status Value Set (required)
... verificationStatus ?!SΣC 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type SΣ 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category SΣ 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality SΣ 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code SΣ 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient SΣ 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 When allergy or intolerance was identified
Slice: Unordered, Closed by type:$this
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter SΣ 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)
.... note 0..* Annotation Text about event not captured in other fields

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.meta.​security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
AllergyIntolerance.meta.​tag Base example Common Tags 📍4.0.1 FHIR Std.
AllergyIntolerance.language Base preferred Common Languages 📍4.0.1 FHIR Std.
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
ait-1 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()
ait-2 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()
dom-2 error AllergyIntolerance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AllergyIntolerance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AllergyIntolerance A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AllergyIntolerance

Summary

Mandatory: 10 elements(2 nested mandatory elements)
Must-Support: 29 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of AllergyIntolerance.onset[x]

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance C 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
Constraints: ait-1, ait-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile Σ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to

Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier SΣ 0..* Identifier External ids for this item
... clinicalStatus ?!SΣC 1..1 CodeableConcept Clinical status (active, inactive, resolved) — default active
Binding: Condition Clinical Status Value Set (required)
... verificationStatus ?!SΣC 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type SΣ 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category SΣ 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality SΣ 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code SΣ 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient SΣ 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 When allergy or intolerance was identified
Slice: Unordered, Closed by type:$this
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter SΣ 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
ait-1 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()
ait-2 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()
dom-2 error AllergyIntolerance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AllergyIntolerance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AllergyIntolerance A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from AllergyIntolerance

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
... identifier S 0..* Identifier External ids for this item
... verificationStatus S 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type S 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category S 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality S 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code S 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient S 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 dateTime, Age, Period, Range, string When allergy or intolerance was identified
Slice: Unordered, Open by type:$this
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter S 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance C 0..* AllergyIntolerance Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
Constraints: ait-1, ait-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to

Required Pattern: https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier External ids for this item
... clinicalStatus ?!SΣC 1..1 CodeableConcept Clinical status (active, inactive, resolved) — default active
Binding: Condition Clinical Status Value Set (required)
... verificationStatus ?!SΣC 1..1 CodeableConcept Verification status (unconfirmed, confirmed, refuted, entered-in-error)
Binding: Condition Verification Status Value Set (required)
... type SΣ 1..1 code Allergy or intolerance — default 'allergy'
Binding: AllergyIntoleranceType (required)
... category SΣ 1..* code Category (food, medication, environment, biologic)
Binding: AllergyIntoleranceCategory (required)
... criticality SΣ 1..1 code Estimated clinical harm (low, high, unable-to-assess)
Binding: AllergyIntoleranceCriticality (required)
... code SΣ 1..1 CodeableConcept Allergen substance from Kenya MOH PPB Active Components
Binding: Active Components ValueSet (required)
... patient SΣ 1..1 Reference(KenyaCore Patient Profile) Who the sensitivity is for
... encounter S 0..1 Reference(Kenya Core Encounter Profile) Encounter when the allergy or intolerance was asserted
... Slices for onset[x] S 0..1 When allergy or intolerance was identified
Slice: Unordered, Closed by type:$this
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
.... onset[x]:onsetDateTime S 0..1 dateTime Use when allergy is still active
.... onset[x]:onsetAge S 0..1 Age When allergy or intolerance was identified
.... onset[x]:onsetPeriod S 0..1 Period Use when both start and end of allergy are known
.... onset[x]:onsetRange S 0..1 Range When allergy or intolerance was identified
.... onset[x]:onsetString S 0..1 string When allergy or intolerance was identified
... recordedDate S 1..1 dateTime Date recorded at point-of-care system
... recorder S 0..1 Reference(Practitioner | Patient) Who recorded the allergy
... asserter SΣ 0..1 Reference(Patient | Practitioner) Source asserting the allergy
... lastOccurrence S 0..1 dateTime Last known occurrence of a reaction
... note S 0..* Annotation Additional narrative notes about the allergy
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substance S 1..1 CodeableConcept Specific allergen that caused the reaction
Binding: Active Components ValueSet (required)
.... manifestation S 1..* CodeableConcept Clinical manifestation / symptom
Binding: Manifestation or Symptom ValueSet (required)
.... description S 0..1 string Text description of the reaction
.... onset S 0..1 dateTime When the reaction occurred
.... severity S 1..1 code Severity (mild, moderate, severe)
Binding: AllergyIntoleranceSeverity (required)
.... exposureRoute S 0..1 CodeableConcept Route of exposure that caused the reaction
Binding: Route of Administration ValueSet (required)
.... note 0..* Annotation Text about event not captured in other fields

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.meta.​security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
AllergyIntolerance.meta.​tag Base example Common Tags 📍4.0.1 FHIR Std.
AllergyIntolerance.language Base preferred Common Languages 📍4.0.1 FHIR Std.
AllergyIntolerance.clinicalStatus Base required Condition Clinical Status Value Set 📦1.0.0 This IG
AllergyIntolerance.verificationStatus Base required Condition Verification Status Value Set 📦1.0.0 This IG
AllergyIntolerance.type Base required AllergyIntoleranceType 📦4.0.1 FHIR Std.
AllergyIntolerance.category Base required AllergyIntoleranceCategory 📦4.0.1 FHIR Std.
AllergyIntolerance.criticality Base required AllergyIntoleranceCriticality 📦4.0.1 FHIR Std.
AllergyIntolerance.code Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​substance Base required Active Components ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​manifestation Base required Manifestation or Symptom ValueSet 📦1.0.0 This IG
AllergyIntolerance.reaction.​severity Base required AllergyIntoleranceSeverity 📦4.0.1 FHIR Std.
AllergyIntolerance.reaction.​exposureRoute Base required Route of Administration ValueSet 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
ait-1 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()
ait-2 error AllergyIntolerance AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()
dom-2 error AllergyIntolerance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AllergyIntolerance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AllergyIntolerance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AllergyIntolerance A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AllergyIntolerance

Summary

Mandatory: 10 elements(2 nested mandatory elements)
Must-Support: 29 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of AllergyIntolerance.onset[x]

 

Other representations of profile: CSV, Excel, Schematron