Class ClaimResponse.ErrorComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
ClaimResponse

public static class ClaimResponse.ErrorComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • itemSequence

      The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
    • detailSequence

      The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
    • subDetailSequence

      The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
    • code

      protected CodeableConcept code
      An error code, from a specified code system, which details why the claim could not be adjudicated.
  • Constructor Details

  • Method Details