Class ProcessRequest
- 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.ProcessRequest
-
- 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 ProcessRequest extends DomainResource
This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessRequest.ActionListstatic classProcessRequest.ActionListEnumFactorystatic classProcessRequest.ItemsComponentstatic classProcessRequest.ProcessRequestStatusstatic classProcessRequest.ProcessRequestStatusEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected Enumeration<ProcessRequest.ActionList>actionThe type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.static ca.uhn.fhir.rest.gclient.TokenClientParamACTIONFluent Client search parameter constant for actionprotected DateTimeTypecreatedThe date when this resource was created.protected List<StringType>excludeNames of resource types to exclude.protected List<Identifier>identifierThe ProcessRequest business identifier.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierprotected List<StringType>includeNames of resource types to include.static ca.uhn.fhir.model.api.IncludeINCLUDE_ORGANIZATIONConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PROVIDERConstant for fluent queries to be used to add include statements.protected List<ProcessRequest.ItemsComponent>itemList of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.protected BooleanTypenullifyIf true remove all history excluding audit.protected ReferenceorganizationThe organization which is responsible for the action speccified in this request.static ca.uhn.fhir.rest.gclient.ReferenceClientParamORGANIZATIONFluent Client search parameter constant for organizationprotected OrganizationorganizationTargetThe actual object that is the target of the reference (The organization which is responsible for the action speccified in this request.)protected PeriodperiodA period of time during which the fulfilling resources would have been created.protected ReferenceproviderThe practitioner who is responsible for the action specified in this request.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPROVIDERFluent Client search parameter constant for providerprotected PractitionerproviderTargetThe actual object that is the target of the reference (The practitioner who is responsible for the action specified in this request.)protected StringTypereferenceA reference to supply which authenticates the process.protected ReferencerequestReference of resource which is the target or subject of this action.protected ResourcerequestTargetThe actual object that is the target of the reference (Reference of resource which is the target or subject of this action.)protected ReferenceresponseReference of a prior response to resource which is the target or subject of this action.protected ResourceresponseTargetThe actual object that is the target of the reference (Reference of a prior response to resource which is the target or subject of this action.)static StringSP_ACTIONSearch parameter: actionstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_ORGANIZATIONSearch parameter: organizationstatic StringSP_PROVIDERSearch parameter: providerprotected Enumeration<ProcessRequest.ProcessRequestStatus>statusThe status of the resource instance.protected ReferencetargetThe organization which is the target of the request.protected OrganizationtargetTargetThe actual object that is the target of the reference (The organization which is the target of the request.)-
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 ProcessRequest()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, 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 ProcessRequest business identifier.
-
status
protected Enumeration<ProcessRequest.ProcessRequestStatus> status
The status of the resource instance.
-
action
protected Enumeration<ProcessRequest.ActionList> action
The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.
-
targetTarget
protected Organization targetTarget
The actual object that is the target of the reference (The organization which is the target of the request.)
-
created
protected DateTimeType created
The date when this resource was created.
-
provider
protected Reference provider
The practitioner who is responsible for the action specified in this request.
-
providerTarget
protected Practitioner providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the action specified in this request.)
-
organization
protected Reference organization
The organization which is responsible for the action speccified in this request.
-
organizationTarget
protected Organization organizationTarget
The actual object that is the target of the reference (The organization which is responsible for the action speccified in this request.)
-
request
protected Reference request
Reference of resource which is the target or subject of this action.
-
requestTarget
protected Resource requestTarget
The actual object that is the target of the reference (Reference of resource which is the target or subject of this action.)
-
response
protected Reference response
Reference of a prior response to resource which is the target or subject of this action.
-
responseTarget
protected Resource responseTarget
The actual object that is the target of the reference (Reference of a prior response to resource which is the target or subject of this action.)
-
nullify
protected BooleanType nullify
If true remove all history excluding audit.
-
reference
protected StringType reference
A reference to supply which authenticates the process.
-
item
protected List<ProcessRequest.ItemsComponent> item
List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.
-
include
protected List<StringType> include
Names of resource types to include.
-
exclude
protected List<StringType> exclude
Names of resource types to exclude.
-
period
protected Period period
A period of time during which the fulfilling resources would have been created.
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: The business identifier of the ProcessRequest
Type: token
Path: ProcessRequest.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 ProcessRequest
Type: token
Path: ProcessRequest.identifier
-
SP_PROVIDER
public static final String SP_PROVIDER
Search parameter: providerDescription: The provider who regenerated this request
Type: reference
Path: ProcessRequest.provider
- See Also:
- Constant Field Values
-
PROVIDER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PROVIDER
Fluent Client search parameter constant for providerDescription: The provider who regenerated this request
Type: reference
Path: ProcessRequest.provider
-
INCLUDE_PROVIDER
public static final ca.uhn.fhir.model.api.Include INCLUDE_PROVIDER
Constant for fluent queries to be used to add include statements. Specifies the path value of "ProcessRequest:provider".
-
SP_ORGANIZATION
public static final String SP_ORGANIZATION
Search parameter: organizationDescription: The organization who generated this request
Type: reference
Path: ProcessRequest.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 request
Type: reference
Path: ProcessRequest.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 "ProcessRequest:organization".
-
SP_ACTION
public static final String SP_ACTION
Search parameter: actionDescription: The action requested by this resource
Type: token
Path: ProcessRequest.action
- See Also:
- Constant Field Values
-
ACTION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTION
Fluent Client search parameter constant for actionDescription: The action requested by this resource
Type: token
Path: ProcessRequest.action
-
-
Constructor Detail
-
ProcessRequest
public ProcessRequest()
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(The ProcessRequest business identifier.)
-
setIdentifier
public ProcessRequest setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public ProcessRequest 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<ProcessRequest.ProcessRequestStatus> 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 ProcessRequest setStatusElement(Enumeration<ProcessRequest.ProcessRequestStatus> 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 ProcessRequest.ProcessRequestStatus getStatus()
- Returns:
- The status of the resource instance.
-
setStatus
public ProcessRequest setStatus(ProcessRequest.ProcessRequestStatus value)
- Parameters:
value- The status of the resource instance.
-
getActionElement
public Enumeration<ProcessRequest.ActionList> getActionElement()
- Returns:
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 value
-
hasActionElement
public boolean hasActionElement()
-
hasAction
public boolean hasAction()
-
setActionElement
public ProcessRequest setActionElement(Enumeration<ProcessRequest.ActionList> value)
- Parameters:
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 value
-
getAction
public ProcessRequest.ActionList getAction()
- Returns:
- The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.
-
setAction
public ProcessRequest setAction(ProcessRequest.ActionList value)
- Parameters:
value- The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.
-
getTarget
public Reference getTarget()
- Returns:
target(The organization which is the target of the request.)
-
hasTarget
public boolean hasTarget()
-
setTarget
public ProcessRequest setTarget(Reference value)
- Parameters:
value-target(The organization which is the target of the request.)
-
getTargetTarget
public Organization getTargetTarget()
- Returns:
targetThe 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 the target of the request.)
-
setTargetTarget
public ProcessRequest setTargetTarget(Organization value)
- Parameters:
value-targetThe 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 the target of the request.)
-
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 ProcessRequest 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 ProcessRequest setCreated(Date value)
- Parameters:
value- The date when this resource was created.
-
getProvider
public Reference getProvider()
- Returns:
provider(The practitioner who is responsible for the action specified in this request.)
-
hasProvider
public boolean hasProvider()
-
setProvider
public ProcessRequest setProvider(Reference value)
- Parameters:
value-provider(The practitioner who is responsible for the action specified in this request.)
-
getProviderTarget
public Practitioner getProviderTarget()
- Returns:
providerThe 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 action specified in this request.)
-
setProviderTarget
public ProcessRequest setProviderTarget(Practitioner value)
- Parameters:
value-providerThe 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 action specified in this request.)
-
getOrganization
public Reference getOrganization()
- Returns:
organization(The organization which is responsible for the action speccified in this request.)
-
hasOrganization
public boolean hasOrganization()
-
setOrganization
public ProcessRequest setOrganization(Reference value)
- Parameters:
value-organization(The organization which is responsible for the action speccified in this request.)
-
getOrganizationTarget
public Organization getOrganizationTarget()
- Returns:
organizationThe 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 action speccified in this request.)
-
setOrganizationTarget
public ProcessRequest setOrganizationTarget(Organization value)
- Parameters:
value-organizationThe 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 action speccified in this request.)
-
getRequest
public Reference getRequest()
- Returns:
request(Reference of resource which is the target or subject of this action.)
-
hasRequest
public boolean hasRequest()
-
setRequest
public ProcessRequest setRequest(Reference value)
- Parameters:
value-request(Reference of resource which is the target or subject of this action.)
-
getRequestTarget
public Resource getRequestTarget()
- Returns:
requestThe 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 of resource which is the target or subject of this action.)
-
setRequestTarget
public ProcessRequest setRequestTarget(Resource value)
- Parameters:
value-requestThe 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 of resource which is the target or subject of this action.)
-
getResponse
public Reference getResponse()
- Returns:
response(Reference of a prior response to resource which is the target or subject of this action.)
-
hasResponse
public boolean hasResponse()
-
setResponse
public ProcessRequest setResponse(Reference value)
- Parameters:
value-response(Reference of a prior response to resource which is the target or subject of this action.)
-
getResponseTarget
public Resource getResponseTarget()
- Returns:
responseThe 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 of a prior response to resource which is the target or subject of this action.)
-
setResponseTarget
public ProcessRequest setResponseTarget(Resource value)
- Parameters:
value-responseThe 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 of a prior response to resource which is the target or subject of this action.)
-
getNullifyElement
public BooleanType getNullifyElement()
- Returns:
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 value
-
hasNullifyElement
public boolean hasNullifyElement()
-
hasNullify
public boolean hasNullify()
-
setNullifyElement
public ProcessRequest setNullifyElement(BooleanType value)
- Parameters:
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 value
-
getNullify
public boolean getNullify()
- Returns:
- If true remove all history excluding audit.
-
setNullify
public ProcessRequest setNullify(boolean value)
- Parameters:
value- If true remove all history excluding audit.
-
getReferenceElement
public StringType getReferenceElement()
- Returns:
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 value
-
hasReferenceElement
public boolean hasReferenceElement()
-
hasReference
public boolean hasReference()
-
setReferenceElement
public ProcessRequest setReferenceElement(StringType value)
- Parameters:
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 value
-
getReference
public String getReference()
- Returns:
- A reference to supply which authenticates the process.
-
setReference
public ProcessRequest setReference(String value)
- Parameters:
value- A reference to supply which authenticates the process.
-
getItem
public List<ProcessRequest.ItemsComponent> getItem()
- Returns:
item(List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.)
-
setItem
public ProcessRequest setItem(List<ProcessRequest.ItemsComponent> theItem)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasItem
public boolean hasItem()
-
addItem
public ProcessRequest.ItemsComponent addItem()
-
addItem
public ProcessRequest addItem(ProcessRequest.ItemsComponent t)
-
getItemFirstRep
public ProcessRequest.ItemsComponent getItemFirstRep()
- Returns:
- The first repetition of repeating field
item, creating it if it does not already exist
-
getInclude
public List<StringType> getInclude()
- Returns:
include(Names of resource types to include.)
-
setInclude
public ProcessRequest setInclude(List<StringType> theInclude)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInclude
public boolean hasInclude()
-
addIncludeElement
public StringType addIncludeElement()
- Returns:
include(Names of resource types to include.)
-
addInclude
public ProcessRequest addInclude(String value)
- Parameters:
value-include(Names of resource types to include.)
-
hasInclude
public boolean hasInclude(String value)
- Parameters:
value-include(Names of resource types to include.)
-
getExclude
public List<StringType> getExclude()
- Returns:
exclude(Names of resource types to exclude.)
-
setExclude
public ProcessRequest setExclude(List<StringType> theExclude)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasExclude
public boolean hasExclude()
-
addExcludeElement
public StringType addExcludeElement()
- Returns:
exclude(Names of resource types to exclude.)
-
addExclude
public ProcessRequest addExclude(String value)
- Parameters:
value-exclude(Names of resource types to exclude.)
-
hasExclude
public boolean hasExclude(String value)
- Parameters:
value-exclude(Names of resource types to exclude.)
-
getPeriod
public Period getPeriod()
- Returns:
period(A period of time during which the fulfilling resources would have been created.)
-
hasPeriod
public boolean hasPeriod()
-
setPeriod
public ProcessRequest setPeriod(Period value)
- Parameters:
value-period(A period of time during which the fulfilling resources would have been created.)
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public ProcessRequest copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected ProcessRequest typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-