MessageHeaderDestination

open class MessageHeaderDestination: BackboneElement

Message destination application(s).

The destination application which the message is intended for.

  • Message destination application(s).

    The destination application which the message is intended for.

    Declaration

    Swift

    override open class var resourceType: String
  • Actual destination address or id.

    Declaration

    Swift

    public var endpoint: FHIRURL?
  • Name of system.

    Declaration

    Swift

    public var name: FHIRString?
  • Particular delivery destination within the destination.

    Declaration

    Swift

    public var target: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(endpoint: FHIRURL)
  • 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 MessageHeaderDestination: BackboneElement