Class RequestGroup
- 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.RequestGroup
-
- 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 RequestGroup extends DomainResource
A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected List<RequestGroup.RequestGroupActionComponent>actionThe actions, if any, produced by the evaluation of the artifact.protected ReferenceauthorProvides a reference to the author of the request group.static ca.uhn.fhir.rest.gclient.ReferenceClientParamAUTHORFluent Client search parameter constant for authorstatic ca.uhn.fhir.rest.gclient.DateClientParamAUTHOREDFluent Client search parameter constant for authoredprotected DateTimeTypeauthoredOnIndicates when the request group was created.protected ResourceauthorTargetThe actual object that is the target of the reference (Provides a reference to the author of the request group.)protected List<Reference>basedOnA plan, proposal or order that is fulfilled in whole or in part by this request.protected List<Resource>basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this request.)protected ReferencecontextDescribes the context of the request group, if any.static ca.uhn.fhir.rest.gclient.ReferenceClientParamCONTEXTFluent Client search parameter constant for contextprotected ResourcecontextTargetThe actual object that is the target of the reference (Describes the context of the request group, if any.)protected List<Reference>definitionA protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.static ca.uhn.fhir.rest.gclient.ReferenceClientParamDEFINITIONFluent Client search parameter constant for definitionprotected List<Resource>definitionTargetThe actual objects that are the target of the reference (A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)static ca.uhn.fhir.rest.gclient.ReferenceClientParamENCOUNTERFluent Client search parameter constant for encounterstatic ca.uhn.fhir.rest.gclient.TokenClientParamGROUP_IDENTIFIERFluent Client search parameter constant for group-identifierprotected IdentifiergroupIdentifierA shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.protected List<Identifier>identifierAllows a service to provide a unique, business identifier for the request.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_AUTHORConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_CONTEXTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_DEFINITIONConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_ENCOUNTERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PARTICIPANTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PATIENTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SUBJECTConstant for fluent queries to be used to add include statements.protected Enumeration<RequestGroup.RequestIntent>intentIndicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.static ca.uhn.fhir.rest.gclient.TokenClientParamINTENTFluent Client search parameter constant for intentprotected List<Annotation>noteProvides a mechanism to communicate additional information about the response.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPARTICIPANTFluent Client search parameter constant for participantstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientprotected Enumeration<RequestGroup.RequestPriority>priorityIndicates how quickly the request should be addressed with respect to other requests.static ca.uhn.fhir.rest.gclient.TokenClientParamPRIORITYFluent Client search parameter constant for priorityprotected TypereasonIndicates the reason the request group was created.protected List<Reference>replacesCompleted or terminated request(s) whose function is taken by this new request.protected List<Resource>replacesTargetThe actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)static StringSP_AUTHORSearch parameter: authorstatic StringSP_AUTHOREDSearch parameter: authoredstatic StringSP_CONTEXTSearch parameter: contextstatic StringSP_DEFINITIONSearch parameter: definitionstatic StringSP_ENCOUNTERSearch parameter: encounterstatic StringSP_GROUP_IDENTIFIERSearch parameter: group-identifierstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_INTENTSearch parameter: intentstatic StringSP_PARTICIPANTSearch parameter: participantstatic StringSP_PATIENTSearch parameter: patientstatic StringSP_PRIORITYSearch parameter: prioritystatic StringSP_STATUSSearch parameter: statusstatic StringSP_SUBJECTSearch parameter: subjectprotected Enumeration<RequestGroup.RequestStatus>statusThe current state of the request.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected ReferencesubjectThe subject for which the request group was created.static ca.uhn.fhir.rest.gclient.ReferenceClientParamSUBJECTFluent Client search parameter constant for subjectprotected ResourcesubjectTargetThe actual object that is the target of the reference (The subject for which the request group was created.)-
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 RequestGroup()ConstructorRequestGroup(Enumeration<RequestGroup.RequestStatus> status, Enumeration<RequestGroup.RequestIntent> intent)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
Allows a service to provide a unique, business identifier for the request.
-
definition
protected List<Reference> definition
A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.
-
definitionTarget
protected List<Resource> definitionTarget
The actual objects that are the target of the reference (A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
basedOn
protected List<Reference> basedOn
A plan, proposal or order that is fulfilled in whole or in part by this request.
-
basedOnTarget
protected List<Resource> basedOnTarget
The actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this request.)
-
replaces
protected List<Reference> replaces
Completed or terminated request(s) whose function is taken by this new request.
-
replacesTarget
protected List<Resource> replacesTarget
The actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)
-
groupIdentifier
protected Identifier groupIdentifier
A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.
-
status
protected Enumeration<RequestGroup.RequestStatus> status
The current state of the request. For request groups, the status reflects the status of all the requests in the group.
-
intent
protected Enumeration<RequestGroup.RequestIntent> intent
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.
-
priority
protected Enumeration<RequestGroup.RequestPriority> priority
Indicates how quickly the request should be addressed with respect to other requests.
-
subjectTarget
protected Resource subjectTarget
The actual object that is the target of the reference (The subject for which the request group was created.)
-
contextTarget
protected Resource contextTarget
The actual object that is the target of the reference (Describes the context of the request group, if any.)
-
authoredOn
protected DateTimeType authoredOn
Indicates when the request group was created.
-
authorTarget
protected Resource authorTarget
The actual object that is the target of the reference (Provides a reference to the author of the request group.)
-
reason
protected Type reason
Indicates the reason the request group was created. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.
-
note
protected List<Annotation> note
Provides a mechanism to communicate additional information about the response.
-
action
protected List<RequestGroup.RequestGroupActionComponent> action
The actions, if any, produced by the evaluation of the artifact.
-
SP_AUTHORED
public static final String SP_AUTHORED
Search parameter: authoredDescription: The date the request group was authored
Type: date
Path: RequestGroup.authoredOn
- See Also:
- Constant Field Values
-
AUTHORED
public static final ca.uhn.fhir.rest.gclient.DateClientParam AUTHORED
Fluent Client search parameter constant for authoredDescription: The date the request group was authored
Type: date
Path: RequestGroup.authoredOn
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: External identifiers for the request group
Type: token
Path: RequestGroup.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: External identifiers for the request group
Type: token
Path: RequestGroup.identifier
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter: subjectDescription: The subject that the request group is about
Type: reference
Path: RequestGroup.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 subject that the request group is about
Type: reference
Path: RequestGroup.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 "RequestGroup:subject".
-
SP_AUTHOR
public static final String SP_AUTHOR
Search parameter: authorDescription: The author of the request group
Type: reference
Path: RequestGroup.author
- See Also:
- Constant Field Values
-
AUTHOR
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
Fluent Client search parameter constant for authorDescription: The author of the request group
Type: reference
Path: RequestGroup.author
-
INCLUDE_AUTHOR
public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:author".
-
SP_ENCOUNTER
public static final String SP_ENCOUNTER
Search parameter: encounterDescription: The encounter the request group applies to
Type: reference
Path: RequestGroup.context
- See Also:
- Constant Field Values
-
ENCOUNTER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
Fluent Client search parameter constant for encounterDescription: The encounter the request group applies to
Type: reference
Path: RequestGroup.context
-
INCLUDE_ENCOUNTER
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:encounter".
-
SP_PRIORITY
public static final String SP_PRIORITY
Search parameter: priorityDescription: The priority of the request group
Type: token
Path: RequestGroup.priority
- See Also:
- Constant Field Values
-
PRIORITY
public static final ca.uhn.fhir.rest.gclient.TokenClientParam PRIORITY
Fluent Client search parameter constant for priorityDescription: The priority of the request group
Type: token
Path: RequestGroup.priority
-
SP_INTENT
public static final String SP_INTENT
Search parameter: intentDescription: The intent of the request group
Type: token
Path: RequestGroup.intent
- See Also:
- Constant Field Values
-
INTENT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam INTENT
Fluent Client search parameter constant for intentDescription: The intent of the request group
Type: token
Path: RequestGroup.intent
-
SP_PARTICIPANT
public static final String SP_PARTICIPANT
Search parameter: participantDescription: The participant in the requests in the group
Type: reference
Path: RequestGroup.action.participant
- See Also:
- Constant Field Values
-
PARTICIPANT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PARTICIPANT
Fluent Client search parameter constant for participantDescription: The participant in the requests in the group
Type: reference
Path: RequestGroup.action.participant
-
INCLUDE_PARTICIPANT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PARTICIPANT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:participant".
-
SP_GROUP_IDENTIFIER
public static final String SP_GROUP_IDENTIFIER
Search parameter: group-identifierDescription: The group identifier for the request group
Type: token
Path: RequestGroup.groupIdentifier
- See Also:
- Constant Field Values
-
GROUP_IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam GROUP_IDENTIFIER
Fluent Client search parameter constant for group-identifierDescription: The group identifier for the request group
Type: token
Path: RequestGroup.groupIdentifier
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: The identity of a patient to search for request groups
Type: reference
Path: RequestGroup.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 identity of a patient to search for request groups
Type: reference
Path: RequestGroup.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 "RequestGroup:patient".
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: The context the request group applies to
Type: reference
Path: RequestGroup.context
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: The context the request group applies to
Type: reference
Path: RequestGroup.context
-
INCLUDE_CONTEXT
public static final ca.uhn.fhir.model.api.Include INCLUDE_CONTEXT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:context".
-
SP_DEFINITION
public static final String SP_DEFINITION
Search parameter: definitionDescription: The definition from which the request group is realized
Type: reference
Path: RequestGroup.definition
- See Also:
- Constant Field Values
-
DEFINITION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DEFINITION
Fluent Client search parameter constant for definitionDescription: The definition from which the request group is realized
Type: reference
Path: RequestGroup.definition
-
INCLUDE_DEFINITION
public static final ca.uhn.fhir.model.api.Include INCLUDE_DEFINITION
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:definition".
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The status of the request group
Type: token
Path: RequestGroup.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The status of the request group
Type: token
Path: RequestGroup.status
-
-
Constructor Detail
-
RequestGroup
public RequestGroup()
Constructor
-
RequestGroup
public RequestGroup(Enumeration<RequestGroup.RequestStatus> status, Enumeration<RequestGroup.RequestIntent> intent)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(Allows a service to provide a unique, business identifier for the request.)
-
setIdentifier
public RequestGroup setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public RequestGroup addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist
-
getDefinition
public List<Reference> getDefinition()
- Returns:
definition(A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
setDefinition
public RequestGroup setDefinition(List<Reference> theDefinition)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasDefinition
public boolean hasDefinition()
-
addDefinition
public Reference addDefinition()
-
addDefinition
public RequestGroup addDefinition(Reference t)
-
getDefinitionFirstRep
public Reference getDefinitionFirstRep()
- Returns:
- The first repetition of repeating field
definition, creating it if it does not already exist
-
getDefinitionTarget
@Deprecated public List<Resource> getDefinitionTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getBasedOn
public List<Reference> getBasedOn()
- Returns:
basedOn(A plan, proposal or order that is fulfilled in whole or in part by this request.)
-
setBasedOn
public RequestGroup setBasedOn(List<Reference> theBasedOn)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasBasedOn
public boolean hasBasedOn()
-
addBasedOn
public Reference addBasedOn()
-
addBasedOn
public RequestGroup addBasedOn(Reference t)
-
getBasedOnFirstRep
public Reference getBasedOnFirstRep()
- Returns:
- The first repetition of repeating field
basedOn, creating it if it does not already exist
-
getBasedOnTarget
@Deprecated public List<Resource> getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getReplaces
public List<Reference> getReplaces()
- Returns:
replaces(Completed or terminated request(s) whose function is taken by this new request.)
-
setReplaces
public RequestGroup setReplaces(List<Reference> theReplaces)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReplaces
public boolean hasReplaces()
-
addReplaces
public Reference addReplaces()
-
addReplaces
public RequestGroup addReplaces(Reference t)
-
getReplacesFirstRep
public Reference getReplacesFirstRep()
- Returns:
- The first repetition of repeating field
replaces, creating it if it does not already exist
-
getReplacesTarget
@Deprecated public List<Resource> getReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getGroupIdentifier
public Identifier getGroupIdentifier()
- Returns:
groupIdentifier(A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.)
-
hasGroupIdentifier
public boolean hasGroupIdentifier()
-
setGroupIdentifier
public RequestGroup setGroupIdentifier(Identifier value)
- Parameters:
value-groupIdentifier(A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.)
-
getStatusElement
public Enumeration<RequestGroup.RequestStatus> getStatusElement()
- Returns:
status(The current state of the request. For request groups, the status reflects the status of all the requests in the group.). 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 RequestGroup setStatusElement(Enumeration<RequestGroup.RequestStatus> value)
- Parameters:
value-status(The current state of the request. For request groups, the status reflects the status of all the requests in the group.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public RequestGroup.RequestStatus getStatus()
- Returns:
- The current state of the request. For request groups, the status reflects the status of all the requests in the group.
-
setStatus
public RequestGroup setStatus(RequestGroup.RequestStatus value)
- Parameters:
value- The current state of the request. For request groups, the status reflects the status of all the requests in the group.
-
getIntentElement
public Enumeration<RequestGroup.RequestIntent> getIntentElement()
- Returns:
intent(Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.). This is the underlying object with id, value and extensions. The accessor "getIntent" gives direct access to the value
-
hasIntentElement
public boolean hasIntentElement()
-
hasIntent
public boolean hasIntent()
-
setIntentElement
public RequestGroup setIntentElement(Enumeration<RequestGroup.RequestIntent> value)
- Parameters:
value-intent(Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.). This is the underlying object with id, value and extensions. The accessor "getIntent" gives direct access to the value
-
getIntent
public RequestGroup.RequestIntent getIntent()
- Returns:
- Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.
-
setIntent
public RequestGroup setIntent(RequestGroup.RequestIntent value)
- Parameters:
value- Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.
-
getPriorityElement
public Enumeration<RequestGroup.RequestPriority> getPriorityElement()
- Returns:
priority(Indicates how quickly the request should be addressed with respect to other requests.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the value
-
hasPriorityElement
public boolean hasPriorityElement()
-
hasPriority
public boolean hasPriority()
-
setPriorityElement
public RequestGroup setPriorityElement(Enumeration<RequestGroup.RequestPriority> value)
- Parameters:
value-priority(Indicates how quickly the request should be addressed with respect to other requests.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the value
-
getPriority
public RequestGroup.RequestPriority getPriority()
- Returns:
- Indicates how quickly the request should be addressed with respect to other requests.
-
setPriority
public RequestGroup setPriority(RequestGroup.RequestPriority value)
- Parameters:
value- Indicates how quickly the request should be addressed with respect to other requests.
-
getSubject
public Reference getSubject()
- Returns:
subject(The subject for which the request group was created.)
-
hasSubject
public boolean hasSubject()
-
setSubject
public RequestGroup setSubject(Reference value)
- Parameters:
value-subject(The subject for which the request group was created.)
-
getSubjectTarget
public Resource getSubjectTarget()
- Returns:
subjectThe 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 subject for which the request group was created.)
-
setSubjectTarget
public RequestGroup setSubjectTarget(Resource value)
- Parameters:
value-subjectThe 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 subject for which the request group was created.)
-
getContext
public Reference getContext()
- Returns:
context(Describes the context of the request group, if any.)
-
hasContext
public boolean hasContext()
-
setContext
public RequestGroup setContext(Reference value)
- Parameters:
value-context(Describes the context of the request group, if any.)
-
getContextTarget
public Resource getContextTarget()
- Returns:
contextThe 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. (Describes the context of the request group, if any.)
-
setContextTarget
public RequestGroup setContextTarget(Resource value)
- Parameters:
value-contextThe 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. (Describes the context of the request group, if any.)
-
getAuthoredOnElement
public DateTimeType getAuthoredOnElement()
- Returns:
authoredOn(Indicates when the request group was created.). This is the underlying object with id, value and extensions. The accessor "getAuthoredOn" gives direct access to the value
-
hasAuthoredOnElement
public boolean hasAuthoredOnElement()
-
hasAuthoredOn
public boolean hasAuthoredOn()
-
setAuthoredOnElement
public RequestGroup setAuthoredOnElement(DateTimeType value)
- Parameters:
value-authoredOn(Indicates when the request group was created.). This is the underlying object with id, value and extensions. The accessor "getAuthoredOn" gives direct access to the value
-
getAuthoredOn
public Date getAuthoredOn()
- Returns:
- Indicates when the request group was created.
-
setAuthoredOn
public RequestGroup setAuthoredOn(Date value)
- Parameters:
value- Indicates when the request group was created.
-
getAuthor
public Reference getAuthor()
- Returns:
author(Provides a reference to the author of the request group.)
-
hasAuthor
public boolean hasAuthor()
-
setAuthor
public RequestGroup setAuthor(Reference value)
- Parameters:
value-author(Provides a reference to the author of the request group.)
-
getAuthorTarget
public Resource getAuthorTarget()
- Returns:
authorThe 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. (Provides a reference to the author of the request group.)
-
setAuthorTarget
public RequestGroup setAuthorTarget(Resource value)
- Parameters:
value-authorThe 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. (Provides a reference to the author of the request group.)
-
getReason
public Type getReason()
- Returns:
reason(Indicates the reason the request group was created. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.)
-
getReasonCodeableConcept
public CodeableConcept getReasonCodeableConcept() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
reason(Indicates the reason the request group was created. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasReasonCodeableConcept
public boolean hasReasonCodeableConcept()
-
getReasonReference
public Reference getReasonReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
reason(Indicates the reason the request group was created. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasReasonReference
public boolean hasReasonReference()
-
hasReason
public boolean hasReason()
-
setReason
public RequestGroup setReason(Type value) throws org.hl7.fhir.exceptions.FHIRFormatError
- Parameters:
value-reason(Indicates the reason the request group was created. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.)- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getNote
public List<Annotation> getNote()
- Returns:
note(Provides a mechanism to communicate additional information about the response.)
-
setNote
public RequestGroup setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public RequestGroup addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist
-
getAction
public List<RequestGroup.RequestGroupActionComponent> getAction()
- Returns:
action(The actions, if any, produced by the evaluation of the artifact.)
-
setAction
public RequestGroup setAction(List<RequestGroup.RequestGroupActionComponent> theAction)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAction
public boolean hasAction()
-
addAction
public RequestGroup.RequestGroupActionComponent addAction()
-
addAction
public RequestGroup addAction(RequestGroup.RequestGroupActionComponent t)
-
getActionFirstRep
public RequestGroup.RequestGroupActionComponent getActionFirstRep()
- Returns:
- The first repetition of repeating field
action, creating it if it does not already exist
-
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 RequestGroup copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected RequestGroup 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
-
-