Class ClaimCoverage
Health care programs and insurers are significant payors of health service costs.
Implements
Inherited Members
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 |
_Focal
Extension container element for Focal
Declaration
public Element _Focal { get; set; }
Property Value
Type | Description |
---|---|
Element |
_PreAuthRef
Extension container element for PreAuthRef
Declaration
public List<Element> _PreAuthRef { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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. |
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 |
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 |
Focal
To identify which coverage is being adjudicated.
Declaration
public bool Focal { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
PreAuthRef
To provide any pre=determination or prior authorization reference.
Declaration
public List<string> PreAuthRef { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Relationship
To determine the relationship between the patient and the subscriber.
Declaration
public Coding Relationship { get; set; }
Property Value
Type | Description |
---|---|
Coding |
Sequence
To maintain order of the coverages.
Declaration
public uint Sequence { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |