Class AllergyIntoleranceReaction
Details about each adverse reaction event linked to exposure to the identified Substance.
Implements
Inherited Members
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 |
_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Onset
Extension container element for Onset
Declaration
public Element _Onset { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Severity
Extension container element for Severity
Declaration
public Element _Severity { get; set; }
Property Value
Type | Description |
---|---|
Element |
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. |
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. |
ExposureRoute
Identification of the route by which the subject was exposed to the substance.
Declaration
public CodeableConcept ExposureRoute { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
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 |
---|---|
fhir |
Note
Additional text about the adverse reaction event not captured in other fields.
Declaration
public Annotation Note { get; set; }
Property Value
Type | Description |
---|---|
Annotation |
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. |
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. |
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 |
---|---|
Codeable |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |