Class Claim.Payee

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Claim.Payee
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
Claim

public static class Claim.Payee extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Claim.payee ()

Definition: The party to be reimbursed for the services.

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getType

      public CodingDt getType()
      Gets the value(s) for type (). creating it if it does not exist. Will not return null.

      Definition: Party to be reimbursed: Subscriber, provider, other.

    • setType

      public Claim.Payee setType(CodingDt theValue)
      Sets the value(s) for type ()

      Definition: Party to be reimbursed: Subscriber, provider, other.

    • getProvider

      Gets the value(s) for provider (). creating it if it does not exist. Will not return null.

      Definition: The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned)

    • setProvider

      Sets the value(s) for provider ()

      Definition: The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned)

    • getOrganization

      Gets the value(s) for organization (). creating it if it does not exist. Will not return null.

      Definition: The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned)

    • setOrganization

      Sets the value(s) for organization ()

      Definition: The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned)

    • getPerson

      Gets the value(s) for person (). creating it if it does not exist. Will not return null.

      Definition: The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned)

    • setPerson

      Sets the value(s) for person ()

      Definition: The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned)