interface Endpoint {
    _address?: Element;
    _header?: Element[];
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _payloadMimeType?: Element[];
    _status?: Element;
    address: url;
    connectionType: Coding;
    contact?: ContactPoint[];
    contained?: ConcreteType[];
    extension?: Extension[];
    header?: string[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    managingOrganization?: Reference;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    payloadMimeType?: code[];
    payloadType: CodeableConcept[];
    period?: Period;
    resourceType: "Endpoint";
    status: code;
    text?: Narrative;
}

Properties

_address?: Element

The technical base address for connecting to this endpoint

_header?: Element[]

Usage depends on the channel type

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

A name that this endpoint can be identified by

_payloadMimeType?: Element[]

Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)

_status?: Element

active | suspended | error | off | entered-in-error | test

address: url

The technical base address for connecting to this endpoint

connectionType: Coding

Protocol/Profile/Standard to be used with this endpoint connection

contact?: ContactPoint[]

Contact details for source (e.g. troubleshooting)

contained?: ConcreteType[]

Contained, inline Resources

extension?: Extension[]

Additional content defined by implementations

header?: string[]

Usage depends on the channel type

id?: id

Logical id of this artifact

identifier?: Identifier[]

Identifies this endpoint across multiple systems

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

managingOrganization?: Reference

Organization that manages this endpoint (might not be the organization that exposes the endpoint)

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

A name that this endpoint can be identified by

payloadMimeType?: code[]

Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)

payloadType: CodeableConcept[]

The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)

period?: Period

Interval the endpoint is expected to be operational

resourceType
status: code

active | suspended | error | off | entered-in-error | test

text?: Narrative

Text summary of the resource, for human interpretation