Class ClaimItemDetailSubDetail
Third tier of goods and services.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ClaimItemDetailSubDetail : 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. |
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. |
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. |
Service
The fee for an additional service or product or charge.
Declaration
public Coding Service { get; set; }
Property Value
Type | Description |
---|---|
Coding |
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 |
---|---|---|
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 |