CapabilityStatementMessagingEndpoint

open class CapabilityStatementMessagingEndpoint: BackboneElement

Where messages should be sent.

An endpoint (network accessible address) to which messages and/or replies are to be sent.

  • Where messages should be sent.

    An endpoint (network accessible address) to which messages and/or replies are to be sent.

    Declaration

    Swift

    override open class var resourceType: String
  • Network address or identifier of the end-point.

    Declaration

    Swift

    public var address: FHIRURL?
  • http | ftp | mllp +.

    Declaration

    Swift

    public var protocol_fhir: Coding?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(address: FHIRURL, protocol_fhir: Coding)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class CapabilityStatementMessagingEndpoint: BackboneElement