ProcedurePerformer

open class ProcedurePerformer: BackboneElement

The people who performed the procedure.

Limited to ‘real’ people rather than equipment.

  • The people who performed the procedure.

    Limited to ‘real’ people rather than equipment.

    Declaration

    Swift

    override open class var resourceType: String
  • The reference to the practitioner.

    Declaration

    Swift

    public var actor: Reference?
  • Organization the device or practitioner was acting for.

    Declaration

    Swift

    public var onBehalfOf: Reference?
  • The role the actor was in.

    Declaration

    Swift

    public var role: CodeableConcept?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(actor: Reference)
  • 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 ProcedurePerformer: BackboneElement