PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/Endpoint
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.
package_name: hl7.fhir.core
derivation: specialization
name: Endpoint
type: Endpoint
elements:
  connectionType: {short: Protocol/Profile/Standard to be used with this endpoint connection, type: Coding, isSummary: true, index: 2}
  address: {short: The technical base address for connecting to this endpoint, type: uri, isSummary: true, index: 9}
  managingOrganization:
    short: Organization that manages this endpoint (might not be the organization that exposes the endpoint)
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    isSummary: true
    index: 4
  name: {short: A name that this endpoint can be identified by, type: string, 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)', type: code, array: true, isSummary: true, index: 8}
  payloadType: {min: 1, short: The type of content that may be used at this endpoint (e.g. XDS Discharge summaries), type: CodeableConcept, array: true, isSummary: true, index: 7}
  header: {short: Usage depends on the channel type, type: string, array: true, isSummary: false, index: 10}
  status: {isModifier: true, short: active | suspended | error | off | entered-in-error | test, type: code, isSummary: true, index: 1}
  identifier: {short: Identifies this endpoint across multiple systems, type: Identifier, array: true, isSummary: true, index: 0}
  period: {short: Interval the endpoint is expected to be operational, type: Period, isSummary: true, index: 6}
  contact: {type: ContactPoint, short: Contact details for source (e.g. troubleshooting), array: true, index: 5}
package_version: 3.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Endpoint
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [connectionType, payloadType, address, status]