http://hl7.org/fhir/StructureDefinition/Endpoint|4.0.1

The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information.
description: The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information.
derivation: specialization
name: Endpoint
type: Endpoint
elements:
  connectionType:
    short: Protocol/Profile/Standard to be used with this endpoint connection
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-connection-type'}
    isSummary: true
    index: 2
  address: {short: The technical base address for connecting to this endpoint, isSummary: true, index: 9}
  managingOrganization: {short: Organization that manages this endpoint (might not be the organization that exposes the endpoint), isSummary: true, index: 4}
  name: {short: A name that this endpoint can be identified by, isSummary: true, index: 3}
  payloadMimeType:
    short: Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
    array: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'}
    isSummary: true
    index: 8
  payloadType:
    min: 1
    short: The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-payload-type'}
    isSummary: true
    index: 7
  header: {short: Usage depends on the channel type, array: true, isSummary: false, index: 10}
  status:
    isModifier: true
    short: active | suspended | error | off | entered-in-error | test
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1'}
    isModifierReason: 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
    isSummary: true
    index: 1
  identifier: {short: Identifies this endpoint across multiple systems, array: true, isSummary: true, index: 0}
  period: {short: Interval the endpoint is expected to be operational, isSummary: true, index: 6}
  contact: {short: Contact details for source (e.g. troubleshooting), array: true, index: 5}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Endpoint
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [connectionType, payloadType, address, status]