Get a list of related persons

get

/RelatedPerson

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

Retrieves a list of related persons that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : BundleEntryForRelatedPerson
Type: object
Show Source
Nested Schema : resource
Match One Schema
Show Source
Nested Schema : BundleEntrySearch
Type: object
Show Source
Nested Schema : RelatedPerson
Type: object
The Oracle US Core RelatedPerson returned by read and search operations.
Show Source
Nested Schema : ProvenanceForRelatedPerson
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : address
Type: array
Show Source
Nested Schema : communication
Type: array
Show Source
Nested Schema : identifier
Type: array
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : name
Type: array
Show Source
Nested Schema : ReferenceForRelatedPerson
Type: object
Show Source
Nested Schema : relationship
Type: array
Show Source
Nested Schema : telecom
Type: array
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : CommunicationForRelatedPerson
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : HumanName
Type: object
Show Source
Nested Schema : given
Type: array
Show Source
Nested Schema : prefix
Type: array
Show Source
Nested Schema : suffix
Type: array
Show Source
Nested Schema : CodeableConceptForRelatedPerson
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForRelatedPerson
Type: object
Show Source
Nested Schema : ContactPoint
Type: object
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top