supportedInteraction property

List<FhirCode>? supportedInteraction
inherited

supportedInteraction The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE). If not present, all supported interactions are assumed.

Implementation

List<FhirCode>? get supportedInteraction =>
    throw _privateConstructorUsedError;