Oracle Cloud Infrastructure Documentation


Skip to main content

Hard Delete RelatedPerson

Permanently delete a soft-deleted FHIR R4 Related Person resource by logical ID.

Endpoint

POST /api/fhir/r4/RelatedPerson/{rid}/$hardDelete

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

Parameters

ParameterInRequiredTypeDescription
rid path true uuid Logical id of the RelatedPerson resource. Use the logical 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/RelatedPerson.d, https://docs.oracle.com/iaas/device-data-fhir/scopes/hard-delete
Client grant/token request ddfssystem/RelatedPerson.d, ddfshttps://docs.oracle.com/iaas/device-data-fhir/scopes/hard-delete
Issued token's scope claim system/RelatedPerson.d, https://docs.oracle.com/iaas/device-data-fhir/scopes/hard-delete

Hard-delete and purge-deleted operations require both matching resource delete authority and the canonical DDFS hard-delete scope.

Behavior

Permanently removes one deleted RelatedPerson resource instance. Requires delete authority and the hard-delete scope.

Response

The required return output has cardinality 1..1 and type OperationOutcome.

FHIR Definition

Canonical: https://hl7.org/fhir/R4/relatedperson.html

Operation definition: https://docs.oracle.com/iaas/device-data-fhir/OperationDefinition/ddfs-r4-hardDelete.json

Published JSON Definitions

  • Operation Definition JSON

Related Operations

  • Create RelatedPerson
  • Read RelatedPerson
  • Read RelatedPerson Version
  • Update RelatedPerson
  • Delete RelatedPerson
  • Search RelatedPerson
  • Hard Delete RelatedPerson
  • Purge Deleted RelatedPerson
  • Copyright © 2026, Oracle and/or its affiliates.
  • About Oracle
  • Contact Us
  • Legal Notices
  • Terms of Use & Privacy
  • Document Conventions