Class R4SubscriptionTopicBuilder

java.lang.Object
ca.uhn.fhir.jpa.topic.R4SubscriptionTopicBuilder

public class R4SubscriptionTopicBuilder extends Object
Builder class for creating and configuring FHIR R4 SubscriptionTopic resources.

In R4, SubscriptionTopic is represented as a Basic resource with extensions, following the pattern outlined in the FHIR Subscriptions Backport implementation guide. This builder provides a fluent API to create these resources without needing to handle extension management directly.

See Also:
  • For conversion between R4 Basic and R5 SubscriptionTopic