Class AllergyIntolerance
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Implements
Inherited Members
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 |
_Criticality
Extension container element for Criticality
Declaration
public Element _Criticality { get; set; }
Property Value
Type | Description |
---|---|
Element |
_LastOccurence
Extension container element for LastOccurence
Declaration
public Element _LastOccurence { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Onset
Extension container element for Onset
Declaration
public Element _Onset { get; set; }
Property Value
Type | Description |
---|---|
Element |
_RecordedDate
Extension container element for RecordedDate
Declaration
public Element _RecordedDate { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Type
Extension container element for Type
Declaration
public Element _Type { get; set; }
Property Value
Type | Description |
---|---|
Element |
Category
Category of the identified Substance.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
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 |
---|---|
fhir |
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. |
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 |
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. |
Patient
The patient who has the allergy or intolerance.
Declaration
public Reference Patient { get; set; }
Property Value
Type | Description |
---|---|
Reference |
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 |
---|---|
fhir |
RecordedDate
Date when the sensitivity was recorded.
Declaration
public string RecordedDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Recorder
Individual who recorded the record and takes responsibility for its conten.
Declaration
public Reference Recorder { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Reporter
The source of the information about the allergy that is recorded.
Declaration
public Reference Reporter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStatus
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. |
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 |
---|---|
Codeable |
Type
Identification of the underlying physiological mechanism for the reaction risk.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |