Package org.hl7.fhir.dstu2.model
Class EnrollmentRequest
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.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
This resource provides the insurance enrollment details to the insurer
regarding a specified coverage.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Reference
Reference to the program or plan identification, underwriter or payor.protected Coverage
The actual object that is the target of the reference (Reference to the program or plan identification, underwriter or payor.)protected DateTimeType
The date when this resource was created.protected List
<Identifier> The Response business identifier.protected Reference
The organization which is responsible for the services rendered to the patient.protected Organization
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)protected Coding
The style (standard) and version of the original material which was converted into this resource.protected Reference
The practitioner who is responsible for the services rendered to the patient.protected Practitioner
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected Coding
The relationship of the patient to the subscriber.protected Coding
The version of the style of resource contents.static final String
static final String
static final String
protected Reference
Patient Resource.protected Patient
The actual object that is the target of the reference (Patient Resource.)protected Reference
The Insurer who is target of the request.protected Organization
The actual object that is the target of the reference (The Insurer who is target of the request.)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
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
ConstructorDescriptionEnrollmentRequest
(Reference subject, Reference coverage, Coding relationship) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setCoverage
(Reference value) setCoverageTarget
(Coverage value) setCreated
(Date value) setCreatedElement
(DateTimeType value) setOrganization
(Reference value) setOriginalRuleset
(Coding value) void
setProperty
(String name, Base value) setProvider
(Reference value) setProviderTarget
(Practitioner value) setRelationship
(Coding value) setRuleset
(Coding value) setSubject
(Reference value) setSubjectTarget
(Patient value) setTargetTarget
(Organization value) protected EnrollmentRequest
Methods inherited from class org.hl7.fhir.dstu2.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getModifierExtension, getText, hasContained, hasExtension, 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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
The Response business identifier. -
ruleset
The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources. -
originalRuleset
The style (standard) and version of the original material which was converted into this resource. -
created
The date when this resource was created. -
target
The Insurer who is target of the request. -
targetTarget
The actual object that is the target of the reference (The Insurer who is target of the request.) -
provider
The practitioner who is responsible for the services rendered to the patient. -
providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.) -
organization
The organization which is responsible for the services rendered to the patient. -
organizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.) -
subject
Patient Resource. -
subjectTarget
The actual object that is the target of the reference (Patient Resource.) -
coverage
Reference to the program or plan identification, underwriter or payor. -
coverageTarget
The actual object that is the target of the reference (Reference to the program or plan identification, underwriter or payor.) -
relationship
The relationship of the patient to the subscriber. -
SP_IDENTIFIER
- See Also:
-
SP_SUBJECT
- See Also:
-
SP_PATIENT
- See Also:
-
-
Constructor Details
-
EnrollmentRequest
public EnrollmentRequest() -
EnrollmentRequest
-
-
Method Details
-
getIdentifier
- Returns:
identifier
(The Response business identifier.)
-
hasIdentifier
-
addIdentifier
- Returns:
identifier
(The Response business identifier.)
-
addIdentifier
-
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
-
setRuleset
- 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
- Returns:
originalRuleset
(The style (standard) and version of the original material which was converted into this resource.)
-
hasOriginalRuleset
-
setOriginalRuleset
- Parameters:
value
-originalRuleset
(The style (standard) and version of the original material which was converted into this resource.)
-
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
-
hasCreated
-
setCreatedElement
- 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
- Returns:
- The date when this resource was created.
-
setCreated
- Parameters:
value
- The date when this resource was created.
-
getTarget
- Returns:
target
(The Insurer who is target of the request.)
-
hasTarget
-
setTarget
- Parameters:
value
-target
(The Insurer who is target of the request.)
-
getTargetTarget
- Returns:
target
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.)
-
setTargetTarget
- Parameters:
value
-target
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
- Returns:
provider
(The practitioner who is responsible for the services rendered to the patient.)
-
hasProvider
-
setProvider
- Parameters:
value
-provider
(The practitioner who is responsible for the services rendered to the patient.)
-
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
- 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
- Returns:
organization
(The organization which is responsible for the services rendered to the patient.)
-
hasOrganization
-
setOrganization
- Parameters:
value
-organization
(The organization which is responsible for the services rendered to the patient.)
-
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
- 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
- Returns:
subject
(Patient Resource.)
-
hasSubject
-
setSubject
- Parameters:
value
-subject
(Patient Resource.)
-
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
- 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
- Returns:
coverage
(Reference to the program or plan identification, underwriter or payor.)
-
hasCoverage
-
setCoverage
- Parameters:
value
-coverage
(Reference to the program or plan identification, underwriter or payor.)
-
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
- 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.)
-
getRelationship
- Returns:
relationship
(The relationship of the patient to the subscriber.)
-
hasRelationship
-
setRelationship
- Parameters:
value
-relationship
(The relationship of the patient to the subscriber.)
-
listChildren
- Overrides:
listChildren
in classDomainResource
-
setProperty
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
- Specified by:
copy
in classDomainResource
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-