Uzbekistan Digital Health Platform
0.4.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

Resource Profile: UZ Core AllergyIntolerance ( Experimental )

Official URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-allergy-intolerance Version: 0.4.0
Computable Name: UZCoreAllergyIntolerance

Uzbekistan Core profile for AllergyIntolerance, representing clinical records of allergy or intolerance within the national health information exchange.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
Constraints: ext-1
... identifier SΣ 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus ?!SΣ 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... verificationStatus ?!SΣ 0..1 CodeableConcept This field reflects how well the reported allergy has been confirmed.
Binding: AllergyVerificationStatusVS (0.4.0) (required)
... type SΣ 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category SΣ 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... code SΣ 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient SΣ 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 When allergy or intolerance was identified
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG

Constraints

Id Grade Path(s) Description Expression
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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 AllergyIntolerance.implicitRules, AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.identifier, AllergyIntolerance.clinicalStatus, AllergyIntolerance.verificationStatus, AllergyIntolerance.type, AllergyIntolerance.category, AllergyIntolerance.code, AllergyIntolerance.patient, AllergyIntolerance.encounter, AllergyIntolerance.onset[x], AllergyIntolerance.reaction, AllergyIntolerance.reaction.modifierExtension, AllergyIntolerance.reaction.substance, AllergyIntolerance.reaction.manifestation, AllergyIntolerance.reaction.severity All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.reaction.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
... identifier S 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus S 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... type S 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category S 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... code S 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient S 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 dateTime, Age, Period, Range, string When allergy or intolerance was identified
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... 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
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣ 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus ?!SΣ 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... verificationStatus ?!SΣ 0..1 CodeableConcept This field reflects how well the reported allergy has been confirmed.
Binding: AllergyVerificationStatusVS (0.4.0) (required)
... type SΣ 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category SΣ 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... criticality Σ 0..1 code low | high | unable-to-assess
Binding: AllergyIntoleranceCriticality (required): Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.
... code SΣ 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient SΣ 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 When allergy or intolerance was identified
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... recordedDate 0..1 dateTime Date allergy or intolerance was first recorded
... participant Σ 0..* BackboneElement Who or what participated in the activities related to the allergy or intolerance and how they were involved
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... function Σ 0..1 CodeableConcept Type of involvement
Binding: ParticipationRoleType (extensible)
.... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) Who or what participated in the activities related to the allergy or intolerance
... lastOccurrence 0..1 dateTime Date(/time) of last known occurrence of a reaction
... note 0..* Annotation Additional text not captured in other fields
... 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... description 0..1 string Description of the event as a whole
.... onset 0..1 dateTime Date(/time) when manifestations showed
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)
.... exposureRoute 0..1 CodeableConcept How the subject was exposed to the substance
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of exposure to a substance.
.... 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.language Base required All Languages 📍5.0.0 FHIR Std.
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.criticality Base required Allergy Intolerance Criticality 📍5.0.0 FHIR Std.
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.participant.​function Base extensible Participation Role Type 📍5.0.0 FHIR Std.
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​exposureRoute Base example SNOMED CT Route Codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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 AllergyIntolerance.meta, AllergyIntolerance.implicitRules, AllergyIntolerance.language, AllergyIntolerance.text, AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.identifier, AllergyIntolerance.clinicalStatus, AllergyIntolerance.verificationStatus, AllergyIntolerance.type, AllergyIntolerance.category, AllergyIntolerance.criticality, AllergyIntolerance.code, AllergyIntolerance.patient, AllergyIntolerance.encounter, AllergyIntolerance.onset[x], AllergyIntolerance.recordedDate, AllergyIntolerance.participant, AllergyIntolerance.participant.extension, AllergyIntolerance.participant.modifierExtension, AllergyIntolerance.participant.function, AllergyIntolerance.participant.actor, AllergyIntolerance.lastOccurrence, AllergyIntolerance.note, AllergyIntolerance.reaction, AllergyIntolerance.reaction.extension, AllergyIntolerance.reaction.modifierExtension, AllergyIntolerance.reaction.substance, AllergyIntolerance.reaction.manifestation, AllergyIntolerance.reaction.description, AllergyIntolerance.reaction.onset, AllergyIntolerance.reaction.severity, AllergyIntolerance.reaction.exposureRoute, AllergyIntolerance.reaction.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.participant.extension, AllergyIntolerance.participant.modifierExtension, AllergyIntolerance.reaction.extension, AllergyIntolerance.reaction.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
Constraints: ext-1
... identifier SΣ 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus ?!SΣ 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... verificationStatus ?!SΣ 0..1 CodeableConcept This field reflects how well the reported allergy has been confirmed.
Binding: AllergyVerificationStatusVS (0.4.0) (required)
... type SΣ 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category SΣ 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... code SΣ 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient SΣ 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 When allergy or intolerance was identified
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG

Constraints

