Class ClaimItemDetail
Second tier of goods and services.
Implements
Inherited Members
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 |
_Points
Extension container element for Points
Declaration
public Element _Points { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
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> |
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 |
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> |
Quantity
The number of repetitions of a service or product.
Declaration
public Quantity Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| Quantity |
Sequence
A service line number.
Declaration
public uint Sequence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
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 |
SubDetail
Third tier of goods and services.
Declaration
public List<ClaimItemDetailSubDetail> SubDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<ClaimItemDetailSubDetail> |
Type
The type of product or service.
Declaration
public Coding Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Coding |
Udi
The UDI code and issuer if applicable for the supplied product.
Declaration
public Coding Udi { get; set; }
Property Value
| Type | Description |
|---|---|
| Coding |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | 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 |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options | |
| System.String | 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 |
|---|---|---|
| Utf8JsonWriter | writer | |
| JsonSerializerOptions | options | |
| System.Boolean | includeStartObject |