Show / Hide Table of Contents

Class ClaimTypeLinkCodes

The type or discipline-style of the claim.

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

Fields

| Improve this Doc View Source

Institutional

A claim for Institution based, typically in-patient, goods and services.

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

LiteralClaimTypeLinkInstitutional

Literal for code: ClaimTypeLinkInstitutional

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

LiteralClaimTypeLinkOralHealth

Literal for code: ClaimTypeLinkOralHealth

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

LiteralClaimTypeLinkPharmacy

Literal for code: ClaimTypeLinkPharmacy

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

LiteralClaimTypeLinkProfessional

Literal for code: ClaimTypeLinkProfessional

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

LiteralClaimTypeLinkVision

Literal for code: ClaimTypeLinkVision

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

LiteralInstitutional

Literal for code: Institutional

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

LiteralOralHealth

Literal for code: OralHealth

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

LiteralPharmacy

Literal for code: Pharmacy

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

LiteralProfessional

Literal for code: Professional

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

LiteralVision

Literal for code: Vision

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

OralHealth

A claim for Oral Health (Dentist, Denturist, Hygienist) goods and services.

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

Pharmacy

A claim for Pharmacy based goods and services.

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

Professional

A claim for Professional, typically out-patient, goods and services.

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

Values

Dictionary for looking up ClaimTypeLink Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Vision

A claim for Vision (Ophthamologist, Optometrist and Optician) goods and services.

Declaration
public static readonly Coding Vision
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX