Show / Hide Table of Contents

Class AllergyIntoleranceStatusCodes

Code Values for the AllergyIntolerance.status field

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

Fields

| Improve this Doc View Source

ACTIVE

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

CONFIRMED

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

ENTERED_IN_ERROR

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

INACTIVE

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

REFUTED

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

RESOLVED

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

UNCONFIRMED

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

Values

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