Get a related person by ID

get

/RelatedPerson/{id}

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves an individual related person by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : RelatedPerson
Type: object
Show Source
Nested Schema : address
Type: array
(USCDI) The address where the related person can be contacted or visited.
Show Source
Nested Schema : name
Type: array
(USCDI) A name associated with the person.
Show Source
Nested Schema : patient
(USCDI) The patient this person is related to.
Match All
(USCDI) The patient this person is related to.
Show Source
Nested Schema : relationship
Type: array
(USCDI) The nature of the relationship.
Show Source
Nested Schema : telecom
Type: array
(USCDI) A contact detail for the person.
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
The street name, number, direction, P.O. Box, and so on.
Show Source
Nested Schema : HumanName
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : ContactPoint
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top