Show / Hide Table of Contents

Class ClaimTypeCodes

Code Values for the Claim.type field

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

Fields

| Improve this Doc View Source

INSTITUTIONAL

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

ORAL

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

PHARMACY

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

PROFESSIONAL

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

VISION

Declaration
public const string VISION = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX