Class AllergyIntoleranceStatusCodes
Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified Substance.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceStatusCodes : object
Fields
| Improve this Doc View SourceActive
An active record of a reaction to the identified Substance.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
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 |
EnteredInError
The statement was entered in error and is not valid.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
Inactive
An inactive record of a reaction to the identified Substance.
Declaration
public static readonly Coding Inactive
Field Value
Type | Description |
---|---|
Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusActive
Literal for code: AllergyIntoleranceStatusActive
Declaration
public const string LiteralAllergyIntoleranceStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusConfirmed
Literal for code: AllergyIntoleranceStatusConfirmed
Declaration
public const string LiteralAllergyIntoleranceStatusConfirmed = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusEnteredInError
Literal for code: AllergyIntoleranceStatusEnteredInError
Declaration
public const string LiteralAllergyIntoleranceStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusInactive
Literal for code: AllergyIntoleranceStatusInactive
Declaration
public const string LiteralAllergyIntoleranceStatusInactive = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusRefuted
Literal for code: AllergyIntoleranceStatusRefuted
Declaration
public const string LiteralAllergyIntoleranceStatusRefuted = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusResolved
Literal for code: AllergyIntoleranceStatusResolved
Declaration
public const string LiteralAllergyIntoleranceStatusResolved = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceStatusUnconfirmed
Literal for code: AllergyIntoleranceStatusUnconfirmed
Declaration
public const string LiteralAllergyIntoleranceStatusUnconfirmed = null
Field Value
Type | Description |
---|---|
System. |
LiteralConfirmed
Literal for code: Confirmed
Declaration
public const string LiteralConfirmed = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralInactive
Literal for code: Inactive
Declaration
public const string LiteralInactive = null
Field Value
Type | Description |
---|---|
System. |
LiteralRefuted
Literal for code: Refuted
Declaration
public const string LiteralRefuted = null
Field Value
Type | Description |
---|---|
System. |
LiteralResolved
Literal for code: Resolved
Declaration
public const string LiteralResolved = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnconfirmed
Literal for code: Unconfirmed
Declaration
public const string LiteralUnconfirmed = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Values
Dictionary for looking up AllergyIntoleranceStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |