Class ClaimResponseError
Mutually exclusive with Services Provided (Item).
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ClaimResponseError : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View SourceCode
An error code,froma specified code system, which details why the claim could not be adjudicated.
Declaration
public Coding Code { get; set; }
Property Value
Type | Description |
---|---|
Coding |
DetailSequenceLinkId
The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
Declaration
public uint? DetailSequenceLinkId { get; set; }
Property Value
Type | Description |
---|---|
System. |
SequenceLinkId
The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
Declaration
public uint? SequenceLinkId { get; set; }
Property Value
Type | Description |
---|---|
System. |
SubdetailSequenceLinkId
The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
Declaration
public uint? SubdetailSequenceLinkId { 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 |