public class EnrollmentRequest extends DomainResource
| Modifier and Type | Field and 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 identifier
|
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 |
organization
The organization which is responsible for the services rendered to the patient.
|
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.)
|
protected Coding |
originalRuleset
The style (standard) and version of the original material which was converted into this resource.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected 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.)
|
protected Coding |
relationship
The relationship of the patient to the subscriber.
|
protected Coding |
ruleset
The version of the style of resource contents.
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected Reference |
subject
Patient Resource.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Patient |
subjectTarget
The actual object that is the target of the reference (Patient Resource.)
|
protected Reference |
target
The Insurer who is target of the request.
|
protected Organization |
targetTarget
The actual object that is the target of the reference (The Insurer who is target of the request.)
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
EnrollmentRequest()
Constructor
|
EnrollmentRequest(Reference subject,
Reference coverage,
Coding relationship)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Coding ruleset
protected Coding originalRuleset
protected DateTimeType created
protected Organization targetTarget
protected Reference provider
protected Practitioner providerTarget
protected Reference organization
protected Organization organizationTarget
protected Patient subjectTarget
protected Reference coverage
protected Coverage coverageTarget
protected Coding relationship
public static final String SP_PATIENT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_SUBJECT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: The party to be enrolled
Type: reference
Path: EnrollmentRequest.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public static final String SP_IDENTIFIER
Description: The business identifier of the Enrollment
Type: token
Path: EnrollmentRequest.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: The business identifier of the Enrollment
Type: token
Path: EnrollmentRequest.identifier
public EnrollmentRequest()
public EnrollmentRequest(Reference subject, Reference coverage, Coding relationship)
public List<Identifier> getIdentifier()
identifier (The Response business identifier.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (The Response business identifier.)public EnrollmentRequest addIdentifier(Identifier t)
public Coding getRuleset()
ruleset (The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)public boolean hasRuleset()
public EnrollmentRequest setRuleset(Coding value)
value - ruleset (The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)public Coding getOriginalRuleset()
originalRuleset (The style (standard) and version of the original material which was converted into this resource.)public boolean hasOriginalRuleset()
public EnrollmentRequest setOriginalRuleset(Coding value)
value - originalRuleset (The style (standard) and version of the original material which was converted into this resource.)public DateTimeType getCreatedElement()
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 valuepublic boolean hasCreatedElement()
public boolean hasCreated()
public EnrollmentRequest setCreatedElement(DateTimeType value)
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 valuepublic Date getCreated()
public EnrollmentRequest setCreated(Date value)
value - The date when this resource was created.public boolean hasTarget()
public EnrollmentRequest setTarget(Reference value)
value - target (The Insurer who is target of the request.)public Organization getTargetTarget()
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.)public EnrollmentRequest setTargetTarget(Organization value)
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.)public Reference getProvider()
provider (The practitioner who is responsible for the services rendered to the patient.)public boolean hasProvider()
public EnrollmentRequest setProvider(Reference value)
value - provider (The practitioner who is responsible for the services rendered to the patient.)public Practitioner getProviderTarget()
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.)public EnrollmentRequest setProviderTarget(Practitioner value)
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.)public Reference getOrganization()
organization (The organization which is responsible for the services rendered to the patient.)public boolean hasOrganization()
public EnrollmentRequest setOrganization(Reference value)
value - organization (The organization which is responsible for the services rendered to the patient.)public Organization getOrganizationTarget()
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.)public EnrollmentRequest setOrganizationTarget(Organization value)
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.)public Reference getSubject()
subject (Patient Resource.)public boolean hasSubject()
public EnrollmentRequest setSubject(Reference value)
value - subject (Patient Resource.)public Patient getSubjectTarget()
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.)public EnrollmentRequest setSubjectTarget(Patient value)
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.)public Reference getCoverage()
coverage (Reference to the program or plan identification, underwriter or payor.)public boolean hasCoverage()
public EnrollmentRequest setCoverage(Reference value)
value - coverage (Reference to the program or plan identification, underwriter or payor.)public Coverage getCoverageTarget()
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.)public EnrollmentRequest setCoverageTarget(Coverage value)
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.)public Coding getRelationship()
relationship (The relationship of the patient to the subscriber.)public boolean hasRelationship()
public EnrollmentRequest setRelationship(Coding value)
value - relationship (The relationship of the patient to the subscriber.)protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic EnrollmentRequest copy()
copy in class DomainResourceprotected EnrollmentRequest typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.