Show / Hide Table of Contents

Class HistoryStatusCodes

A code that identifies the status of the family history record.

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

Fields

| Improve this Doc View Source

Completed

All relevant health information is known and captured.

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

EnteredInError

This instance should not have been part of this patient's medical record.

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

HealthUnknown

Health information for this individual is unavailable/unknown.

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

LiteralCompleted

Literal for code: Completed

Declaration
public const string LiteralCompleted = 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

LiteralHealthUnknown

Literal for code: HealthUnknown

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

LiteralHistoryStatusCompleted

Literal for code: HistoryStatusCompleted

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

LiteralHistoryStatusEnteredInError

Literal for code: HistoryStatusEnteredInError

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

LiteralHistoryStatusHealthUnknown

Literal for code: HistoryStatusHealthUnknown

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

LiteralHistoryStatusPartial

Literal for code: HistoryStatusPartial

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

LiteralPartial

Literal for code: Partial

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

Partial

Some health information is known and captured, but not complete - see notes for details.

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

Values

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