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

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.
description: 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.
derivation: specialization
name: Endpoint
type: Endpoint
elements:
  description: {isModifier: false, short: Additional details about the endpoint that could be displayed as further information to identify the description beyond its name, mustSupport: false, isSummary: true, index: 4}
  connectionType:
    min: 1
    isModifier: false
    short: Protocol/Profile/Standard to be used with this endpoint connection
    index: 2
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-connection-type'}
    isSummary: true
  address: {isModifier: false, short: The technical base address for connecting to this endpoint, mustSupport: false, isSummary: true, index: 12}
  payload:
    isModifier: false
    short: Set of payloads that are provided by this endpoint
    mustSupport: false
    array: true
    isSummary: false
    index: 9
    elements:
      type:
        isModifier: false
        short: The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
        mustSupport: false
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-payload-type'}
        isSummary: true
        index: 10
      mimeType:
        isModifier: false
        short: Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
        mustSupport: false
        array: true
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|5.0.0'}
        isSummary: true
        index: 11
  managingOrganization: {isModifier: false, short: Organization that manages this endpoint (might not be the organization that exposes the endpoint), mustSupport: false, isSummary: true, index: 6}
  name: {isModifier: false, short: A name that this endpoint can be identified by, mustSupport: false, isSummary: true, index: 3}
  environmentType:
    isModifier: false
    short: The type of environment(s) exposed at this endpoint
    mustSupport: false
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-environment'}
    isSummary: true
    index: 5
  header: {isModifier: false, short: Usage depends on the channel type, mustSupport: false, array: true, isSummary: false, index: 13}
  status:
    isModifier: true
    short: active | suspended | error | off | entered-in-error | test
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/endpoint-status|5.0.0'}
    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: {isModifier: false, short: Identifies this endpoint across multiple systems, mustSupport: false, array: true, isSummary: true, index: 0}
  period: {isModifier: false, short: Interval the endpoint is expected to be operational, mustSupport: false, isSummary: true, index: 8}
  contact: {isModifier: false, short: Contact details for source (e.g. troubleshooting), mustSupport: false, array: true, isSummary: false, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Endpoint
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [connectionType, address, status]