This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Responsible
Owner:
Patient
Administration
Work
Group
|
Normative
|
|
Compartments
:
|
Detailed Descriptions for the elements in the Endpoint resource.
| Endpoint | |
|
| Endpoint |
| Definition |
The
technical
details
of
an
endpoint
that
can
be
used
for
electronic
services,
such
as
for
web
services
providing
|
| Short Display | The technical details of an endpoint that can be used for electronic services |
| Cardinality | 0..* |
|
| DomainResource |
| Summary | false |
| Endpoint.identifier | |
|
|
Endpoint.identifier |
| Definition |
Identifier for the organization that is used to identify the endpoint across multiple disparate systems. |
|
| Identifies this endpoint across multiple systems |
| Note |
This
is
a
business
|
|
|
0..* |
| Type | Identifier |
| Summary | true |
| Endpoint.status | |
|
| Endpoint.status |
| Definition |
The endpoint status represents whether the endpoint can currently be used for connections or why it can't be used. |
| Short Display |
active
|
limited
|
suspended
|
error
|
off
|
|
|
|
1..1 |
| Terminology Binding |
|
| Type | code |
| Is Modifier | true (Reason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid) |
| Summary | true |
| Comments |
This element is labeled as a modifier because the status contains codes that mark the endpoint as not currently valid. Temporary downtimes or other unexpected short-term changes in availability would not be represented in this property. |
| Endpoint.connectionType | |
|
| Endpoint.connectionType |
| Definition |
A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way. (e.g. XDS.b/DICOM/cds-hook). |
| Short Display | Protocol/Profile/Standard to be used with this endpoint connection |
| Cardinality |
|
| Terminology Binding |
Endpoint
Connection
Type
(
|
| Type |
|
| Summary | true |
| Comments |
For additional connectivity details for the protocol, extensions will be used at this point, as in the XDS example. If there are multiple payload types or mimetypes they are all applicable for all connection types, and all have the same status. |
| Endpoint.name | |
|
| Endpoint.name |
| Definition |
A friendly name that this endpoint can be referred to with. |
| Short Display | A name that this endpoint can be identified by |
|
|
0..1 |
| Type | string |
| Summary | true |
| Endpoint.description | |
| Element Id | Endpoint.description |
| Definition | The description of the endpoint and what it is for (typically used as supplemental information in an endpoint directory describing its usage/purpose). |
| Short Display | Additional details about the endpoint that could be displayed as further information to identify the description beyond its name |
| Cardinality | 0..1 |
| Type | string |
| Summary | true |
| Endpoint.environmentType | |
| Element Id | Endpoint.environmentType |
| Definition | The type of environment(s) exposed at this endpoint (dev, prod, test, etc.). |
| Short Display | The type of environment(s) exposed at this endpoint |
| Cardinality | 0..* |
| Terminology Binding | Endpoint Environment ( Extensible ) |
| Type | CodeableConcept |
| Summary | true |
| Endpoint.managingOrganization | |
|
| Endpoint.managingOrganization |
| Definition |
The
organization
that
|
| Short Display | Organization that manages this endpoint (might not be the organization that exposes the endpoint) |
| Cardinality | 0..1 |
| Type | Reference ( Organization ) |
| Summary | true |
| Comments |
This property would NOT be used if the organization is only providing technical infrastructure. For example, it would NOT refer to the cloud hosting provider if that provider were not providing helpdesk support for the endpoint. This property would NOT be used to represent the entity that is the steward of the data exposed by the endpoint. This should be represented via Organization.endpoint. PractitionerRole.endpoint, Location.endpoint, or the other directory resources that may refer to endpoints.
This
property
is
not
typically
used
when
searching
for
Endpoint
resources
for
|
| Endpoint.contact | |
|
| Endpoint.contact |
| Definition |
Contact
details
for
a
human
to
contact
about
the
|
| Short Display | Contact details for source (e.g. troubleshooting) |
| Cardinality | 0..* |
| Type | ContactPoint |
| Summary | false |
| Endpoint.period | |
|
| Endpoint.period |
| Definition |
The interval during which the endpoint is expected to be operational. |
| Short Display | Interval the endpoint is expected to be operational |
| Cardinality | 0..1 |
| Type | Period |
| Summary | true |
| Comments |
Temporary downtimes or other short-term changes in availability would not be represented in this property. |
|
| |
| Element Id | Endpoint.availability |
| Definition | The times the endpoint is expected to be available, including transient downtimes and any exceptions. |
| Short Display | Times the endpoint is expected to be available (including exceptions) |
| Cardinality | 0..1 |
| Type | Availability |
| Summary | false |
| Comments | Endpoint.availability is meant to represent specific availability, including temporary downtimes or other short term changes in availability. Conversely, Endpoint.period is meant to represent the general planned period of time when the Endpoint may be used, for example when an endpoint is being commissioned or decommissioned. For example, if an Endpoint is only available during business hours (9-5), the lack of availability during the night would not be reflected in Endpoint.period,but would be reflected in Endpoint.availability. |
| Endpoint.payload | |
| Element Id | Endpoint.payload |
| Definition |
The set of payloads that are provided/available at this endpoint. |
| Short Display | Set of payloads that are provided by this endpoint |
| Cardinality | 0..* |
| Summary | false |
| Comments | Note that not all mimetypes or types will be listed under the one endpoint resource, there may be multiple instances that information for cases where other header data such as the endpoint address, active status/period etc. is different. |
| Endpoint.payload.type | |
| Element Id | Endpoint.payload.type |
| Definition |
The payload type describes the acceptable content that can be communicated on the endpoint. |
| Short Display | The type of content that may be used at this endpoint (e.g. XDS Discharge summaries) |
| Cardinality |
|
| Terminology Binding | Endpoint Payload Type ( Example ) |
| Type | CodeableConcept |
| Summary | true |
| Comments |
The
|
|
|
|
|
| Endpoint.payload.mimeType |
| Definition |
The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType). |
| Short Display | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) |
| Cardinality | 0..* |
| Terminology Binding |
|
| Type | code |
| Summary | true |
| Comments |
Sending the payload has obvious security consequences. The server is responsible for ensuring that the content is appropriately secured. |
| Endpoint.payload.profileCanonical | |
| Element Id | Endpoint.payload.profileCanonical |
| Definition |
The
FHIR
profile
that
is
expected
at
this
endpoint.
It
describes
the
resources
that
are
handled,
or
even
simply
which
resource
types
-e.g.
Vital
Sign
Observations
or
QuestionnaireResponse.
The
|
| Short Display | The profile that is expected at this endpoint |
| Cardinality | 0..* |
| Type | canonical |
| Summary | false |
| Endpoint.payload.profileUri | |
| Element Id | Endpoint.payload.profileUri |
| Definition | The profile (as a uri) that is expected at this endpoint when not represented using a FHIR profile. e.g. CDA Template ID expressed as an OID (in the Uri). |
| Short Display | The non-fhir based profile that is expected at this endpoint |
| Cardinality | 0..* |
| Type | uri |
| Summary | false |
| Endpoint.address | |
|
| Endpoint.address |
| Definition |
The uri that describes the actual end-point to connect to. |
| Short Display | The technical base address for connecting to this endpoint |
| Cardinality | 1..1 |
| Type |
|
| Summary | true |
| Comments |
For
rest-hook,
and
websocket,
the
end-point
must
be
an
http:
or
https:
URL;
for
email,
a
mailto:
url,
for
sms,
a
tel:
url,
and
for
message
the
endpoint
can
be
in
any
form
of
url
the
server
understands
(usually,
http:
or
mllp:).
The
URI
is
allowed
to
be
relative;
in
which
case,
it
is
relative
to
the
server
end-point
(since
This address will be to the service base, without any parameters, or sub-services or resources tacked on.
E.g.
for
a
WADO-RS
endpoint,
the
url
should
be
and
not
|
| Endpoint.header | |
|
| Endpoint.header |
| Definition |
Additional headers / information to send as part of the notification. |
| Short Display | Usage depends on the channel type |
|
|
0..* |
| Type | string |
| Summary | false |
| Comments |
Exactly
what
these
mean
|