Show / Hide Table of Contents

Class AllergyIntoleranceReaction

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

Inheritance
System.Object
Element
BackboneElement
AllergyIntoleranceReaction
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class AllergyIntoleranceReaction : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Certainty

Extension container element for Certainty

Declaration
public Element _Certainty { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Onset

Extension container element for Onset

Declaration
public Element _Onset { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Severity

Extension container element for Severity

Declaration
public Element _Severity { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Certainty

Statement about the degree of clinical certainty that the specific substance was the cause of the manifestation in this reaction event.

Declaration
public string Certainty { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Text description about the reaction as a whole, including details of the manifestation if required.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExposureRoute

Identification of the route by which the subject was exposed to the substance.

Declaration
public CodeableConcept ExposureRoute { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Manifestation

Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.

Declaration
public List<CodeableConcept> Manifestation { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CodeableConcept>
| Improve this Doc View Source

Note

Additional text about the adverse reaction event not captured in other fields.

Declaration
public Annotation Note { get; set; }
Property Value
Type Description
Annotation
| Improve this Doc View Source

Onset

Record of the date and/or time of the onset of the Reaction.

Declaration
public string Onset { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Severity

Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.

Declaration
public string Severity { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Substance

Identification of the specific substance considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different to the substance identified as the cause of the risk, but must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite substance that includes the identified substance. It must be clinically safe to only process the AllergyIntolerance.substance and ignore the AllergyIntolerance.event.substance.

Declaration
public CodeableConcept Substance { get; set; }
Property Value
Type Description
CodeableConcept

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX