Show / Hide Table of Contents

Class ClaimItem

First tier of goods and services.

Inheritance
System.Object
Element
BackboneElement
ClaimItem
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 ClaimItem : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Factor

Extension container element for Factor

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

_Points

Extension container element for Points

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

_ServiceDate

Extension container element for ServiceDate

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

BodySite

Physical service site on the patient (limb, tooth, etc.).

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

Detail

Second tier of goods and services.

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

DiagnosisLinkId

Diagnosis applicable for this service or product line.

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

Factor

If a fee is present the associated product/service code must be present.

Declaration
public decimal? Factor { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

Modifier

May impact on adjudication.

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

Net

If a fee is present the associated product/service code must be present.

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

Points

If a fee is present the associated product/service code must be present.

Declaration
public decimal? Points { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

Prosthesis

The materials and placement date of prior fixed prosthesis.

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

Provider

The practitioner who is responsible for the services rendered to the patient.

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

Quantity

The number of repetitions of a service or product.

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

Sequence

A service line number.

Declaration
public uint Sequence { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Service

If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.

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

ServiceDate

The date when the enclosed suite of services were performed or completed.

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

SubSite

A region or surface of the site, e.g. limb region or tooth surface(s).

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

Type

The type of product or service.

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

Udi

The UDI code and issuer if applicable for the supplied product.

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

UnitPrice

If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.

Declaration
public Quantity UnitPrice { get; set; }
Property Value
Type Description
Quantity

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