Questionnaire
open class Questionnaire: DomainResource
A structured set of questions.
A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
-
A structured set of questions.
A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
Declaration
Swift
override open class var resourceType: String -
When the questionnaire was approved by publisher.
Declaration
Swift
public var approvalDate: FHIRDate? -
Concept that represents the overall questionnaire.
Declaration
Swift
public var code: [Coding]? -
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]? -
Use and/or publishing restrictions.
Declaration
Swift
public var copyright: FHIRString? -
Date this was last changed.
Declaration
Swift
public var date: DateTime? -
Natural language description of the questionnaire.
Declaration
Swift
public var description_fhir: FHIRString? -
When the questionnaire is expected to be used.
Declaration
Swift
public var effectivePeriod: Period? -
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool? -
Additional identifier for the questionnaire.
Declaration
Swift
public var identifier: [Identifier]? -
Questions and sections within the Questionnaire.
Declaration
Swift
public var item: [QuestionnaireItem]? -
Intended jurisdiction for questionnaire (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]? -
When the questionnaire was last reviewed.
Declaration
Swift
public var lastReviewDate: FHIRDate? -
Name for this questionnaire (computer friendly).
Declaration
Swift
public var name: FHIRString? -
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString? -
Why this questionnaire is defined.
Declaration
Swift
public var purpose: FHIRString? -
The status of this questionnaire. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus? -
Resource that can be subject of QuestionnaireResponse.
Declaration
Swift
public var subjectType: [FHIRString]? -
Name for this questionnaire (human friendly).
Declaration
Swift
public var title: FHIRString? -
Logical URI to reference this questionnaire (globally unique).
Declaration
Swift
public var url: FHIRURL? -
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]? -
Business version of the questionnaire.
Declaration
Swift
public var version: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(status: PublicationStatus) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class Questionnaire: DomainResource
View on GitHub
Install in Dash
Questionnaire Class Reference