Show / Hide Table of Contents

Class ClaimCoverage

Health care programs and insurers are significant payors of health service costs.

Inheritance
System.Object
Element
BackboneElement
ClaimCoverage
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ClaimCoverage : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_BusinessArrangement

Extension container element for BusinessArrangement

Declaration
public Element _BusinessArrangement { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Focal

Extension container element for Focal

Declaration
public Element _Focal { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_PreAuthRef

Extension container element for PreAuthRef

Declaration
public List<Element> _PreAuthRef { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Element>
| Improve this Doc View Source

BusinessArrangement

The contract number of a business agreement which describes the terms and conditions.

Declaration
public string BusinessArrangement { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ClaimResponse

Used by downstream payers to determine what balance remains and the net payable.

Declaration
public Reference ClaimResponse { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Coverage

Need to identify the issuer to target for processing and for coordination of benefit processing.

Declaration
public Reference Coverage { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Focal

To identify which coverage is being adjudicated.

Declaration
public bool Focal { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

OriginalRuleset

Knowledge of the original version can inform the processing of this instance so that information which is processable by the originating system may be generated.

Declaration
public Coding OriginalRuleset { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

PreAuthRef

To provide any pre=determination or prior authorization reference.

Declaration
public List<string> PreAuthRef { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<System.String>
| Improve this Doc View Source

Relationship

To determine the relationship between the patient and the subscriber.

Declaration
public Coding Relationship { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

Sequence

To maintain order of the coverages.

Declaration
public uint Sequence { get; set; }
Property Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX