
Package org.hl7.fhir.r5.tools
Class CDSHooksResponse.CDSHooksResponseCardsComponent
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.CDSHooksResponse.CDSHooksResponseCardsComponent
- 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
- Enclosing class:
CDSHooksResponse
- See Also:
-
Nested Class Summary
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 MarkdownType
Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown.protected Enumeration
<CDSHooksResponse.CDSIndicatorCodesVS> Urgency/importance of what this card conveys.Allows a service to suggest a link to an app that the user might want to run for additional information or to help guide a decision.Override reasons can be selected by the end user when overriding a card without taking the suggested recommendations.Describes the intended selection behavior of the suggestions in the card.The source should be the primary source of guidance for the decision support the card represents.Allows a service to suggest a set of changes in the context of the current activity (e.g.protected StringType
One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card.protected UuidType
Unique identifier of the card.Fields inherited from class org.hl7.fhir.r5.tools.CDSHooksElement
extension
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorCDSHooksResponseCardsComponent
(String summary, CDSHooksResponse.CDSHooksResponseCardsSourceComponent source) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddLinks()
copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getLinks()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) getUuid()
boolean
boolean
boolean
boolean
boolean
hasLinks()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasUuid()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setDetailElement
(MarkdownType value) setOverrideReasons
(List<Coding> theOverrideReasons) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSuggestions
(List<CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent> theSuggestions) setSummary
(String value) setSummaryElement
(StringType value) setUuidElement
(UuidType value) 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
-
uuid
Unique identifier of the card. MAY be used for auditing and logging cards and SHALL be included in any subsequent calls to the CDS service's feedback endpoint. -
summary
One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card. -
detail
Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown. (For non-urgent cards, the CDS Client MAY hide these details until the user clicks a link like 'view more details...'). -
indicator
Urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: info, warning, critical. -
source
The source should be the primary source of guidance for the decision support the card represents. -
suggestions
Allows a service to suggest a set of changes in the context of the current activity (e.g. changing the dose of a medication currently being prescribed, for the order-sign activity). -
selectionBehavior
Describes the intended selection behavior of the suggestions in the card. Allowed values are: at-most-one, indicating that the user may choose none or at most one of the suggestions; any, indicating that the end user may choose any number of suggestions including none of them and all of them -
overrideReasons
Override reasons can be selected by the end user when overriding a card without taking the suggested recommendations. The CDS service MAY return a list of override reasons to the CDS client. -
links
Allows a service to suggest a link to an app that the user might want to run for additional information or to help guide a decision.
-
-
Constructor Details
-
CDSHooksResponseCardsComponent
public CDSHooksResponseCardsComponent()Constructor -
CDSHooksResponseCardsComponent
public CDSHooksResponseCardsComponent(String summary, CDSHooksResponse.CDSHooksResponseCardsSourceComponent source) Constructor
-
-
Method Details
-
getUuidElement
- Returns:
uuid
(Unique identifier of the card. MAY be used for auditing and logging cards and SHALL be included in any subsequent calls to the CDS service's feedback endpoint.). This is the underlying object with id, value and extensions. The accessor "getUuid" gives direct access to the value
-
hasUuidElement
-
hasUuid
-
setUuidElement
- Parameters:
value
-uuid
(Unique identifier of the card. MAY be used for auditing and logging cards and SHALL be included in any subsequent calls to the CDS service's feedback endpoint.). This is the underlying object with id, value and extensions. The accessor "getUuid" gives direct access to the value
-
getUuid
- Returns:
- Unique identifier of the card. MAY be used for auditing and logging cards and SHALL be included in any subsequent calls to the CDS service's feedback endpoint.
-
setUuid
- Parameters:
value
- Unique identifier of the card. MAY be used for auditing and logging cards and SHALL be included in any subsequent calls to the CDS service's feedback endpoint.
-
getSummaryElement
- Returns:
summary
(One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card.). This is the underlying object with id, value and extensions. The accessor "getSummary" gives direct access to the value
-
hasSummaryElement
-
hasSummary
-
setSummaryElement
- Parameters:
value
-summary
(One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card.). This is the underlying object with id, value and extensions. The accessor "getSummary" gives direct access to the value
-
getSummary
- Returns:
- One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card.
-
setSummary
- Parameters:
value
- One-sentence, invalid input: '<'140-character summary message for display to the user inside of this card.
-
getDetailElement
- Returns:
detail
(Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown. (For non-urgent cards, the CDS Client MAY hide these details until the user clicks a link like 'view more details...').). This is the underlying object with id, value and extensions. The accessor "getDetail" gives direct access to the value
-
hasDetailElement
-
hasDetail
-
setDetailElement
- Parameters:
value
-detail
(Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown. (For non-urgent cards, the CDS Client MAY hide these details until the user clicks a link like 'view more details...').). This is the underlying object with id, value and extensions. The accessor "getDetail" gives direct access to the value
-
getDetail
- Returns:
- Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown. (For non-urgent cards, the CDS Client MAY hide these details until the user clicks a link like 'view more details...').
-
setDetail
- Parameters:
value
- Optional detailed information to display; if provided MUST be represented in (GitHub Flavored) Markdown. (For non-urgent cards, the CDS Client MAY hide these details until the user clicks a link like 'view more details...').
-
getIndicatorElement
- Returns:
indicator
(Urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: info, warning, critical.). This is the underlying object with id, value and extensions. The accessor "getIndicator" gives direct access to the value
-
hasIndicatorElement
-
hasIndicator
-
setIndicatorElement
public CDSHooksResponse.CDSHooksResponseCardsComponent setIndicatorElement(Enumeration<CDSHooksResponse.CDSIndicatorCodesVS> value) - Parameters:
value
-indicator
(Urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: info, warning, critical.). This is the underlying object with id, value and extensions. The accessor "getIndicator" gives direct access to the value
-
getIndicator
- Returns:
- Urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: info, warning, critical.
-
setIndicator
public CDSHooksResponse.CDSHooksResponseCardsComponent setIndicator(CDSHooksResponse.CDSIndicatorCodesVS value) - Parameters:
value
- Urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: info, warning, critical.
-
getSource
- Returns:
source
(The source should be the primary source of guidance for the decision support the card represents.)
-
hasSource
-
setSource
public CDSHooksResponse.CDSHooksResponseCardsComponent setSource(CDSHooksResponse.CDSHooksResponseCardsSourceComponent value) - Parameters:
value
-source
(The source should be the primary source of guidance for the decision support the card represents.)
-
getSuggestions
- Returns:
suggestions
(Allows a service to suggest a set of changes in the context of the current activity (e.g. changing the dose of a medication currently being prescribed, for the order-sign activity).)
-
setSuggestions
public CDSHooksResponse.CDSHooksResponseCardsComponent setSuggestions(List<CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent> theSuggestions) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasSuggestions
-
addSuggestions
-
addSuggestions
-
getSuggestionsFirstRep
- Returns:
- The first repetition of repeating field
suggestions
, creating it if it does not already exist {3}
-
getSelectionBehaviorElement
- Returns:
selectionBehavior
(Describes the intended selection behavior of the suggestions in the card. Allowed values are: at-most-one, indicating that the user may choose none or at most one of the suggestions; any, indicating that the end user may choose any number of suggestions including none of them and all of them). This is the underlying object with id, value and extensions. The accessor "getSelectionBehavior" gives direct access to the value
-
hasSelectionBehaviorElement
-
hasSelectionBehavior
-
setSelectionBehaviorElement
public CDSHooksResponse.CDSHooksResponseCardsComponent setSelectionBehaviorElement(Enumeration<CDSHooksResponse.CDSSelectionBehaviorCodesVS> value) - Parameters:
value
-selectionBehavior
(Describes the intended selection behavior of the suggestions in the card. Allowed values are: at-most-one, indicating that the user may choose none or at most one of the suggestions; any, indicating that the end user may choose any number of suggestions including none of them and all of them). This is the underlying object with id, value and extensions. The accessor "getSelectionBehavior" gives direct access to the value
-
getSelectionBehavior
- Returns:
- Describes the intended selection behavior of the suggestions in the card. Allowed values are: at-most-one, indicating that the user may choose none or at most one of the suggestions; any, indicating that the end user may choose any number of suggestions including none of them and all of them
-
setSelectionBehavior
public CDSHooksResponse.CDSHooksResponseCardsComponent setSelectionBehavior(CDSHooksResponse.CDSSelectionBehaviorCodesVS value) - Parameters:
value
- Describes the intended selection behavior of the suggestions in the card. Allowed values are: at-most-one, indicating that the user may choose none or at most one of the suggestions; any, indicating that the end user may choose any number of suggestions including none of them and all of them
-
getOverrideReasons
- Returns:
overrideReasons
(Override reasons can be selected by the end user when overriding a card without taking the suggested recommendations. The CDS service MAY return a list of override reasons to the CDS client.)
-
setOverrideReasons
public CDSHooksResponse.CDSHooksResponseCardsComponent setOverrideReasons(List<Coding> theOverrideReasons) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasOverrideReasons
-
addOverrideReasons
-
addOverrideReasons
-
getOverrideReasonsFirstRep
- Returns:
- The first repetition of repeating field
overrideReasons
, creating it if it does not already exist {3}
-
getLinks
- Returns:
links
(Allows a service to suggest a link to an app that the user might want to run for additional information or to help guide a decision.)
-
setLinks
public CDSHooksResponse.CDSHooksResponseCardsComponent setLinks(List<CDSHooksResponse.CDSHooksResponseCardsLinksComponent> theLinks) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasLinks
-
addLinks
-
addLinks
-
getLinksFirstRep
- Returns:
- The first repetition of repeating field
links
, 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
-
copy
- Specified by:
copy
in classCDSHooksElement
-
copyValues
-
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
-
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)
-