Class EligibilityRequest
- 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 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
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for identifierstatic final String
Search parameter constant for identifierFields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
-
Method Summary
Modifier 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.DateTimeDt
Gets the value(s) for created ().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 provider ().Gets the value(s) for ruleset ().ca.uhn.fhir.context.FhirVersionEnum
Gets the value(s) for target ().boolean
isEmpty()
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 ()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 ()setProvider
(ResourceReferenceDt theValue) Sets the value(s) for provider ()setRuleset
(CodingDt theValue) Sets the value(s) for ruleset ()setTarget
(ResourceReferenceDt theValue) Sets the value(s) for target ()Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toString
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, isDeleted, setId, setId
Methods inherited from interface ca.uhn.fhir.model.api.IResource
getContained, getId, getLanguage, getMeta, getResourceMetadata, getText, setId, setLanguage, setResourceMetadata
-
Field Details
-
SP_IDENTIFIER
Search parameter constant for identifierDescription: The business identifier of the Eligibility
Type: token
Path: EligibilityRequest.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The business identifier of the Eligibility
Type: token
Path: EligibilityRequest.identifier
-
-
Constructor Details
-
EligibilityRequest
public EligibilityRequest()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.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 interfaceca.uhn.fhir.model.api.ICompositeElement
-
getIdentifier
Gets the value(s) for identifier (). creating it if it does not exist. Will not returnnull
.Definition: The Response business identifier
-
setIdentifier
Sets the value(s) for identifier ()Definition: The Response business identifier
-
addIdentifier
Adds and returns a new value for identifier ()Definition: The Response business identifier
-
addIdentifier
Adds a given new value for identifier ()Definition: The Response business identifier
- Parameters:
theValue
- The identifier to add (must not benull
)
-
getIdentifierFirstRep
Gets the first repetition for identifier (), creating it if it does not already exist.Definition: The Response business identifier
-
getRuleset
Gets 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.
-
setRuleset
Sets 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.
-
getOriginalRuleset
Gets 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.
-
setOriginalRuleset
Sets the value(s) for originalRuleset ()Definition: The style (standard) and version of the original material which was converted into this resource.
-
getCreatedElement
Gets the value(s) for created (). creating it if it does not exist. Will not returnnull
.Definition: The date when this resource was created.
-
getCreated
Gets the value(s) for created (). creating it if it does not exist. This method may returnnull
.Definition: The date when this resource was created.
-
setCreated
Sets the value(s) for created ()Definition: The date when this resource was created.
-
setCreatedWithSecondsPrecision
Sets the value for created ()Definition: The date when this resource was created.
-
setCreated
public EligibilityRequest setCreated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created ()Definition: The date when this resource was created.
-
getTarget
Gets the value(s) for target (). creating it if it does not exist. Will not returnnull
.Definition: The Insurer who is target of the request.
-
setTarget
Sets the value(s) for target ()Definition: The Insurer who is target of the request.
-
getProvider
Gets the value(s) for provider (). creating it if it does not exist. Will not returnnull
.Definition: The practitioner who is responsible for the services rendered to the patient.
-
setProvider
Sets the value(s) for provider ()Definition: The practitioner who is responsible for the services rendered to the patient.
-
getOrganization
Gets the value(s) for organization (). creating it if it does not exist. Will not returnnull
.Definition: The organization which is responsible for the services rendered to the patient.
-
setOrganization
Sets the value(s) for organization ()Definition: The organization which is responsible for the services rendered to the patient.
-
getResourceName
- Specified by:
getResourceName
in interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
- Specified by:
getStructureFhirVersionEnum
in interfaceorg.hl7.fhir.instance.model.api.IBaseResource
- Specified by:
getStructureFhirVersionEnum
in interfaceca.uhn.fhir.model.api.IResource
-