
Class EnrollmentRequest
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.BaseResource
-
- org.hl7.fhir.dstu3.model.Resource
-
- org.hl7.fhir.dstu3.model.DomainResource
-
- org.hl7.fhir.dstu3.model.EnrollmentRequest
-
- 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 EnrollmentRequest extends DomainResource
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnrollmentRequest.EnrollmentRequestStatus
static class
EnrollmentRequest.EnrollmentRequestStatusEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected Reference
coverage
Reference to the program or plan identification, underwriter or payor.protected Coverage
coverageTarget
The actual object that is the target of the reference (Reference to the program or plan identification, underwriter or payor.)protected DateTimeType
created
The date when this resource was created.protected List<Identifier>
identifier
The Response business identifier.static ca.uhn.fhir.rest.gclient.TokenClientParam
IDENTIFIER
Fluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.Include
INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.protected Reference
insurer
The Insurer who is target of the request.protected Organization
insurerTarget
The actual object that is the target of the reference (The Insurer who is target of the request.)protected Reference
organization
The organization which is responsible for the services rendered to the patient.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
ORGANIZATION
Fluent Client search parameter constant for organizationprotected Organization
organizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)static ca.uhn.fhir.rest.gclient.ReferenceClientParam
PATIENT
Fluent Client search parameter constant for patientprotected Reference
provider
The practitioner who is responsible for the services rendered to the patient.protected Practitioner
providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)static String
SP_IDENTIFIER
Search parameter: identifierstatic String
SP_ORGANIZATION
Search parameter: organizationstatic String
SP_PATIENT
Search parameter: patientstatic String
SP_SUBJECT
Search parameter: subjectprotected Enumeration<EnrollmentRequest.EnrollmentRequestStatus>
status
The status of the resource instance.protected Reference
subject
Patient Resource.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
SUBJECT
Fluent Client search parameter constant for subjectprotected Patient
subjectTarget
The actual object that is the target of the reference (Patient Resource.)-
Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description EnrollmentRequest()
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, listChildrenByName, 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.
-
status
protected Enumeration<EnrollmentRequest.EnrollmentRequestStatus> status
The status of the resource instance.
-
created
protected DateTimeType created
The date when this resource was created.
-
insurerTarget
protected Organization insurerTarget
The actual object that is the target of the reference (The Insurer who is target of the request.)
-
provider
protected Reference provider
The practitioner who is responsible for the services rendered to the patient.
-
providerTarget
protected Practitioner providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)
-
organization
protected Reference organization
The organization which is responsible for the services rendered to the patient.
-
organizationTarget
protected Organization organizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)
-
subjectTarget
protected Patient subjectTarget
The actual object that is the target of the reference (Patient Resource.)
-
coverage
protected Reference coverage
Reference to the program or plan identification, underwriter or payor.
-
coverageTarget
protected Coverage coverageTarget
The actual object that is the target of the reference (Reference to the program or plan identification, underwriter or payor.)
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: The business identifier of the Enrollment
Type: token
Path: EnrollmentRequest.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The business identifier of the Enrollment
Type: token
Path: EnrollmentRequest.identifier
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter: subjectDescription: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
- See Also:
- Constant Field Values
-
SUBJECT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Fluent Client search parameter constant for subjectDescription: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
-
INCLUDE_SUBJECT
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "EnrollmentRequest:subject".
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "EnrollmentRequest:patient".
-
SP_ORGANIZATION
public static final String SP_ORGANIZATION
Search parameter: organizationDescription: The organization who generated this resource
Type: reference
Path: EnrollmentRequest.organization
- See Also:
- Constant Field Values
-
ORGANIZATION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ORGANIZATION
Fluent Client search parameter constant for organizationDescription: The organization who generated this resource
Type: reference
Path: EnrollmentRequest.organization
-
INCLUDE_ORGANIZATION
public static final ca.uhn.fhir.model.api.Include INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "EnrollmentRequest:organization".
-
-
Constructor Detail
-
EnrollmentRequest
public EnrollmentRequest()
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier
(The Response business identifier.)
-
setIdentifier
public EnrollmentRequest setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public EnrollmentRequest addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist
-
getStatusElement
public Enumeration<EnrollmentRequest.EnrollmentRequestStatus> getStatusElement()
- Returns:
status
(The status of the resource instance.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public EnrollmentRequest setStatusElement(Enumeration<EnrollmentRequest.EnrollmentRequestStatus> value)
- Parameters:
value
-status
(The status of the resource instance.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public EnrollmentRequest.EnrollmentRequestStatus getStatus()
- Returns:
- The status of the resource instance.
-
setStatus
public EnrollmentRequest setStatus(EnrollmentRequest.EnrollmentRequestStatus value)
- Parameters:
value
- The status of the resource instance.
-
getCreatedElement
public DateTimeType getCreatedElement()
- Returns:
created
(The date when this resource was created.). 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 EnrollmentRequest setCreatedElement(DateTimeType value)
- Parameters:
value
-created
(The date when this resource was created.). 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 this resource was created.
-
setCreated
public EnrollmentRequest setCreated(Date value)
- Parameters:
value
- The date when this resource was created.
-
getInsurer
public Reference getInsurer()
- Returns:
insurer
(The Insurer who is target of the request.)
-
hasInsurer
public boolean hasInsurer()
-
setInsurer
public EnrollmentRequest setInsurer(Reference value)
- Parameters:
value
-insurer
(The Insurer who is target of the request.)
-
getInsurerTarget
public Organization getInsurerTarget()
- Returns:
insurer
The 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 is target of the request.)
-
setInsurerTarget
public EnrollmentRequest setInsurerTarget(Organization value)
- Parameters:
value
-insurer
The 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 is target of the request.)
-
getProvider
public Reference getProvider()
- Returns:
provider
(The practitioner who is responsible for the services rendered to the patient.)
-
hasProvider
public boolean hasProvider()
-
setProvider
public EnrollmentRequest setProvider(Reference value)
- Parameters:
value
-provider
(The practitioner who is responsible for the services rendered to the patient.)
-
getProviderTarget
public Practitioner getProviderTarget()
- Returns:
provider
The 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.)
-
setProviderTarget
public EnrollmentRequest setProviderTarget(Practitioner value)
- Parameters:
value
-provider
The 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.)
-
getOrganization
public Reference getOrganization()
- Returns:
organization
(The organization which is responsible for the services rendered to the patient.)
-
hasOrganization
public boolean hasOrganization()
-
setOrganization
public EnrollmentRequest setOrganization(Reference value)
- Parameters:
value
-organization
(The organization which is responsible for the services rendered to the patient.)
-
getOrganizationTarget
public Organization getOrganizationTarget()
- Returns:
organization
The 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.)
-
setOrganizationTarget
public EnrollmentRequest setOrganizationTarget(Organization value)
- Parameters:
value
-organization
The 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.)
-
getSubject
public Reference getSubject()
- Returns:
subject
(Patient Resource.)
-
hasSubject
public boolean hasSubject()
-
setSubject
public EnrollmentRequest setSubject(Reference value)
- Parameters:
value
-subject
(Patient Resource.)
-
getSubjectTarget
public Patient getSubjectTarget()
- Returns:
subject
The 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. (Patient Resource.)
-
setSubjectTarget
public EnrollmentRequest setSubjectTarget(Patient value)
- Parameters:
value
-subject
The 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. (Patient Resource.)
-
getCoverage
public Reference getCoverage()
- Returns:
coverage
(Reference to the program or plan identification, underwriter or payor.)
-
hasCoverage
public boolean hasCoverage()
-
setCoverage
public EnrollmentRequest setCoverage(Reference value)
- Parameters:
value
-coverage
(Reference to the program or plan identification, underwriter or payor.)
-
getCoverageTarget
public Coverage getCoverageTarget()
- Returns:
coverage
The 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. (Reference to the program or plan identification, underwriter or payor.)
-
setCoverageTarget
public EnrollmentRequest setCoverageTarget(Coverage value)
- Parameters:
value
-coverage
The 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. (Reference to the program or plan identification, underwriter or payor.)
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
public EnrollmentRequest copy()
- Specified by:
copy
in classDomainResource
-
typedCopy
protected EnrollmentRequest typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceType
in classResource
-
-