ResearchStudyArm

open class ResearchStudyArm: BackboneElement

Defined path through the study for a subject.

Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up.

  • Defined path through the study for a subject.

    Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up.

    Declaration

    Swift

    override open class var resourceType: String
  • Categorization of study arm.

    Declaration

    Swift

    public var code: CodeableConcept?
  • Short explanation of study path.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Label for study arm.

    Declaration

    Swift

    public var name: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(name: FHIRString)
  • 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 ResearchStudyArm: BackboneElement