public class EnrollmentRequest extends BaseResource implements IResource
Definition: This resource provides the insurance enrollment details to the insurer regarding a specified coverage.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/EnrollmentRequest
| Modifier and Type | Field and Description |
|---|---|
static TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
static ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
static String |
SP_IDENTIFIER
Search parameter constant for identifier
|
static String |
SP_PATIENT
Search parameter constant for patient
|
static String |
SP_SUBJECT
Search parameter constant for subject
|
static ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
EnrollmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
EnrollmentRequest |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getCoverage()
Gets the value(s) for coverage ().
|
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 ().
|
CodingDt |
getRelationship()
Gets the value(s) for relationship ().
|
String |
getResourceName() |
CodingDt |
getRuleset()
Gets the value(s) for ruleset ().
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
ResourceReferenceDt |
getSubject()
Gets the value(s) for subject ().
|
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
boolean |
isEmpty() |
EnrollmentRequest |
setCoverage(ResourceReferenceDt theValue)
Sets the value(s) for coverage ()
|
EnrollmentRequest |
setCreated(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for created ()
|
EnrollmentRequest |
setCreated(DateTimeDt theValue)
Sets the value(s) for created ()
|
EnrollmentRequest |
setCreatedWithSecondsPrecision(Date theDate)
Sets the value for created ()
|
EnrollmentRequest |
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()
|
EnrollmentRequest |
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()
|
EnrollmentRequest |
setOriginalRuleset(CodingDt theValue)
Sets the value(s) for originalRuleset ()
|
EnrollmentRequest |
setProvider(ResourceReferenceDt theValue)
Sets the value(s) for provider ()
|
EnrollmentRequest |
setRelationship(CodingDt theValue)
Sets the value(s) for relationship ()
|
EnrollmentRequest |
setRuleset(CodingDt theValue)
Sets the value(s) for ruleset ()
|
EnrollmentRequest |
setSubject(ResourceReferenceDt theValue)
Sets the value(s) for subject ()
|
EnrollmentRequest |
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 Enrollment
Type: token
Path: EnrollmentRequest.identifier
public static final TokenClientParam IDENTIFIER
Description: The business identifier of the Enrollment
Type: token
Path: EnrollmentRequest.identifier
public static final String SP_SUBJECT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ReferenceClientParam SUBJECT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final String SP_PATIENT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ReferenceClientParam PATIENT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final Include INCLUDE_PATIENT
public static final Include INCLUDE_SUBJECT
public EnrollmentRequest()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<IdentifierDt> getIdentifier()
null.
Definition: The Response business identifier
public EnrollmentRequest setIdentifier(List<IdentifierDt> theValue)
Definition: The Response business identifier
public IdentifierDt addIdentifier()
Definition: The Response business identifier
public EnrollmentRequest 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 EnrollmentRequest 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 EnrollmentRequest 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 EnrollmentRequest setCreated(DateTimeDt theValue)
Definition: The date when this resource was created.
public EnrollmentRequest setCreated(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date when this resource was created.
public EnrollmentRequest 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 EnrollmentRequest 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 EnrollmentRequest 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 EnrollmentRequest setOrganization(ResourceReferenceDt theValue)
Definition: The organization which is responsible for the services rendered to the patient.
public ResourceReferenceDt getSubject()
null.
Definition: Patient Resource
public EnrollmentRequest setSubject(ResourceReferenceDt theValue)
Definition: Patient Resource
public ResourceReferenceDt getCoverage()
null.
Definition: Reference to the program or plan identification, underwriter or payor.
public EnrollmentRequest setCoverage(ResourceReferenceDt theValue)
Definition: Reference to the program or plan identification, underwriter or payor.
public CodingDt getRelationship()
null.
Definition: The relationship of the patient to the subscriber
public EnrollmentRequest setRelationship(CodingDt theValue)
Definition: The relationship of the patient to the subscriber
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.