
Package org.hl7.fhir.r5.tools
Class CDSHooksRequest
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.tools.CDSHooksElement
org.hl7.fhir.r5.tools.CDSHooksRequest
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.ICompositeType
public class CDSHooksRequest
extends CDSHooksElement
implements org.hl7.fhir.instance.model.api.ICompositeType
This structure is defined to allow the FHIR Validator to validate a CDSHooks Request Body. TODO: This content will be moved to the CDS Hooks specification in the future
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CDSHookContext
Hook-specific contextual data that the CDS service will needA structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the tokenprotected UrlType
The base URL of the CDS Client's FHIR server.protected CodeType
The hook that triggered this CDS Service callprotected UuidType
While working in the CDS Client, a user can perform multiple actions in series or in parallel.An object containing key/value pairs of FHIR queries that this Request is requesting the CDS Client to perform and provide on each Request call.Fields inherited from class org.hl7.fhir.r5.tools.CDSHooksElement
extension
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorCDSHooksRequest
(String hook, String hookInstance, CDSHookContext context) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getHook()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
hasHook()
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setContext
(CDSHookContext value) setFhirServer
(String value) setFhirServerElement
(UrlType value) setHookElement
(CodeType value) setHookInstance
(String value) setHookInstanceElement
(UuidType value) setPrefetch
(List<CDSHooksRequest.CDSHooksRequestPrefetchComponent> thePrefetch) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) protected CDSHooksRequest
Methods inherited from class org.hl7.fhir.r5.tools.CDSHooksElement
copyValues, getExtension, hasExtension, setExtension
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, 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.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
hook
The hook that triggered this CDS Service call -
hookInstance
While working in the CDS Client, a user can perform multiple actions in series or in parallel. For example, a clinician might prescribe two drugs in a row; each prescription action would be assigned a unique hookInstance. This allows a CDS Service to uniquely identify each hook invocation -
fhirServer
The base URL of the CDS Client's FHIR server. If fhirAuthorization is provided, this field is REQUIRED. The scheme MUST be https when production data is exchanged -
fhirAuthorization
A structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the token -
context
Hook-specific contextual data that the CDS service will need -
prefetch
An object containing key/value pairs of FHIR queries that this Request is requesting the CDS Client to perform and provide on each Request call. The key is a string that describes the type of data being requested and the value is a string representing the FHIR query
-
-
Constructor Details
-
CDSHooksRequest
public CDSHooksRequest()Constructor -
CDSHooksRequest
Constructor
-
-
Method Details
-
getHookElement
- Returns:
hook
(The hook that triggered this CDS Service call). This is the underlying object with id, value and extensions. The accessor "getHook" gives direct access to the value
-
hasHookElement
-
hasHook
-
setHookElement
- Parameters:
value
-hook
(The hook that triggered this CDS Service call). This is the underlying object with id, value and extensions. The accessor "getHook" gives direct access to the value
-
getHook
- Returns:
- The hook that triggered this CDS Service call
-
setHook
- Parameters:
value
- The hook that triggered this CDS Service call
-
getHookInstanceElement
- Returns:
hookInstance
(While working in the CDS Client, a user can perform multiple actions in series or in parallel. For example, a clinician might prescribe two drugs in a row; each prescription action would be assigned a unique hookInstance. This allows a CDS Service to uniquely identify each hook invocation). This is the underlying object with id, value and extensions. The accessor "getHookInstance" gives direct access to the value
-
hasHookInstanceElement
-
hasHookInstance
-
setHookInstanceElement
- Parameters:
value
-hookInstance
(While working in the CDS Client, a user can perform multiple actions in series or in parallel. For example, a clinician might prescribe two drugs in a row; each prescription action would be assigned a unique hookInstance. This allows a CDS Service to uniquely identify each hook invocation). This is the underlying object with id, value and extensions. The accessor "getHookInstance" gives direct access to the value
-
getHookInstance
- Returns:
- While working in the CDS Client, a user can perform multiple actions in series or in parallel. For example, a clinician might prescribe two drugs in a row; each prescription action would be assigned a unique hookInstance. This allows a CDS Service to uniquely identify each hook invocation
-
setHookInstance
- Parameters:
value
- While working in the CDS Client, a user can perform multiple actions in series or in parallel. For example, a clinician might prescribe two drugs in a row; each prescription action would be assigned a unique hookInstance. This allows a CDS Service to uniquely identify each hook invocation
-
getFhirServerElement
- Returns:
fhirServer
(The base URL of the CDS Client's FHIR server. If fhirAuthorization is provided, this field is REQUIRED. The scheme MUST be https when production data is exchanged). This is the underlying object with id, value and extensions. The accessor "getFhirServer" gives direct access to the value
-
hasFhirServerElement
-
hasFhirServer
-
setFhirServerElement
- Parameters:
value
-fhirServer
(The base URL of the CDS Client's FHIR server. If fhirAuthorization is provided, this field is REQUIRED. The scheme MUST be https when production data is exchanged). This is the underlying object with id, value and extensions. The accessor "getFhirServer" gives direct access to the value
-
getFhirServer
- Returns:
- The base URL of the CDS Client's FHIR server. If fhirAuthorization is provided, this field is REQUIRED. The scheme MUST be https when production data is exchanged
-
setFhirServer
- Parameters:
value
- The base URL of the CDS Client's FHIR server. If fhirAuthorization is provided, this field is REQUIRED. The scheme MUST be https when production data is exchanged
-
getFhirAuthorization
- Returns:
fhirAuthorization
(A structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the token)
-
hasFhirAuthorization
-
setFhirAuthorization
public CDSHooksRequest setFhirAuthorization(CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent value) - Parameters:
value
-fhirAuthorization
(A structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the token)
-
getContext
- Returns:
context
(Hook-specific contextual data that the CDS service will need)
-
hasContext
-
setContext
- Parameters:
value
-context
(Hook-specific contextual data that the CDS service will need)
-
getPrefetch
- Returns:
prefetch
(An object containing key/value pairs of FHIR queries that this Request is requesting the CDS Client to perform and provide on each Request call. The key is a string that describes the type of data being requested and the value is a string representing the FHIR query)
-
setPrefetch
public CDSHooksRequest setPrefetch(List<CDSHooksRequest.CDSHooksRequestPrefetchComponent> thePrefetch) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasPrefetch
-
addPrefetch
-
addPrefetch
-
getPrefetchFirstRep
- Returns:
- The first repetition of repeating field
prefetch
, creating it if it does not already exist {3}
-
listChildren
- Overrides:
listChildren
in classCDSHooksElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classCDSHooksElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classCDSHooksElement
- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Specified by:
copy
in classCDSHooksElement
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classCDSHooksElement
-
equalsShallow
- Overrides:
equalsShallow
in classCDSHooksElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classCDSHooksElement
-