public class ProcessRequest extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessRequest.ActionList |
static class |
ProcessRequest.ActionListEnumFactory |
static class |
ProcessRequest.ItemsComponent |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ProcessRequest.ActionList> |
action
The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
ACTION
Fluent Client search parameter constant for action
|
protected DateTimeType |
created
The date when this resource was created.
|
protected List<StringType> |
exclude
Names of resource types to exclude.
|
protected List<Identifier> |
identifier
The ProcessRequest business identifier.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
protected List<StringType> |
include
Names of resource types to include.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_ORGANIZATIONREFERENCE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PROVIDERREFERENCE
Constant for fluent queries to be used to add include statements.
|
protected List<ProcessRequest.ItemsComponent> |
item
List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.
|
protected BooleanType |
nullify
If true remove all history excluding audit.
|
protected Type |
organization
The organization which is responsible for the action speccified in thise request.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
ORGANIZATIONIDENTIFIER
Fluent Client search parameter constant for organizationidentifier
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
ORGANIZATIONREFERENCE
Fluent Client search parameter constant for organizationreference
|
protected Coding |
originalRuleset
The style (standard) and version of the original material which was converted into this resource.
|
protected Period |
period
A period of time during which the fulfilling resources would have been created.
|
protected Type |
provider
The practitioner who is responsible for the action specified in thise request.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
PROVIDERIDENTIFIER
Fluent Client search parameter constant for provideridentifier
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PROVIDERREFERENCE
Fluent Client search parameter constant for providerreference
|
protected StringType |
reference
A reference to supply which authenticates the process.
|
protected Type |
request
Reference of resource which is the target or subject of this action.
|
protected Type |
response
Reference of a prior response to resource which is the target or subject of this action.
|
protected Coding |
ruleset
The version of the style of resource contents.
|
static String |
SP_ACTION
Search parameter: action
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_ORGANIZATIONIDENTIFIER
Search parameter: organizationidentifier
|
static String |
SP_ORGANIZATIONREFERENCE
Search parameter: organizationreference
|
static String |
SP_PROVIDERIDENTIFIER
Search parameter: provideridentifier
|
static String |
SP_PROVIDERREFERENCE
Search parameter: providerreference
|
protected Type |
target
The organization which is the target of the request.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
ProcessRequest()
Constructor
|
ProcessRequest(Enumeration<ProcessRequest.ActionList> action)
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 Enumeration<ProcessRequest.ActionList> action
protected List<Identifier> identifier
protected Coding ruleset
protected Coding originalRuleset
protected DateTimeType created
protected Type provider
protected Type organization
protected Type response
protected BooleanType nullify
protected StringType reference
protected List<ProcessRequest.ItemsComponent> item
protected List<StringType> include
protected List<StringType> exclude
protected Period period
public static final String SP_ACTION
Description: The action requested by this resource
Type: token
Path: ProcessRequest.action
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTION
Description: The action requested by this resource
Type: token
Path: ProcessRequest.action
public static final String SP_PROVIDERREFERENCE
Description: The provider who regenerated this request
Type: reference
Path: ProcessRequest.providerReference
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PROVIDERREFERENCE
Description: The provider who regenerated this request
Type: reference
Path: ProcessRequest.providerReference
public static final ca.uhn.fhir.model.api.Include INCLUDE_PROVIDERREFERENCE
public static final String SP_ORGANIZATIONIDENTIFIER
Description: The organization who generated this request
Type: token
Path: ProcessRequest.organizationIdentifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ORGANIZATIONIDENTIFIER
Description: The organization who generated this request
Type: token
Path: ProcessRequest.organizationIdentifier
public static final String SP_ORGANIZATIONREFERENCE
Description: The organization who generated this request
Type: reference
Path: ProcessRequest.organizationReference
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ORGANIZATIONREFERENCE
Description: The organization who generated this request
Type: reference
Path: ProcessRequest.organizationReference
public static final ca.uhn.fhir.model.api.Include INCLUDE_ORGANIZATIONREFERENCE
public static final String SP_IDENTIFIER
Description: The business identifier of the ProcessRequest
Type: token
Path: ProcessRequest.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: The business identifier of the ProcessRequest
Type: token
Path: ProcessRequest.identifier
public static final String SP_PROVIDERIDENTIFIER
Description: The provider who regenerated this request
Type: token
Path: ProcessRequest.providerIdentifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam PROVIDERIDENTIFIER
Description: The provider who regenerated this request
Type: token
Path: ProcessRequest.providerIdentifier
public ProcessRequest()
public ProcessRequest(Enumeration<ProcessRequest.ActionList> action)
public Enumeration<ProcessRequest.ActionList> getActionElement()
action (The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.). This is the underlying object with id, value and extensions. The accessor "getAction" gives direct access to the valuepublic boolean hasActionElement()
public boolean hasAction()
public ProcessRequest setActionElement(Enumeration<ProcessRequest.ActionList> value)
value - action (The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.). This is the underlying object with id, value and extensions. The accessor "getAction" gives direct access to the valuepublic ProcessRequest.ActionList getAction()
public ProcessRequest setAction(ProcessRequest.ActionList value)
value - The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.public List<Identifier> getIdentifier()
identifier (The ProcessRequest business identifier.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (The ProcessRequest business identifier.)public ProcessRequest 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 ProcessRequest 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 ProcessRequest 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 ProcessRequest 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 ProcessRequest setCreated(Date value)
value - The date when this resource was created.public Type getTarget()
target (The organization which is the target of the request.)public Identifier getTargetIdentifier() throws org.hl7.fhir.exceptions.FHIRException
target (The organization which is the target of the request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasTargetIdentifier()
public Reference getTargetReference() throws org.hl7.fhir.exceptions.FHIRException
target (The organization which is the target of the request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasTargetReference()
public boolean hasTarget()
public ProcessRequest setTarget(Type value)
value - target (The organization which is the target of the request.)public Type getProvider()
provider (The practitioner who is responsible for the action specified in thise request.)public Identifier getProviderIdentifier() throws org.hl7.fhir.exceptions.FHIRException
provider (The practitioner who is responsible for the action specified in thise request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasProviderIdentifier()
public Reference getProviderReference() throws org.hl7.fhir.exceptions.FHIRException
provider (The practitioner who is responsible for the action specified in thise request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasProviderReference()
public boolean hasProvider()
public ProcessRequest setProvider(Type value)
value - provider (The practitioner who is responsible for the action specified in thise request.)public Type getOrganization()
organization (The organization which is responsible for the action speccified in thise request.)public Identifier getOrganizationIdentifier() throws org.hl7.fhir.exceptions.FHIRException
organization (The organization which is responsible for the action speccified in thise request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasOrganizationIdentifier()
public Reference getOrganizationReference() throws org.hl7.fhir.exceptions.FHIRException
organization (The organization which is responsible for the action speccified in thise request.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasOrganizationReference()
public boolean hasOrganization()
public ProcessRequest setOrganization(Type value)
value - organization (The organization which is responsible for the action speccified in thise request.)public Type getRequest()
request (Reference of resource which is the target or subject of this action.)public Identifier getRequestIdentifier() throws org.hl7.fhir.exceptions.FHIRException
request (Reference of resource which is the target or subject of this action.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasRequestIdentifier()
public Reference getRequestReference() throws org.hl7.fhir.exceptions.FHIRException
request (Reference of resource which is the target or subject of this action.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasRequestReference()
public boolean hasRequest()
public ProcessRequest setRequest(Type value)
value - request (Reference of resource which is the target or subject of this action.)public Type getResponse()
response (Reference of a prior response to resource which is the target or subject of this action.)public Identifier getResponseIdentifier() throws org.hl7.fhir.exceptions.FHIRException
response (Reference of a prior response to resource which is the target or subject of this action.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasResponseIdentifier()
public Reference getResponseReference() throws org.hl7.fhir.exceptions.FHIRException
response (Reference of a prior response to resource which is the target or subject of this action.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasResponseReference()
public boolean hasResponse()
public ProcessRequest setResponse(Type value)
value - response (Reference of a prior response to resource which is the target or subject of this action.)public BooleanType getNullifyElement()
nullify (If true remove all history excluding audit.). This is the underlying object with id, value and extensions. The accessor "getNullify" gives direct access to the valuepublic boolean hasNullifyElement()
public boolean hasNullify()
public ProcessRequest setNullifyElement(BooleanType value)
value - nullify (If true remove all history excluding audit.). This is the underlying object with id, value and extensions. The accessor "getNullify" gives direct access to the valuepublic boolean getNullify()
public ProcessRequest setNullify(boolean value)
value - If true remove all history excluding audit.public StringType getReferenceElement()
reference (A reference to supply which authenticates the process.). This is the underlying object with id, value and extensions. The accessor "getReference" gives direct access to the valuepublic boolean hasReferenceElement()
public boolean hasReference()
public ProcessRequest setReferenceElement(StringType value)
value - reference (A reference to supply which authenticates the process.). This is the underlying object with id, value and extensions. The accessor "getReference" gives direct access to the valuepublic String getReference()
public ProcessRequest setReference(String value)
value - A reference to supply which authenticates the process.public List<ProcessRequest.ItemsComponent> getItem()
item (List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.)public boolean hasItem()
public ProcessRequest.ItemsComponent addItem()
item (List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.)public ProcessRequest addItem(ProcessRequest.ItemsComponent t)
public List<StringType> getInclude()
include (Names of resource types to include.)public boolean hasInclude()
public StringType addIncludeElement()
include (Names of resource types to include.)public ProcessRequest addInclude(String value)
value - include (Names of resource types to include.)public boolean hasInclude(String value)
value - include (Names of resource types to include.)public List<StringType> getExclude()
exclude (Names of resource types to exclude.)public boolean hasExclude()
public StringType addExcludeElement()
exclude (Names of resource types to exclude.)public ProcessRequest addExclude(String value)
value - exclude (Names of resource types to exclude.)public boolean hasExclude(String value)
value - exclude (Names of resource types to exclude.)public Period getPeriod()
period (A period of time during which the fulfilling resources would have been created.)public boolean hasPeriod()
public ProcessRequest setPeriod(Period value)
value - period (A period of time during which the fulfilling resources would have been created.)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 ProcessRequest copy()
copy in class DomainResourceprotected ProcessRequest 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.