Show / Hide Table of Contents

Class AllergyIntolerance

Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

Inheritance
System.Object
Resource
DomainResource
AllergyIntolerance
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class AllergyIntolerance : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Category

Extension container element for Category

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

_Criticality

Extension container element for Criticality

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

_LastOccurence

Extension container element for LastOccurence

Declaration
public Element _LastOccurence { 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

_RecordedDate

Extension container element for RecordedDate

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

_Status

Extension container element for Status

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

_Type

Extension container element for Type

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

Category

Category of the identified Substance.

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

Criticality

Estimate of the potential clinical harm, or seriousness, of the reaction to the identified Substance.

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

Identifier

This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

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

LastOccurence

Represents the date and/or time of the last known occurrence of a reaction event.

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

Note

Additional narrative about the propensity for the Adverse Reaction, 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 Allergy or Intolerance.

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

Patient

The patient who has the allergy or intolerance.

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

Reaction

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

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

RecordedDate

Date when the sensitivity was recorded.

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

Recorder

Individual who recorded the record and takes responsibility for its conten.

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

Reporter

The source of the information about the allergy that is recorded.

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

ResourceType

Resource Type Name

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

Status

Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified Substance.

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

Substance

Identification of a substance, or a class of substances, that is considered to be responsible for the adverse reaction risk.

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

Type

Identification of the underlying physiological mechanism for the reaction risk.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

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