QuestionnaireResponseItemAnswer

open class QuestionnaireResponseItemAnswer: BackboneElement

The response(s) to the question.

The respondent’s answer(s) to the question.

  • The response(s) to the question.

    The respondent’s answer(s) to the question.

    Declaration

    Swift

    override open class var resourceType: String
  • Nested groups and questions.

    Declaration

    Swift

    public var item: [QuestionnaireResponseItem]?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueAttachment: Attachment?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueBoolean: FHIRBool?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueCoding: Coding?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueDate: FHIRDate?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueDateTime: DateTime?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueDecimal: FHIRDecimal?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueInteger: FHIRInteger?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueQuantity: Quantity?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueReference: Reference?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueString: FHIRString?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueTime: FHIRTime?
  • Single-valued answer to the question.

    Declaration

    Swift

    public var valueUri: FHIRURL?
  • Single-valued answer to the question.

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