ActivityDefinitionParticipant

open class ActivityDefinitionParticipant: BackboneElement

Who should participate in the action.

Indicates who should participate in performing the action described.

  • Who should participate in the action.

    Indicates who should participate in performing the action described.

    Declaration

    Swift

    override open class var resourceType: String
  • E.g. Nurse, Surgeon, Parent, etc.

    Declaration

    Swift

    public var role: CodeableConcept?
  • The type of participant in the action.

    Declaration

    Swift

    public var type: ActionParticipantType?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: ActionParticipantType)
  • 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 ActivityDefinitionParticipant: BackboneElement