{
"resourceType" : "Questionnaire",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifiers for this questionnaire
"version" : "<string>", // Logical identifier for this version of Questionnaire
"status" : "<code>", // R! draft | published | retired
"date" : "<dateTime>", // Date this version was authored
"publisher" : "<string>", // Organization/individual who designed the questionnaire
"telecom" : [{ ContactPoint }], // Contact information of the publisher
"title" : "<string>", // Name for the questionnaire
"concept" : [{ Coding }], // Concept that represents the overall questionnaire
"subjectType" : ["<code>"], // Resource that can be subject of QuestionnaireResponse
"item" : [{ // C? Questions and sections within the Questionnaire
"linkId" : "<string>", // To link questionnaire with questionnaire response
"concept" : [{ Coding }], // C? Concept that represents this item within in a questionnaire
"text" : "<string>", // Primary text for the item
"type" : "<code>", // R! group | display | boolean | decimal | integer | date | dateTime +
"required" : <boolean>, // C? Whether the group must be included in data results
"repeats" : <boolean>, // C? Whether the group may repeat
"options" : { Reference(ValueSet) }, // C? Valueset containing permitted answers
"option" : [{ Coding }], // C? Permitted answer
"item" : [{ Content as for Questionnaire.item }] // C? Nested questionnaire items
}]
}
Questionnaire Search Parameters
The following search parameters can be used to query Questionnaire resources. Just submit them like so: