Endpoint

The technical details of an endpoint that can be used for electronic services, such as a portal or FHIR REST services, messaging or operations, or DIRECT messaging.

The DaVinci PDEX Plan-Net Endpoint profile is based on the core FHIR Endpoint resource.

Interactions

  • Read: GET [base]/Endpoint/[id]
  • Search: GET [base]/Endpoint?{parameters...}

Search Parameters

Search Parameter

Search Parameter Type

Example

organization

reference

GET [base]/Endpoint?organization=[organization]

_id

token

GET [base]/Endpoint?_id=[_id]

_lastUpdated

date

GET [base]/Endpoint?_lastUpdated=[_lastUpdated]

Supported includes & revIncludes

_include

_revInclude

Endpoint:organization

N/A