Class RequestGroup
- java.lang.Object
-
- org.hl7.fhir.r4.model.Base
-
- org.hl7.fhir.r4.model.BaseResource
-
- org.hl7.fhir.r4.model.Resource
-
- org.hl7.fhir.r4.model.DomainResource
-
- org.hl7.fhir.r4.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 CodeableConceptcodeA code that identifies what the overall request group is.static ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codeprotected ReferenceencounterDescribes the context of the request group, if any.static ca.uhn.fhir.rest.gclient.ReferenceClientParamENCOUNTERFluent Client search parameter constant for encounterprotected EncounterencounterTargetThe actual object that is the target of the reference (Describes the context of the request group, if any.)static 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_ENCOUNTERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_INSTANTIATES_CANONICALConstant 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.static ca.uhn.fhir.rest.gclient.ReferenceClientParamINSTANTIATES_CANONICALFluent Client search parameter constant for instantiates-canonicalstatic ca.uhn.fhir.rest.gclient.UriClientParamINSTANTIATES_URIFluent Client search parameter constant for instantiates-uriprotected List<CanonicalType>instantiatesCanonicalA canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.protected List<UriType>instantiatesUriA URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.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 List<CodeableConcept>reasonCodeDescribes the reason for the request group in coded or textual form.protected List<Reference>reasonReferenceIndicates another resource whose existence justifies this request group.protected List<Resource>reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this request group.)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_CODESearch parameter: codestatic StringSP_ENCOUNTERSearch parameter: encounterstatic StringSP_GROUP_IDENTIFIERSearch parameter: group-identifierstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_INSTANTIATES_CANONICALSearch parameter: instantiates-canonicalstatic StringSP_INSTANTIATES_URISearch parameter: instantiates-uristatic 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.r4.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.r4.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.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, 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.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, 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.
-
instantiatesCanonical
protected List<CanonicalType> instantiatesCanonical
A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.
-
instantiatesUri
protected List<UriType> instantiatesUri
A URL referencing an externally defined 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.
-
code
protected CodeableConcept code
A code that identifies what the overall request group is.
-
subjectTarget
protected Resource subjectTarget
The actual object that is the target of the reference (The subject for which the request group was created.)
-
encounterTarget
protected Encounter encounterTarget
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.)
-
reasonCode
protected List<CodeableConcept> reasonCode
Describes the reason for the request group in coded or textual form.
-
reasonReference
protected List<Reference> reasonReference
Indicates another resource whose existence justifies this request group.
-
reasonReferenceTarget
protected List<Resource> reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this request group.)
-
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_CODE
public static final String SP_CODE
Search parameter: codeDescription: The code of the request group
Type: token
Path: RequestGroup.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: The code of the request group
Type: token
Path: RequestGroup.code
-
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_INSTANTIATES_CANONICAL
public static final String SP_INSTANTIATES_CANONICAL
Search parameter: instantiates-canonicalDescription: The FHIR-based definition from which the request group is realized
Type: reference
Path: RequestGroup.instantiatesCanonical
- See Also:
- Constant Field Values
-
INSTANTIATES_CANONICAL
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam INSTANTIATES_CANONICAL
Fluent Client search parameter constant for instantiates-canonicalDescription: The FHIR-based definition from which the request group is realized
Type: reference
Path: RequestGroup.instantiatesCanonical
-
INCLUDE_INSTANTIATES_CANONICAL
public static final ca.uhn.fhir.model.api.Include INCLUDE_INSTANTIATES_CANONICAL
Constant for fluent queries to be used to add include statements. Specifies the path value of "RequestGroup:instantiates-canonical".
-
SP_ENCOUNTER
public static final String SP_ENCOUNTER
Search parameter: encounterDescription: The encounter the request group applies to
Type: reference
Path: RequestGroup.encounter
- 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.encounter
-
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_INSTANTIATES_URI
public static final String SP_INSTANTIATES_URI
Search parameter: instantiates-uriDescription: The external definition from which the request group is realized
Type: uri
Path: RequestGroup.instantiatesUri
- See Also:
- Constant Field Values
-
INSTANTIATES_URI
public static final ca.uhn.fhir.rest.gclient.UriClientParam INSTANTIATES_URI
Fluent Client search parameter constant for instantiates-uriDescription: The external definition from which the request group is realized
Type: uri
Path: RequestGroup.instantiatesUri
-
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
-
getInstantiatesCanonical
public List<CanonicalType> getInstantiatesCanonical()
- Returns:
instantiatesCanonical(A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
setInstantiatesCanonical
public RequestGroup setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical()
-
addInstantiatesCanonicalElement
public CanonicalType addInstantiatesCanonicalElement()
- Returns:
instantiatesCanonical(A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
addInstantiatesCanonical
public RequestGroup addInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
getInstantiatesUri
public List<UriType> getInstantiatesUri()
- Returns:
instantiatesUri(A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
setInstantiatesUri
public RequestGroup setInstantiatesUri(List<UriType> theInstantiatesUri)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesUri
public boolean hasInstantiatesUri()
-
addInstantiatesUriElement
public UriType addInstantiatesUriElement()
- Returns:
instantiatesUri(A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
addInstantiatesUri
public RequestGroup addInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
hasInstantiatesUri
public boolean hasInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
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.
-
getCode
public CodeableConcept getCode()
- Returns:
code(A code that identifies what the overall request group is.)
-
hasCode
public boolean hasCode()
-
setCode
public RequestGroup setCode(CodeableConcept value)
- Parameters:
value-code(A code that identifies what the overall request group is.)
-
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.)
-
getEncounter
public Reference getEncounter()
- Returns:
encounter(Describes the context of the request group, if any.)
-
hasEncounter
public boolean hasEncounter()
-
setEncounter
public RequestGroup setEncounter(Reference value)
- Parameters:
value-encounter(Describes the context of the request group, if any.)
-
getEncounterTarget
public Encounter getEncounterTarget()
- Returns:
encounterThe 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.)
-
setEncounterTarget
public RequestGroup setEncounterTarget(Encounter value)
- Parameters:
value-encounterThe 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.)
-
getReasonCode
public List<CodeableConcept> getReasonCode()
- Returns:
reasonCode(Describes the reason for the request group in coded or textual form.)
-
setReasonCode
public RequestGroup setReasonCode(List<CodeableConcept> theReasonCode)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonCode
public boolean hasReasonCode()
-
addReasonCode
public CodeableConcept addReasonCode()
-
addReasonCode
public RequestGroup addReasonCode(CodeableConcept t)
-
getReasonCodeFirstRep
public CodeableConcept getReasonCodeFirstRep()
- Returns:
- The first repetition of repeating field
reasonCode, creating it if it does not already exist
-
getReasonReference
public List<Reference> getReasonReference()
- Returns:
reasonReference(Indicates another resource whose existence justifies this request group.)
-
setReasonReference
public RequestGroup setReasonReference(List<Reference> theReasonReference)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonReference
public boolean hasReasonReference()
-
addReasonReference
public Reference addReasonReference()
-
addReasonReference
public RequestGroup addReasonReference(Reference t)
-
getReasonReferenceFirstRep
public Reference getReasonReferenceFirstRep()
- Returns:
- The first repetition of repeating field
reasonReference, creating it if it does not already exist
-
getReasonReferenceTarget
@Deprecated public List<Resource> getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
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
-
copyValues
public void copyValues(RequestGroup dst)
-
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
-
-