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