Id Grade Path(s) Description Expression
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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 AllergyIntolerance.implicitRules, AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.identifier, AllergyIntolerance.clinicalStatus, AllergyIntolerance.verificationStatus, AllergyIntolerance.type, AllergyIntolerance.category, AllergyIntolerance.code, AllergyIntolerance.patient, AllergyIntolerance.encounter, AllergyIntolerance.onset[x], AllergyIntolerance.reaction, AllergyIntolerance.reaction.modifierExtension, AllergyIntolerance.reaction.substance, AllergyIntolerance.reaction.manifestation, AllergyIntolerance.reaction.severity All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.reaction.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
... identifier S 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus S 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... type S 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category S 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... code S 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient S 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 dateTime, Age, Period, Range, string When allergy or intolerance was identified
... reaction S 0..* BackboneElement Adverse Reaction Events linked to exposure to substance
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AllergyIntolerance 0..* AllergyIntolerance(5.0.0) Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... 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
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:abatement S 0..1 dateTime, Age, Period, Range, string When the allergy or intolerance resolved
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣ 0..* Identifier Identifier associated with this AllergyIntolerance
... clinicalStatus ?!SΣ 0..1 CodeableConcept This field indicates the current clinical status of the allergy or intolerance.
Binding: AllergyClinicalStatusVS (0.4.0) (required)
... verificationStatus ?!SΣ 0..1 CodeableConcept This field reflects how well the reported allergy has been confirmed.
Binding: AllergyVerificationStatusVS (0.4.0) (required)
... type SΣ 0..1 CodeableConcept The type field in the Uz DHP AllergyIntolerance resource indicates whether the patient's condition is an allergy or an intolerance.
Binding: AllergyTypesVS (0.4.0) (required)
... category SΣ 0..* code food | medication | environment | biologic
Binding: AllergyCategoryVS (0.4.0) (required)
... criticality Σ 0..1 code low | high | unable-to-assess
Binding: AllergyIntoleranceCriticality (required): Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.
... code SΣ 0..1 CodeableConcept Code identifying the allergy or intolerance. This is the allergen itself, i.e., the substance to which the patient is allergic.
Binding: AllergenCodesVS (0.4.0) (extensible)
... patient SΣ 1..1 Reference(UZ Core Patient(0.4.0)) Who the allergy or intolerance is for
... encounter S 0..1 Reference(UZ Core Encounter(0.4.0)) Encounter when the allergy or intolerance was asserted
... onset[x] S 0..1 When allergy or intolerance was identified
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... recordedDate 0..1 dateTime Date allergy or intolerance was first recorded
... participant Σ 0..* BackboneElement Who or what participated in the activities related to the allergy or intolerance and how they were involved
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... function Σ 0..1 CodeableConcept Type of involvement
Binding: ParticipationRoleType (extensible)
.... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) Who or what participated in the activities related to the allergy or intolerance
... lastOccurrence 0..1 dateTime Date(/time) of last known occurrence of a reaction
... note 0..* Annotation Additional text not captured in other fields
... 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance S 0..1 CodeableConcept Specific substance or pharmaceutical product considered to be responsible for event
Binding: ReactionSubstanceVS (0.4.0) (extensible)
.... manifestation S 1..* CodeableReference(Observation) Clinical symptoms/signs associated with the Event
Binding: ReactionManifestationVS (0.4.0) (extensible)
.... description 0..1 string Description of the event as a whole
.... onset 0..1 dateTime Date(/time) when manifestations showed
.... severity S 0..1 code mild | moderate | severe (of event as a whole)
Binding: AllergyReactionSeverityVS (0.4.0) (required)
.... exposureRoute 0..1 CodeableConcept How the subject was exposed to the substance
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of exposure to a substance.
.... 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.language Base required All Languages 📍5.0.0 FHIR Std.
AllergyIntolerance.clinicalStatus Base required Allergy clinical status value set 📍0.4.0 This IG
AllergyIntolerance.verificationStatus Base required Allergy verification status value set 📍0.4.0 This IG
AllergyIntolerance.type Base required Allergy types value set 📍0.4.0 This IG
AllergyIntolerance.category Base required Allergy category value set 📍0.4.0 This IG
AllergyIntolerance.criticality Base required Allergy Intolerance Criticality 📍5.0.0 FHIR Std.
AllergyIntolerance.code Base extensible Allergen codes value set 📍0.4.0 This IG
AllergyIntolerance.participant.​function Base extensible Participation Role Type 📍5.0.0 FHIR Std.
AllergyIntolerance.reaction.​substance Base extensible Allergy reaction substance value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​manifestation Base extensible Allergy reaction manifestation value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​severity Base required Allergy reaction severity value set 📍0.4.0 This IG
AllergyIntolerance.reaction.​exposureRoute Base example SNOMED CT Route Codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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 AllergyIntolerance.meta, AllergyIntolerance.implicitRules, AllergyIntolerance.language, AllergyIntolerance.text, AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.identifier, AllergyIntolerance.clinicalStatus, AllergyIntolerance.verificationStatus, AllergyIntolerance.type, AllergyIntolerance.category, AllergyIntolerance.criticality, AllergyIntolerance.code, AllergyIntolerance.patient, AllergyIntolerance.encounter, AllergyIntolerance.onset[x], AllergyIntolerance.recordedDate, AllergyIntolerance.participant, AllergyIntolerance.participant.extension, AllergyIntolerance.participant.modifierExtension, AllergyIntolerance.participant.function, AllergyIntolerance.participant.actor, AllergyIntolerance.lastOccurrence, AllergyIntolerance.note, AllergyIntolerance.reaction, AllergyIntolerance.reaction.extension, AllergyIntolerance.reaction.modifierExtension, AllergyIntolerance.reaction.substance, AllergyIntolerance.reaction.manifestation, AllergyIntolerance.reaction.description, AllergyIntolerance.reaction.onset, AllergyIntolerance.reaction.severity, AllergyIntolerance.reaction.exposureRoute, AllergyIntolerance.reaction.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AllergyIntolerance.extension, AllergyIntolerance.extension:abatement, AllergyIntolerance.modifierExtension, AllergyIntolerance.participant.extension, AllergyIntolerance.participant.modifierExtension, AllergyIntolerance.reaction.extension, AllergyIntolerance.reaction.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron