Show / Hide Table of Contents

Class ClaimItemDetail

Second tier of goods and services.

Inheritance
System.Object
Element
BackboneElement
ClaimItemDetail
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 ClaimItemDetail : 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

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

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

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

SubDetail

Third tier of goods and services.

Declaration
public List<ClaimItemDetailSubDetail> SubDetail { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ClaimItemDetailSubDetail>
| 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 a fee is present the associated product/service code must be present.

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