public static class Claim.PayeeComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
organization
The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).
|
protected Organization |
organizationTarget
The actual object that is the target of the reference (The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).)
|
protected Reference |
person
The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).
|
protected Patient |
personTarget
The actual object that is the target of the reference (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)
|
protected Reference |
provider
The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).
|
protected Practitioner |
providerTarget
The actual object that is the target of the reference (The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).)
|
protected Coding |
type
Party to be reimbursed: Subscriber, provider, other.
|
modifierExtension| Constructor and Description |
|---|
PayeeComponent() |
| Modifier and Type | Method and Description |
|---|---|
Base |
addChild(String name) |
Claim.PayeeComponent |
copy() |
boolean |
equalsDeep(Base other) |
boolean |
equalsShallow(Base other) |
String |
fhirType() |
Reference |
getOrganization() |
Organization |
getOrganizationTarget() |
Reference |
getPerson() |
Patient |
getPersonTarget() |
Reference |
getProvider() |
Practitioner |
getProviderTarget() |
Coding |
getType() |
boolean |
hasOrganization() |
boolean |
hasPerson() |
boolean |
hasProvider() |
boolean |
hasType() |
boolean |
isEmpty() |
protected void |
listChildren(List<Property> childrenList) |
Claim.PayeeComponent |
setOrganization(Reference value) |
Claim.PayeeComponent |
setOrganizationTarget(Organization value) |
Claim.PayeeComponent |
setPerson(Reference value) |
Claim.PayeeComponent |
setPersonTarget(Patient value) |
void |
setProperty(String name,
Base value) |
Claim.PayeeComponent |
setProvider(Reference value) |
Claim.PayeeComponent |
setProviderTarget(Practitioner value) |
Claim.PayeeComponent |
setType(Coding value) |
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected Reference provider
protected Practitioner providerTarget
protected Reference organization
protected Organization organizationTarget
protected Reference person
protected Patient personTarget
public PayeeComponent()
public Coding getType()
type (Party to be reimbursed: Subscriber, provider, other.)public boolean hasType()
public Claim.PayeeComponent setType(Coding value)
value - type (Party to be reimbursed: Subscriber, provider, other.)public Reference getProvider()
provider (The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public boolean hasProvider()
public Claim.PayeeComponent setProvider(Reference value)
value - provider (The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Practitioner getProviderTarget()
provider The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Claim.PayeeComponent setProviderTarget(Practitioner value)
value - provider The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Reference getOrganization()
organization (The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public boolean hasOrganization()
public Claim.PayeeComponent setOrganization(Reference value)
value - organization (The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Organization getOrganizationTarget()
organization The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Claim.PayeeComponent setOrganizationTarget(Organization value)
value - organization The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Reference getPerson()
person (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public boolean hasPerson()
public Claim.PayeeComponent setPerson(Reference value)
value - person (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Patient getPersonTarget()
person The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)public Claim.PayeeComponent setPersonTarget(Patient value)
value - person The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Claim.PayeeComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.