
Class ExplanationOfBenefit
- All Implemented Interfaces:
- ca.uhn.fhir.model.api.ICompositeElement,- ca.uhn.fhir.model.api.IElement,- ca.uhn.fhir.model.api.IResource,- ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,- Serializable,- org.hl7.fhir.instance.model.api.IBase,- org.hl7.fhir.instance.model.api.IBaseResource
Definition: This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/ExplanationOfBenefit
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic final StringSearch parameter constant for identifierFields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResourceRES_ID, SP_RES_IDFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResourceINCLUDE_ALL, WILDCARD_ALL_SET
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdds and returns a new value for identifier ()addIdentifier(IdentifierDt theValue) Adds a given new value for identifier ()<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for created ().ca.uhn.fhir.model.primitive.DateTimeDtGets the value(s) for created ().Gets the value(s) for disposition ().ca.uhn.fhir.model.primitive.StringDtGets the value(s) for disposition ().Gets the value(s) for identifier ().Gets the first repetition for identifier (), creating it if it does not already exist.Gets the value(s) for organization ().Gets the value(s) for originalRuleset ().Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> Gets the value(s) for outcome ().Gets the value(s) for request ().Gets the value(s) for requestOrganization ().Gets the value(s) for requestProvider ().Gets the value(s) for ruleset ().ca.uhn.fhir.context.FhirVersionEnumbooleanisEmpty()setCreated(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for created ()setCreated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created ()setCreatedWithSecondsPrecision(Date theDate) Sets the value for created ()setDisposition(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for disposition ()setDisposition(String theString) Sets the value for disposition ()setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier ()setOrganization(ResourceReferenceDt theValue) Sets the value(s) for organization ()setOriginalRuleset(CodingDt theValue) Sets the value(s) for originalRuleset ()setOutcome(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()setRequest(ResourceReferenceDt theValue) Sets the value(s) for request ()setRequestOrganization(ResourceReferenceDt theValue) Sets the value(s) for requestOrganization ()setRequestProvider(ResourceReferenceDt theValue) Sets the value(s) for requestProvider ()setRuleset(CodingDt theValue) Sets the value(s) for ruleset ()Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResourcegetContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResourcegetIdElement, isDeleted, setId, setIdMethods inherited from interface ca.uhn.fhir.model.api.IResourcegetContained, getId, getLanguage, getMeta, getResourceMetadata, getText, setId, setLanguage, setResourceMetadata
- 
Field Details- 
SP_IDENTIFIERSearch parameter constant for identifierDescription: The business identifier of the Explanation of Benefit 
 Type: token
 Path: ExplanationOfBenefit.identifier
 - See Also:
 
- 
IDENTIFIERFluent Client search parameter constant for identifierDescription: The business identifier of the Explanation of Benefit 
 Type: token
 Path: ExplanationOfBenefit.identifier
 
 
- 
- 
Constructor Details- 
ExplanationOfBenefitpublic ExplanationOfBenefit()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getIdentifierGets the value(s) for identifier (). creating it if it does not exist. Will not returnnull.Definition: The Response business identifier 
- 
setIdentifierSets the value(s) for identifier ()Definition: The Response business identifier 
- 
addIdentifierAdds and returns a new value for identifier ()Definition: The Response business identifier 
- 
addIdentifierAdds a given new value for identifier ()Definition: The Response business identifier - Parameters:
- theValue- The identifier to add (must not be- null)
 
- 
getIdentifierFirstRepGets the first repetition for identifier (), creating it if it does not already exist.Definition: The Response business identifier 
- 
getRequestGets the value(s) for request (). creating it if it does not exist. Will not returnnull.Definition: Original request resource reference 
- 
setRequestSets the value(s) for request ()Definition: Original request resource reference 
- 
getOutcomeElementGets the value(s) for outcome (). creating it if it does not exist. Will not returnnull.Definition: Transaction status: error, complete 
- 
getOutcomeGets the value(s) for outcome (). creating it if it does not exist. This method may returnnull.Definition: Transaction status: error, complete 
- 
setOutcomepublic ExplanationOfBenefit setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()Definition: Transaction status: error, complete 
- 
setOutcomeSets the value(s) for outcome ()Definition: Transaction status: error, complete 
- 
getDispositionElementGets the value(s) for disposition (). creating it if it does not exist. Will not returnnull.Definition: A description of the status of the adjudication. 
- 
getDispositionGets the value(s) for disposition (). creating it if it does not exist. This method may returnnull.Definition: A description of the status of the adjudication. 
- 
setDispositionSets the value(s) for disposition ()Definition: A description of the status of the adjudication. 
- 
setDispositionSets the value for disposition ()Definition: A description of the status of the adjudication. 
- 
getRulesetGets the value(s) for ruleset (). creating it if it does not exist. Will not returnnull.Definition: The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources. 
- 
setRulesetSets the value(s) for ruleset ()Definition: The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources. 
- 
getOriginalRulesetGets the value(s) for originalRuleset (). creating it if it does not exist. Will not returnnull.Definition: The style (standard) and version of the original material which was converted into this resource. 
- 
setOriginalRulesetSets the value(s) for originalRuleset ()Definition: The style (standard) and version of the original material which was converted into this resource. 
- 
getCreatedElementGets the value(s) for created (). creating it if it does not exist. Will not returnnull.Definition: The date when the enclosed suite of services were performed or completed 
- 
getCreatedGets the value(s) for created (). creating it if it does not exist. This method may returnnull.Definition: The date when the enclosed suite of services were performed or completed 
- 
setCreatedSets the value(s) for created ()Definition: The date when the enclosed suite of services were performed or completed 
- 
setCreatedWithSecondsPrecisionSets the value for created ()Definition: The date when the enclosed suite of services were performed or completed 
- 
setCreatedpublic ExplanationOfBenefit setCreated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created ()Definition: The date when the enclosed suite of services were performed or completed 
- 
getOrganizationGets the value(s) for organization (). creating it if it does not exist. Will not returnnull.Definition: The Insurer who produced this adjudicated response. 
- 
setOrganizationSets the value(s) for organization ()Definition: The Insurer who produced this adjudicated response. 
- 
getRequestProviderGets the value(s) for requestProvider (). creating it if it does not exist. Will not returnnull.Definition: The practitioner who is responsible for the services rendered to the patient. 
- 
setRequestProviderSets the value(s) for requestProvider ()Definition: The practitioner who is responsible for the services rendered to the patient. 
- 
getRequestOrganizationGets the value(s) for requestOrganization (). creating it if it does not exist. Will not returnnull.Definition: The organization which is responsible for the services rendered to the patient. 
- 
setRequestOrganizationSets the value(s) for requestOrganization ()Definition: The organization which is responsible for the services rendered to the patient. 
- 
getResourceName- Specified by:
- getResourceNamein interface- ca.uhn.fhir.model.api.IResource
 
- 
getStructureFhirVersionEnum- Specified by:
- getStructureFhirVersionEnumin interface- org.hl7.fhir.instance.model.api.IBaseResource
- Specified by:
- getStructureFhirVersionEnumin interface- ca.uhn.fhir.model.api.IResource
 
 
-