Skip to main content

Endpoint

Trial Use 2 Base

The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address. This may include any security context information.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Endpoint
InteractionMethodPath
ReadGET/fhir/R5/Endpoint/[id]
VreadGET/fhir/R5/Endpoint/[id]/_history/[vid]
UpdatePUT/fhir/R5/Endpoint/[id]
PatchPATCH/fhir/R5/Endpoint/[id]
DeleteDELETE/fhir/R5/Endpoint/[id]
CreatePOST/fhir/R5/Endpoint
SearchGET/fhir/R5/Endpoint?...
HistoryGET/fhir/R5/Endpoint/[id]/_history
Type-historyGET/fhir/R5/Endpoint/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Identifies this endpoint across multiple systems
statuscode1..1active
connectionTypeCodeableConcept1..*Protocol/Profile/Standard to be used with this endpoint connection
namestring0..1A name that this endpoint can be identified by
descriptionstring0..1Additional details about the endpoint that could be displayed as further information to identify the description beyond its name
environmentTypeCodeableConcept0..*The type of environment(s) exposed at this endpoint
managingOrganizationReference0..1Organization that manages this endpoint (might not be the organization that exposes the endpoint)
contactContactPoint0..*Contact details for source (e.g. troubleshooting)
periodPeriod0..1Interval the endpoint is expected to be operational
payloadBackboneElement0..*Set of payloads that are provided by this endpoint
addressurl1..1The technical base address for connecting to this endpoint
headerstring0..*Usage depends on the channel type

Resource-specific search parameters

ParameterTypeDescription
connection-typetokenProtocol/Profile/Standard to be used with this endpoint connection
identifiertokenIdentifies this endpoint across multiple systems
namestringA name that this endpoint can be identified by
organizationreferenceThe organization that is managing the endpoint
payload-typetokenThe type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
statustokenThe current status of the Endpoint (usually expected to be active)

Reference

  • Official FHIR R5 spec: Endpoint
  • Maturity: Trial Use 2 (FMM 2).