Package org.hl7.fhir.dstu2.model
Class EnrollmentResponse
- java.lang.Object
-
- org.hl7.fhir.dstu2.model.Base
-
- org.hl7.fhir.dstu2.model.BaseResource
-
- org.hl7.fhir.dstu2.model.Resource
-
- org.hl7.fhir.dstu2.model.DomainResource
-
- org.hl7.fhir.dstu2.model.EnrollmentResponse
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class EnrollmentResponse extends DomainResource
This resource provides enrollment and plan details from the processing of an Enrollment resource.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeTypecreatedThe date when the enclosed suite of services were performed or completed.protected StringTypedispositionA description of the status of the adjudication.protected List<Identifier>identifierThe Response business identifier.protected ReferenceorganizationThe Insurer who produced this adjudicated response.protected OrganizationorganizationTargetThe actual object that is the target of the reference (The Insurer who produced this adjudicated response.)protected CodingoriginalRulesetThe style (standard) and version of the original material which was converted into this resource.protected Enumeration<Enumerations.RemittanceOutcome>outcomeTransaction status: error, complete.protected ReferencerequestOriginal request resource reference.protected ReferencerequestOrganizationThe organization which is responsible for the services rendered to the patient.protected OrganizationrequestOrganizationTargetThe actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)protected ReferencerequestProviderThe practitioner who is responsible for the services rendered to the patient.protected PractitionerrequestProviderTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected EnrollmentRequestrequestTargetThe actual object that is the target of the reference (Original request resource reference.)protected CodingrulesetThe version of the style of resource contents.static StringSP_IDENTIFIER-
Fields inherited from class org.hl7.fhir.dstu2.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description EnrollmentResponse()
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, 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, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
The Response business identifier.
-
requestTarget
protected EnrollmentRequest requestTarget
The actual object that is the target of the reference (Original request resource reference.)
-
outcome
protected Enumeration<Enumerations.RemittanceOutcome> outcome
Transaction status: error, complete.
-
disposition
protected StringType disposition
A description of the status of the adjudication.
-
ruleset
protected Coding ruleset
The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.
-
originalRuleset
protected Coding originalRuleset
The style (standard) and version of the original material which was converted into this resource.
-
created
protected DateTimeType created
The date when the enclosed suite of services were performed or completed.
-
organization
protected Reference organization
The Insurer who produced this adjudicated response.
-
organizationTarget
protected Organization organizationTarget
The actual object that is the target of the reference (The Insurer who produced this adjudicated response.)
-
requestProvider
protected Reference requestProvider
The practitioner who is responsible for the services rendered to the patient.
-
requestProviderTarget
protected Practitioner requestProviderTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)
-
requestOrganization
protected Reference requestOrganization
The organization which is responsible for the services rendered to the patient.
-
requestOrganizationTarget
protected Organization requestOrganizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnrollmentResponse
public EnrollmentResponse()
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(The Response business identifier.)
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
- Returns:
identifier(The Response business identifier.)
-
addIdentifier
public EnrollmentResponse addIdentifier(Identifier t)
-
getRequest
public Reference getRequest()
- Returns:
request(Original request resource reference.)
-
hasRequest
public boolean hasRequest()
-
setRequest
public EnrollmentResponse setRequest(Reference value)
- Parameters:
value-request(Original request resource reference.)
-
getRequestTarget
public EnrollmentRequest getRequestTarget()
- Returns:
requestThe 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. (Original request resource reference.)
-
setRequestTarget
public EnrollmentResponse setRequestTarget(EnrollmentRequest value)
- Parameters:
value-requestThe 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. (Original request resource reference.)
-
getOutcomeElement
public Enumeration<Enumerations.RemittanceOutcome> getOutcomeElement()
- Returns:
outcome(Transaction status: error, complete.). This is the underlying object with id, value and extensions. The accessor "getOutcome" gives direct access to the value
-
hasOutcomeElement
public boolean hasOutcomeElement()
-
hasOutcome
public boolean hasOutcome()
-
setOutcomeElement
public EnrollmentResponse setOutcomeElement(Enumeration<Enumerations.RemittanceOutcome> value)
- Parameters:
value-outcome(Transaction status: error, complete.). This is the underlying object with id, value and extensions. The accessor "getOutcome" gives direct access to the value
-
getOutcome
public Enumerations.RemittanceOutcome getOutcome()
- Returns:
- Transaction status: error, complete.
-
setOutcome
public EnrollmentResponse setOutcome(Enumerations.RemittanceOutcome value)
- Parameters:
value- Transaction status: error, complete.
-
getDispositionElement
public StringType getDispositionElement()
- Returns:
disposition(A description of the status of the adjudication.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
hasDispositionElement
public boolean hasDispositionElement()
-
hasDisposition
public boolean hasDisposition()
-
setDispositionElement
public EnrollmentResponse setDispositionElement(StringType value)
- Parameters:
value-disposition(A description of the status of the adjudication.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
getDisposition
public String getDisposition()
- Returns:
- A description of the status of the adjudication.
-
setDisposition
public EnrollmentResponse setDisposition(String value)
- Parameters:
value- A description of the status of the adjudication.
-
getRuleset
public Coding getRuleset()
- Returns:
ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
hasRuleset
public boolean hasRuleset()
-
setRuleset
public EnrollmentResponse setRuleset(Coding value)
- Parameters:
value-ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
getOriginalRuleset
public Coding getOriginalRuleset()
- Returns:
originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
hasOriginalRuleset
public boolean hasOriginalRuleset()
-
setOriginalRuleset
public EnrollmentResponse setOriginalRuleset(Coding value)
- Parameters:
value-originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
getCreatedElement
public DateTimeType getCreatedElement()
- Returns:
created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
hasCreatedElement
public boolean hasCreatedElement()
-
hasCreated
public boolean hasCreated()
-
setCreatedElement
public EnrollmentResponse setCreatedElement(DateTimeType value)
- Parameters:
value-created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
getCreated
public Date getCreated()
- Returns:
- The date when the enclosed suite of services were performed or completed.
-
setCreated
public EnrollmentResponse setCreated(Date value)
- Parameters:
value- The date when the enclosed suite of services were performed or completed.
-
getOrganization
public Reference getOrganization()
- Returns:
organization(The Insurer who produced this adjudicated response.)
-
hasOrganization
public boolean hasOrganization()
-
setOrganization
public EnrollmentResponse setOrganization(Reference value)
- Parameters:
value-organization(The Insurer who produced this adjudicated response.)
-
getOrganizationTarget
public Organization getOrganizationTarget()
- Returns:
organizationThe 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 Insurer who produced this adjudicated response.)
-
setOrganizationTarget
public EnrollmentResponse setOrganizationTarget(Organization value)
- Parameters:
value-organizationThe 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 Insurer who produced this adjudicated response.)
-
getRequestProvider
public Reference getRequestProvider()
- Returns:
requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
hasRequestProvider
public boolean hasRequestProvider()
-
setRequestProvider
public EnrollmentResponse setRequestProvider(Reference value)
- Parameters:
value-requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
getRequestProviderTarget
public Practitioner getRequestProviderTarget()
- Returns:
requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
setRequestProviderTarget
public EnrollmentResponse setRequestProviderTarget(Practitioner value)
- Parameters:
value-requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
getRequestOrganization
public Reference getRequestOrganization()
- Returns:
requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
hasRequestOrganization
public boolean hasRequestOrganization()
-
setRequestOrganization
public EnrollmentResponse setRequestOrganization(Reference value)
- Parameters:
value-requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
getRequestOrganizationTarget
public Organization getRequestOrganizationTarget()
- Returns:
requestOrganizationThe 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 which is responsible for the services rendered to the patient.)
-
setRequestOrganizationTarget
public EnrollmentResponse setRequestOrganizationTarget(Organization value)
- Parameters:
value-requestOrganizationThe 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 which is responsible for the services rendered to the patient.)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public EnrollmentResponse copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected EnrollmentResponse typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-