AllergyIntoleranceReaction

open class AllergyIntoleranceReaction: BackboneElement

Adverse Reaction Events linked to exposure to substance.

Details about each adverse reaction event linked to exposure to the identified substance.

  • Adverse Reaction Events linked to exposure to substance.

    Details about each adverse reaction event linked to exposure to the identified substance.

    Declaration

    Swift

    override open class var resourceType: String
  • Description of the event as a whole.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • How the subject was exposed to the substance.

    Declaration

    Swift

    public var exposureRoute: CodeableConcept?
  • Clinical symptoms/signs associated with the Event.

    Declaration

    Swift

    public var manifestation: [CodeableConcept]?
  • Text about event not captured in other fields.

    Declaration

    Swift

    public var note: [Annotation]?
  • Date(/time) when manifestations showed.

    Declaration

    Swift

    public var onset: DateTime?
  • Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.

    Declaration

    Swift

    public var severity: AllergyIntoleranceSeverity?
  • Specific substance or pharmaceutical product considered to be responsible for event.

    Declaration

    Swift

    public var substance: CodeableConcept?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(manifestation: [CodeableConcept])
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class AllergyIntoleranceReaction: BackboneElement