public class EligibilityRequest extends BaseResource implements IResource
Definition: This resource provides the insurance eligibility details from the insurer regarding a specified coverage and optionally some class of service.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/EligibilityRequest
| Modifier and Type | Field and Description |
|---|---|
static TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static String |
SP_IDENTIFIER
Search parameter constant for identifier
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
EligibilityRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
EligibilityRequest |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getCreated()
Gets the value(s) for created ().
|
DateTimeDt |
getCreatedElement()
Gets the value(s) for created ().
|
List<IdentifierDt> |
getIdentifier()
Gets the value(s) for identifier ().
|
IdentifierDt |
getIdentifierFirstRep()
Gets the first repetition for identifier (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getOrganization()
Gets the value(s) for organization ().
|
CodingDt |
getOriginalRuleset()
Gets the value(s) for originalRuleset ().
|
ResourceReferenceDt |
getProvider()
Gets the value(s) for provider ().
|
String |
getResourceName() |
CodingDt |
getRuleset()
Gets the value(s) for ruleset ().
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
boolean |
isEmpty() |
EligibilityRequest |
setCreated(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for created ()
|
EligibilityRequest |
setCreated(DateTimeDt theValue)
Sets the value(s) for created ()
|
EligibilityRequest |
setCreatedWithSecondsPrecision(Date theDate)
Sets the value for created ()
|
EligibilityRequest |
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()
|
EligibilityRequest |
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()
|
EligibilityRequest |
setOriginalRuleset(CodingDt theValue)
Sets the value(s) for originalRuleset ()
|
EligibilityRequest |
setProvider(ResourceReferenceDt theValue)
Sets the value(s) for provider ()
|
EligibilityRequest |
setRuleset(CodingDt theValue)
Sets the value(s) for ruleset ()
|
EligibilityRequest |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic static final String SP_IDENTIFIER
Description: The business identifier of the Eligibility
Type: token
Path: EligibilityRequest.identifier
public static final TokenClientParam IDENTIFIER
Description: The business identifier of the Eligibility
Type: token
Path: EligibilityRequest.identifier
public EligibilityRequest()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<IdentifierDt> getIdentifier()
null.
Definition: The Response business identifier
public EligibilityRequest setIdentifier(List<IdentifierDt> theValue)
Definition: The Response business identifier
public IdentifierDt addIdentifier()
Definition: The Response business identifier
public EligibilityRequest addIdentifier(IdentifierDt theValue)
Definition: The Response business identifier
theValue - The identifier to add (must not be null)public IdentifierDt getIdentifierFirstRep()
Definition: The Response business identifier
public CodingDt getRuleset()
null.
Definition: The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.
public EligibilityRequest setRuleset(CodingDt theValue)
Definition: The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.
public CodingDt getOriginalRuleset()
null.
Definition: The style (standard) and version of the original material which was converted into this resource.
public EligibilityRequest setOriginalRuleset(CodingDt theValue)
Definition: The style (standard) and version of the original material which was converted into this resource.
public DateTimeDt getCreatedElement()
null.
Definition: The date when this resource was created.
public Date getCreated()
null.
Definition: The date when this resource was created.
public EligibilityRequest setCreated(DateTimeDt theValue)
Definition: The date when this resource was created.
public EligibilityRequest setCreated(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date when this resource was created.
public EligibilityRequest setCreatedWithSecondsPrecision(Date theDate)
Definition: The date when this resource was created.
public ResourceReferenceDt getTarget()
null.
Definition: The Insurer who is target of the request.
public EligibilityRequest setTarget(ResourceReferenceDt theValue)
Definition: The Insurer who is target of the request.
public ResourceReferenceDt getProvider()
null.
Definition: The practitioner who is responsible for the services rendered to the patient.
public EligibilityRequest setProvider(ResourceReferenceDt theValue)
Definition: The practitioner who is responsible for the services rendered to the patient.
public ResourceReferenceDt getOrganization()
null.
Definition: The organization which is responsible for the services rendered to the patient.
public EligibilityRequest setOrganization(ResourceReferenceDt theValue)
Definition: The organization which is responsible for the services rendered to the patient.
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.