
Package ca.uhn.fhir.util
Class HapiExtensions
- java.lang.Object
-
- ca.uhn.fhir.util.HapiExtensions
-
public class HapiExtensions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXT_EXTERNALIZED_BINARY_ID
Extension ID for external binary referencesstatic String
EXT_META_SOURCE
This extension represents the equivalent of theResource.meta.source
field within R4+ resources, and is for use in DSTU3 resources.static String
EXT_RESOURCE_META_PLACEHOLDER
URL for boolean extension added to all placeholder resourcesstatic String
EXT_SEARCHPARAM_PHONETIC_ENCODER
URL for extension on a Phonetic String SearchParameter indicating that text values should be phonetically indexed with the named encoderstatic String
EXT_SEARCHPARAM_TOKEN_SUPPRESS_TEXT_INDEXING
Extension URL for extension on a SearchParameter indicating that text values should not be indexedstatic String
EXT_SP_UNIQUE
static String
EXT_SUBSCRIPTION_EMAIL_FROM
This extension should be of typestring
and should be placed on theSubscription.channel
elementstatic String
EXT_SUBSCRIPTION_MATCHING_STRATEGY
Indicate which strategy will be used to match this subscriptionstatic String
EXT_SUBSCRIPTION_PAYLOAD_SEARCH_CRITERIA
For subscription, deliver a bundle containing a search result instead of just a single resourcestatic String
EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION
This extension URL indicates whether a REST HOOK delivery should reload the resource and deliver the latest version always.static String
EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS
This extension URL indicates whether a REST HOOK delivery should include the version ID when delivering.static String
EXT_SUBSCRIPTION_SUBJECT_TEMPLATE
This extension should be of typestring
and should be placed on theSubscription.channel
elementstatic String
EXT_VALUESET_EXPANSION_MESSAGE
Message added to expansion valueset
-
-
-
Field Detail
-
EXT_SUBSCRIPTION_SUBJECT_TEMPLATE
public static final String EXT_SUBSCRIPTION_SUBJECT_TEMPLATE
This extension should be of type
string
and should be placed on theSubscription.channel
element- See Also:
- Constant Field Values
-
EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS
public static final String EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS
This extension URL indicates whether a REST HOOK delivery should include the version ID when delivering.This extension should be of type
boolean
and should be placed on theSubscription.channel
element.- See Also:
- Constant Field Values
-
EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION
public static final String EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION
This extension URL indicates whether a REST HOOK delivery should reload the resource and deliver the latest version always. This could be useful for example if a resource which triggers a subscription gets updated many times in short succession and there is no value in delivering the older versions.Note that if the resource is now deleted, this may cause the delivery to be cancelled altogether.
This extension should be of type
boolean
and should be placed on theSubscription.channel
element.- See Also:
- Constant Field Values
-
EXT_SUBSCRIPTION_MATCHING_STRATEGY
public static final String EXT_SUBSCRIPTION_MATCHING_STRATEGY
Indicate which strategy will be used to match this subscription- See Also:
- Constant Field Values
-
EXT_SUBSCRIPTION_EMAIL_FROM
public static final String EXT_SUBSCRIPTION_EMAIL_FROM
This extension should be of type
string
and should be placed on theSubscription.channel
element- See Also:
- Constant Field Values
-
EXT_EXTERNALIZED_BINARY_ID
public static final String EXT_EXTERNALIZED_BINARY_ID
Extension ID for external binary references- See Also:
- Constant Field Values
-
EXT_SUBSCRIPTION_PAYLOAD_SEARCH_CRITERIA
public static final String EXT_SUBSCRIPTION_PAYLOAD_SEARCH_CRITERIA
For subscription, deliver a bundle containing a search result instead of just a single resource- See Also:
- Constant Field Values
-
EXT_VALUESET_EXPANSION_MESSAGE
public static final String EXT_VALUESET_EXPANSION_MESSAGE
Message added to expansion valueset- See Also:
- Constant Field Values
-
EXT_SEARCHPARAM_TOKEN_SUPPRESS_TEXT_INDEXING
public static final String EXT_SEARCHPARAM_TOKEN_SUPPRESS_TEXT_INDEXING
Extension URL for extension on a SearchParameter indicating that text values should not be indexed- See Also:
- Constant Field Values
-
EXT_META_SOURCE
public static final String EXT_META_SOURCE
This extension represents the equivalent of the
Resource.meta.source
field within R4+ resources, and is for use in DSTU3 resources. It should contain a value of typeuri
and will be located on the Resource.meta- See Also:
- Constant Field Values
-
EXT_SP_UNIQUE
public static final String EXT_SP_UNIQUE
- See Also:
- Constant Field Values
-
EXT_SEARCHPARAM_PHONETIC_ENCODER
public static final String EXT_SEARCHPARAM_PHONETIC_ENCODER
URL for extension on a Phonetic String SearchParameter indicating that text values should be phonetically indexed with the named encoder- See Also:
- Constant Field Values
-
EXT_RESOURCE_META_PLACEHOLDER
public static final String EXT_RESOURCE_META_PLACEHOLDER
URL for boolean extension added to all placeholder resources- See Also:
- Constant Field Values
-
-