PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.allergy@1.0.0
    https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-model-allergyintolerance
description: Allergy / Intolerance information model
package_name: hl7.fhir.be.allergy
derivation: specialization
name: BeModelAllergyIntolerance
type: https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-model-allergyintolerance
elements:
  patient: {type: Reference, short: The person that has the allergy, index: 0}
  type:
    type: code
    short: The Type - whether it is an allergy or intolerance
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/allergy-intolerance-type'}
    index: 2
  asserter: {type: Reference, short: Who asserted the allergy, index: 8}
  note: {type: string, short: Additional text note about the allergy or intolerance, index: 9}
  recordedDate: {type: dateTime, short: When the allergy was reported, index: 6}
  status:
    type: BackboneElement
    short: The status of the allergy
    index: 3
    elements:
      clinicalStatus:
        type: CodeableConcept
        short: The status of the allergy - if it is active or resolved
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/allergyintolerance-clinical'}
        index: 4
      verificationStatus:
        type: CodeableConcept
        short: The verification status of the allergy - if it is confirmed or suspected or refuted
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/allergyintolerance-verification'}
        index: 5
    required: [clinicalStatus, verificationStatus]
  recorder: {type: Reference, short: Who recorded the allergy, index: 7}
  code:
    type: CodeableConcept
    short: The substance that the person is allergic to
    binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/allergy/ValueSet/be-allergyintolerancecode'}
    index: 1
  reactions:
    type: BackboneElement
    short: known past reactions to the allergen
    index: 10
    elements:
      manifestation: {type: CodeableConcept, short: How the reaction manifested itself, index: 11}
      exposure:
        type: CodeableConcept
        short: The exposure route to the substance
        binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/allergy/ValueSet/be-exposureroute'}
        index: 12
      note: {type: string, short: Additional text note about the allergic reaction, index: 13}
package_version: 1.0.0
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-model-allergyintolerance
base: http://hl7.org/fhir/StructureDefinition/Element
version: 1.0.0
required: [patient, code]