Show / Hide Table of Contents

Class AllergyIntoleranceCriticalityCodes

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

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

Fields

| Improve this Doc View Source

HighRisk

The potential clinical impact of a future reaction is estimated as high risk: exposure to substance may result in a life threatening or organ system threatening outcome. Future exposure to the Substance may be considered an absolute contra-indication.

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

LiteralAllergyIntoleranceCriticalityHighRisk

Literal for code: AllergyIntoleranceCriticalityHighRisk

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

LiteralAllergyIntoleranceCriticalityLowRisk

Literal for code: AllergyIntoleranceCriticalityLowRisk

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

LiteralAllergyIntoleranceCriticalityUnableToDetermine

Literal for code: AllergyIntoleranceCriticalityUnableToDetermine

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

LiteralHighRisk

Literal for code: HighRisk

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

LiteralLowRisk

Literal for code: LowRisk

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

LiteralUnableToDetermine

Literal for code: UnableToDetermine

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

LowRisk

The potential clinical impact of a future reaction is estimated as low risk: exposure to substance is unlikely to result in a life threatening or organ system threatening outcome. Future exposure to the Substance is considered a relative contra-indication.

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

UnableToDetermine

Unable to assess the potential clinical impact with the information available.

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

Values

Dictionary for looking up AllergyIntoleranceCriticality 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