Show / Hide Table of Contents

Class AllergyIntoleranceStatusCodes

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

Inheritance
System.Object
AllergyIntoleranceStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceStatusCodes : object

Fields

| Improve this Doc View Source

Active

An active record of a reaction to the identified Substance.

Declaration
public static readonly Coding Active
Field Value
Type Description
Coding
| Improve this Doc View Source

Confirmed

A high level of certainty about the propensity for a reaction to the identified Substance, which may include clinical evidence by testing or rechallenge.

Declaration
public static readonly Coding Confirmed
Field Value
Type Description
Coding
| Improve this Doc View Source

EnteredInError

The statement was entered in error and is not valid.

Declaration
public static readonly Coding EnteredInError
Field Value
Type Description
Coding
| Improve this Doc View Source

Inactive

An inactive record of a reaction to the identified Substance.

Declaration
public static readonly Coding Inactive
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralActive

Literal for code: Active

Declaration
public const string LiteralActive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusActive

Literal for code: AllergyIntoleranceStatusActive

Declaration
public const string LiteralAllergyIntoleranceStatusActive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusConfirmed

Literal for code: AllergyIntoleranceStatusConfirmed

Declaration
public const string LiteralAllergyIntoleranceStatusConfirmed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusEnteredInError

Literal for code: AllergyIntoleranceStatusEnteredInError

Declaration
public const string LiteralAllergyIntoleranceStatusEnteredInError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusInactive

Literal for code: AllergyIntoleranceStatusInactive

Declaration
public const string LiteralAllergyIntoleranceStatusInactive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusRefuted

Literal for code: AllergyIntoleranceStatusRefuted

Declaration
public const string LiteralAllergyIntoleranceStatusRefuted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusResolved

Literal for code: AllergyIntoleranceStatusResolved

Declaration
public const string LiteralAllergyIntoleranceStatusResolved = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAllergyIntoleranceStatusUnconfirmed

Literal for code: AllergyIntoleranceStatusUnconfirmed

Declaration
public const string LiteralAllergyIntoleranceStatusUnconfirmed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConfirmed

Literal for code: Confirmed

Declaration
public const string LiteralConfirmed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralEnteredInError

Literal for code: EnteredInError

Declaration
public const string LiteralEnteredInError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInactive

Literal for code: Inactive

Declaration
public const string LiteralInactive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRefuted

Literal for code: Refuted

Declaration
public const string LiteralRefuted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralResolved

Literal for code: Resolved

Declaration
public const string LiteralResolved = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUnconfirmed

Literal for code: Unconfirmed

Declaration
public const string LiteralUnconfirmed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Refuted

A propensity for a reaction to the identified Substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted.

Declaration
public static readonly Coding Refuted
Field Value
Type Description
Coding
| Improve this Doc View Source

Resolved

A reaction to the identified Substance has been clinically reassessed by testing or rechallenge and considered to be resolved.

Declaration
public static readonly Coding Resolved
Field Value
Type Description
Coding
| Improve this Doc View Source

Unconfirmed

A low level of certainty about the propensity for a reaction to the identified Substance.

Declaration
public static readonly Coding Unconfirmed
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AllergyIntoleranceStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX