
Class EnrollmentResponse
- 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
public class EnrollmentResponse extends BaseResource implements ca.uhn.fhir.model.api.IResource
Definition: This resource provides enrollment and plan details from the processing of an Enrollment resource.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/EnrollmentResponse
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.TokenClientParam
IDENTIFIER
Fluent Client search parameter constant for identifierstatic String
SP_IDENTIFIER
Search parameter constant for identifierFields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
Constructors Constructor Description EnrollmentResponse()
-
Method Summary
Modifier and Type Method Description IdentifierDt
addIdentifier()
Adds and returns a new value for identifier ()EnrollmentResponse
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)
Date
getCreated()
Gets the value(s) for created ().ca.uhn.fhir.model.primitive.DateTimeDt
getCreatedElement()
Gets the value(s) for created ().String
getDisposition()
Gets the value(s) for disposition ().ca.uhn.fhir.model.primitive.StringDt
getDispositionElement()
Gets the value(s) for disposition ().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 ().String
getOutcome()
Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>
getOutcomeElement()
Gets the value(s) for outcome ().ResourceReferenceDt
getRequest()
Gets the value(s) for request ().ResourceReferenceDt
getRequestOrganization()
Gets the value(s) for requestOrganization ().ResourceReferenceDt
getRequestProvider()
Gets the value(s) for requestProvider ().String
getResourceName()
CodingDt
getRuleset()
Gets the value(s) for ruleset ().ca.uhn.fhir.context.FhirVersionEnum
getStructureFhirVersionEnum()
boolean
isEmpty()
EnrollmentResponse
setCreated(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for created ()EnrollmentResponse
setCreated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for created ()EnrollmentResponse
setCreatedWithSecondsPrecision(Date theDate)
Sets the value for created ()EnrollmentResponse
setDisposition(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for disposition ()EnrollmentResponse
setDisposition(String theString)
Sets the value for disposition ()EnrollmentResponse
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()EnrollmentResponse
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()EnrollmentResponse
setOriginalRuleset(CodingDt theValue)
Sets the value(s) for originalRuleset ()EnrollmentResponse
setOutcome(RemittanceOutcomeEnum theValue)
Sets the value(s) for outcome ()EnrollmentResponse
setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)
Sets the value(s) for outcome ()EnrollmentResponse
setRequest(ResourceReferenceDt theValue)
Sets the value(s) for request ()EnrollmentResponse
setRequestOrganization(ResourceReferenceDt theValue)
Sets the value(s) for requestOrganization ()EnrollmentResponse
setRequestProvider(ResourceReferenceDt theValue)
Sets the value(s) for requestProvider ()EnrollmentResponse
setRuleset(CodingDt theValue)
Sets the value(s) for ruleset ()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, 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 Explanation of Benefit
Type: token
Path: EnrollmentResponse.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The business identifier of the Explanation of Benefit
Type: token
Path: EnrollmentResponse.identifier
-
-
Constructor Details
-
EnrollmentResponse
public EnrollmentResponse()
-
-
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
-
getRequest
Gets the value(s) for request (). creating it if it does not exist. Will not returnnull
.Definition: Original request resource reference
-
setRequest
Sets the value(s) for request ()Definition: Original request resource reference
-
getOutcomeElement
Gets the value(s) for outcome (). creating it if it does not exist. Will not returnnull
.Definition: Transaction status: error, complete
-
getOutcome
Gets the value(s) for outcome (). creating it if it does not exist. This method may returnnull
.Definition: Transaction status: error, complete
-
setOutcome
public EnrollmentResponse setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome ()Definition: Transaction status: error, complete
-
setOutcome
Sets the value(s) for outcome ()Definition: Transaction status: error, complete
-
getDispositionElement
Gets the value(s) for disposition (). creating it if it does not exist. Will not returnnull
.Definition: A description of the status of the adjudication.
-
getDisposition
Gets 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.
-
setDisposition
Sets the value(s) for disposition ()Definition: A description of the status of the adjudication.
-
setDisposition
Sets the value for disposition ()Definition: A description of the status of the adjudication.
-
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 the enclosed suite of services were performed or completed
-
getCreated
Gets 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
-
setCreated
Sets the value(s) for created ()Definition: The date when the enclosed suite of services were performed or completed
-
setCreated
public EnrollmentResponse 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
-
setCreatedWithSecondsPrecision
Sets the value for created ()Definition: The date when the enclosed suite of services were performed or completed
-
getOrganization
Gets the value(s) for organization (). creating it if it does not exist. Will not returnnull
.Definition: The Insurer who produced this adjudicated response.
-
setOrganization
Sets the value(s) for organization ()Definition: The Insurer who produced this adjudicated response.
-
getRequestProvider
Gets 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.
-
setRequestProvider
Sets the value(s) for requestProvider ()Definition: The practitioner who is responsible for the services rendered to the patient.
-
getRequestOrganization
Gets 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.
-
setRequestOrganization
Sets the value(s) for requestOrganization ()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
-