pub struct Endpoint {Show 20 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub status: Option<CodeDt>,
pub connection_type: Option<Vec<CodeableConcept>>,
pub name: Option<StringDt>,
pub description: Option<StringDt>,
pub environment_type: Option<Vec<CodeableConcept>>,
pub managing_organization: Option<Reference>,
pub contact: Option<Vec<ContactPoint>>,
pub period: Option<Period>,
pub payload: Option<Vec<EndpointPayloadBackboneElement>>,
pub address: Option<UrlDt>,
pub header: Option<Vec<StringDt>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Identifies this endpoint across multiple systems
status: Option<CodeDt>
active | suspended | error | off | entered-in-error | test
connection_type: Option<Vec<CodeableConcept>>
Protocol/Profile/Standard to be used with this endpoint connection
name: Option<StringDt>
A name that this endpoint can be identified by
description: Option<StringDt>
Additional details about the endpoint that could be displayed as further information to identify the description beyond its name
environment_type: Option<Vec<CodeableConcept>>
The type of environment(s) exposed at this endpoint
managing_organization: Option<Reference>
Organization that manages this endpoint (might not be the organization that exposes the endpoint)
contact: Option<Vec<ContactPoint>>
Contact details for source (e.g. troubleshooting)
period: Option<Period>
Interval the endpoint is expected to be operational
payload: Option<Vec<EndpointPayloadBackboneElement>>
Set of payloads that are provided by this endpoint
address: Option<UrlDt>
The technical base address for connecting to this endpoint
header: Option<Vec<StringDt>>
Usage depends on the channel type