Read SubscriptionTopic Version

Read a version of a FHIR R6 Subscription Topic resource by logical ID and version ID.

Endpoint

GET /api/fhir/r6-ballot4/SubscriptionTopic/{rid}/_history/{vid}

Base URL: https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r6-ballot4

Parameters

ParameterInRequiredTypeDescription
rid path true uuid Logical id of the SubscriptionTopic resource. Use the logical id of the resource.
vid path true string FHIR resource version id. Use the version id of the resource.

Authorization

The supported authorization model uses OAuth 2.0 scopes issued by OCI Identity Domains. Send the access token as a bearer token. Resource-server definitions and issued access-token claims use canonical system/... scopes. Client grants and token requests use the corresponding ddfssystem/... form. For examples, see Reference: Authentication and Scopes.

Context Scope form
Resource-server definition system/SubscriptionTopic.r
Client grant/token request ddfssystem/SubscriptionTopic.r
Issued token's scope claim system/SubscriptionTopic.r

Behavior

Uses the advertised SubscriptionTopic version-read interaction for logical and version ids.

FHIR Definition

Canonical: https://hl7.org/fhir/6.0.0-ballot4/subscriptiontopic.html

Related Operations