Show / Hide Table of Contents

Class ClaimUseLinkCodes

Complete, proposed, exploratory, other.

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

Fields

| Improve this Doc View Source

Complete

The treatment is complete and this represents a Claim for the services.

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

Exploratory

The treatment is proposed and this represents a Pre-determination for the services.

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

LiteralClaimUseLinkComplete

Literal for code: ClaimUseLinkComplete

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

LiteralClaimUseLinkExploratory

Literal for code: ClaimUseLinkExploratory

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

LiteralClaimUseLinkOther

Literal for code: ClaimUseLinkOther

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

LiteralClaimUseLinkProposed

Literal for code: ClaimUseLinkProposed

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

LiteralComplete

Literal for code: Complete

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

LiteralExploratory

Literal for code: Exploratory

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

LiteralOther

Literal for code: Other

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

LiteralProposed

Literal for code: Proposed

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

Other

A locally defined or otherwise resolved status.

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

Proposed

The treatment is proposed and this represents a Pre-authorization for the services.

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

Values

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