QuestionnaireItemType
draftContentcompleteURL
http://hl7.org/fhir/item-typeCopied!
Version4.0.1Copied!
Date2019-11-01T09:29:23+11:00PublisherHL7 (FHIR Project)DescriptionDistinguishes groups from questions and display text and indicates data type for questions.
Concepts
Select a concept to view details
QuestionnaireItemType
Distinguishes groups from questions and display text and indicates data type for questions.
Properties
| Code | URL | Description | Type |
| notSelectable | http://hl7.org/fhir/concept-properties#notSelectable | Indicates that the code is abstract - only intended to be used as a selector for other concepts | boolean |
This code system http://hl7.org/fhir/item-type defines the following codes:
{
"description" : "Distinguishes groups from questions and display text and indicates data type for questions.",
"date" : "2019-11-01T09:29:23+11:00",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00"
},
"publisher" : "HL7 (FHIR Project)",
"content" : "complete",
"property" : [ {
"description" : "The concept is not intended to be chosen by the user",
"type" : "boolean",
"code" : "notSelectable",
"uri" : "http://hl7.org/fhir/concept-properties#notSelectable"
}, {
"description" : "The concept identified is a child of the concept",
"type" : "code",
"code" : "child",
"uri" : "http://hl7.org/fhir/concept-properties#child"
}, {
"description" : "The concept identified is a parent of the concept",
"type" : "code",
"code" : "parent",
"uri" : "http://hl7.org/fhir/concept-properties#parent"
} ],
"name" : "QuestionnaireItemType",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "QuestionnaireItemType",
"extension" : [ {
"valueCode" : "fhir",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"
}, {
"valueCode" : "trial-use",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
}, {
"extension" : [ {
"valueString" : "concept",
"url" : "path"
}, {
"url" : "count",
"valueInteger" : 3
} ],
"url" : "http://health-samurai.io/extensions/excised-data"
}, {
"url" : "http://health-samurai.io/extensions/source",
"valueCode" : "db"
} ],
"status" : "draft",
"id" : "cf2ad7b4-8818-468d-8e8d-54beecd44c76",
"valueSet" : "http://hl7.org/fhir/ValueSet/item-type",
"url" : "http://hl7.org/fhir/item-type",
"identifier" : [ {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.445"
} ],
"caseSensitive" : true,
"version" : "4.0.1",
"contact" : [ {
"telecom" : [ {
"system" : "url",
"value" : "http://hl7.org/fhir"
}, {
"system" : "email",
"value" : "fhir@lists.hl7.org"
} ]
} ],
"text" : {
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>QuestionnaireItemType</h2>\n <div>\n <p>Distinguishes groups from questions and display text and indicates data type for questions.</p>\n\n </div>\n <p>\n <b>Properties</b>\n </p>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>URL</b>\n </td>\n <td>\n <b>Description</b>\n </td>\n <td>\n <b>Type</b>\n </td>\n </tr>\n <tr>\n <td>notSelectable</td>\n <td>http://hl7.org/fhir/concept-properties#notSelectable</td>\n <td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td>\n <td>boolean</td>\n </tr>\n </table>\n <p>This code system http://hl7.org/fhir/item-type defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Lvl</b>\n </td>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">group\n <a name=\"item-type-group\"> </a>\n </td>\n <td>Group</td>\n <td>An item with no direct answer but should have at least one child item.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">display\n <a name=\"item-type-display\"> </a>\n </td>\n <td>Display</td>\n <td>Text for display that will not capture an answer or have child items.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">question\n <a name=\"item-type-question\"> </a>\n </td>\n <td>Question</td>\n <td>An item that defines a specific answer to be captured, and which may have child items. (the answer provided in the QuestionnaireResponse should be of the defined datatype).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> boolean\n <a name=\"item-type-boolean\"> </a>\n </td>\n <td>Boolean</td>\n <td>Question with a yes/no answer (valueBoolean).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> decimal\n <a name=\"item-type-decimal\"> </a>\n </td>\n <td>Decimal</td>\n <td>Question with is a real number answer (valueDecimal).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> integer\n <a name=\"item-type-integer\"> </a>\n </td>\n <td>Integer</td>\n <td>Question with an integer answer (valueInteger).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> date\n <a name=\"item-type-date\"> </a>\n </td>\n <td>Date</td>\n <td>Question with a date answer (valueDate).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> dateTime\n <a name=\"item-type-dateTime\"> </a>\n </td>\n <td>Date Time</td>\n <td>Question with a date and time answer (valueDateTime).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> time\n <a name=\"item-type-time\"> </a>\n </td>\n <td>Time</td>\n <td>Question with a time (hour:minute:second) answer independent of date. (valueTime).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> string\n <a name=\"item-type-string\"> </a>\n </td>\n <td>String</td>\n <td>Question with a short (few words to short sentence) free-text entry answer (valueString).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> text\n <a name=\"item-type-text\"> </a>\n </td>\n <td>Text</td>\n <td>Question with a long (potentially multi-paragraph) free-text entry answer (valueString).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> url\n <a name=\"item-type-url\"> </a>\n </td>\n <td>Url</td>\n <td>Question with a URL (website, FTP site, etc.) answer (valueUri).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> choice\n <a name=\"item-type-choice\"> </a>\n </td>\n <td>Choice</td>\n <td>Question with a Coding drawn from a list of possible answers (specified in either the answerOption property, or via the valueset referenced in the answerValueSet property) as an answer (valueCoding).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> open-choice\n <a name=\"item-type-open-choice\"> </a>\n </td>\n <td>Open Choice</td>\n <td>Answer is a Coding drawn from a list of possible answers (as with the choice type) or a free-text entry in a string (valueCoding or valueString).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> attachment\n <a name=\"item-type-attachment\"> </a>\n </td>\n <td>Attachment</td>\n <td>Question with binary content such as an image, PDF, etc. as an answer (valueAttachment).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> reference\n <a name=\"item-type-reference\"> </a>\n </td>\n <td>Reference</td>\n <td>Question with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference).</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> quantity\n <a name=\"item-type-quantity\"> </a>\n </td>\n <td>Quantity</td>\n <td>Question with a combination of a numeric value and unit, potentially with a comparator (<, >, etc.) as an answer. (valueQuantity) There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to define what unit should be captured (or the unit that has a ucum conversion from the provided unit).</td>\n </tr>\n </table>\n </div>",
"status" : "generated"
}
}| Title | Version | Status | Publisher | Date | Concepts | Content |
|---|---|---|---|---|---|---|
| QuestionnaireItemType | 4.0.1 | - | HL7 (FHIR Project) | - | 17 | complete |
| QuestionnaireItemType | 4.3.0 | - | HL7 (FHIR Project) | - | 17 | complete |
| Questionnaire Item Type | 5.0.0 | - | HL7 (FHIR Project) | - | 16 | complete |