Endpoint
open class Endpoint: DomainResourceThe technical details of an endpoint that can be used for electronic services.
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.
- 
                  
                  The technical details of an endpoint that can be used for electronic services. 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. DeclarationSwift override open class var resourceType: String
- 
                  
                  The technical base address for connecting to this endpoint. DeclarationSwift public var address: FHIRURL?
- 
                  
                  Protocol/Profile/Standard to be used with this endpoint connection. DeclarationSwift public var connectionType: Coding?
- 
                  
                  Contact details for source (e.g. troubleshooting). DeclarationSwift public var contact: [ContactPoint]?
- 
                  
                  Usage depends on the channel type. DeclarationSwift public var header: [FHIRString]?
- 
                  
                  Identifies this endpoint across multiple systems. DeclarationSwift public var identifier: [Identifier]?
- 
                  
                  Organization that manages this endpoint (may not be the organization that exposes the endpoint). DeclarationSwift public var managingOrganization: Reference?
- 
                  
                  A name that this endpoint can be identified by. DeclarationSwift public var name: FHIRString?
- 
                  
                  Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this). DeclarationSwift public var payloadMimeType: [FHIRString]?
- 
                  
                  The type of content that may be used at this endpoint (e.g. XDS Discharge summaries). DeclarationSwift public var payloadType: [CodeableConcept]?
- 
                  
                  Interval the endpoint is expected to be operational. DeclarationSwift public var period: Period?
- 
                  
                  active | suspended | error | off | test. DeclarationSwift public var status: EndpointStatus?
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift public convenience init(address: FHIRURL, connectionType: Coding, payloadType: [CodeableConcept], status: EndpointStatus)
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
- 
                  
                  Undocumented DeclarationSwift open class Endpoint: DomainResource
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           Endpoint Class Reference
      Endpoint Class Reference