EncounterParticipant

open class EncounterParticipant: BackboneElement

List of participants involved in the encounter.

The list of people responsible for providing the service.

  • List of participants involved in the encounter.

    The list of people responsible for providing the service.

    Declaration

    Swift

    override open class var resourceType: String
  • Persons involved in the encounter other than the patient.

    Declaration

    Swift

    public var individual: Reference?
  • Period of time during the encounter that the participant participated.

    Declaration

    Swift

    public var period: Period?
  • Role of participant in encounter.

    Declaration

    Swift

    public var type: [CodeableConcept]?
  • Role of participant in encounter.

    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 EncounterParticipant: BackboneElement