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 SourceCompleted
All relevant health information is known and captured.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
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 |
HealthUnknown
Health information for this individual is unavailable/unknown.
Declaration
public static readonly Coding HealthUnknown
Field Value
Type | Description |
---|---|
Coding |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralHealthUnknown
Literal for code: HealthUnknown
Declaration
public const string LiteralHealthUnknown = null
Field Value
Type | Description |
---|---|
System. |
LiteralHistoryStatusCompleted
Literal for code: HistoryStatusCompleted
Declaration
public const string LiteralHistoryStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralHistoryStatusEnteredInError
Literal for code: HistoryStatusEnteredInError
Declaration
public const string LiteralHistoryStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralHistoryStatusHealthUnknown
Literal for code: HistoryStatusHealthUnknown
Declaration
public const string LiteralHistoryStatusHealthUnknown = null
Field Value
Type | Description |
---|---|
System. |
LiteralHistoryStatusPartial
Literal for code: HistoryStatusPartial
Declaration
public const string LiteralHistoryStatusPartial = null
Field Value
Type | Description |
---|---|
System. |
LiteralPartial
Literal for code: Partial
Declaration
public const string LiteralPartial = null
Field Value
Type | Description |
---|---|
System. |
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 |
Values
Dictionary for looking up HistoryStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |