Show / Hide Table of Contents

Class FamilyMemberHistoryStatusCodes

Code Values for the FamilyMemberHistory.status field

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

Fields

| Improve this Doc View Source

COMPLETED

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

HEALTH_UNKNOWN

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

PARTIAL

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