{
"resourceType": "CodeSystem",
"id": "item-type",
"meta": {
"lastUpdated": "2023-03-26T15:21:02.749+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Properties</b>\n </p>\n <p>\n <b>This code system defines the following properties for its concepts</b>\n </p>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>URI</b>\n </td>\n <td>\n <b>Type</b>\n </td>\n <td>\n <b>Description</b>\n </td>\n </tr>\n <tr>\n <td>notSelectable</td>\n <td>http://hl7.org/fhir/concept-properties#notSelectable</td>\n <td>boolean</td>\n <td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td>\n </tr>\n </table>\n <p>\n <b>Concepts</b>\n </p>\n <p>This code system \n <code>http://hl7.org/fhir/item-type</code> defines the following codes:\n </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 <td>\n <b>Not Selectable</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 <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 <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 <td>true</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 <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). There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to computably convey the unit of measure associated with the answer for use when performing data extraction to an element of type Quantity.</td>\n <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). There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to computably convey the unit of measure associated with the answer for use when performing data extraction to an element of type Quantity.</td>\n <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 <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 <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 <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). Strings SHOULD NOT contain carriage return or newline characters. If multi-line answers are needed, use the 'text' type.</td>\n <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 <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 <td/>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> coding\n <a name=\"item-type-coding\"> </a>\n </td>\n <td>Coding</td>\n <td>Question with a Coding - generally drawn from a list of possible answers (valueCoding)</td>\n <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 <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 <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 as an answer. (valueSimpleQuantity) There are two extensions ('http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption' and 'http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet') that can be used to define what unit should be selected for the Quantity.code and Quantity.system.</td>\n <td/>\n </tr>\n </table>\n </div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
}
],
"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"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.438"
}
],
"version": "5.0.0",
"name": "QuestionnaireItemType",
"title": "Questionnaire Item Type",
"status": "active",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Distinguishes groups from questions and display text and indicates data type for questions.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/item-type",
"hierarchyMeaning": "is-a",
"content": "complete",
"property": [
{
"code": "notSelectable",
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
"type": "boolean"
}
],
"concept": [
{
"code": "group",
"display": "Group",
"definition": "An item with no direct answer but should have at least one child item."
},
{
"code": "display",
"display": "Display",
"definition": "Text for display that will not capture an answer or have child items."
},
{
"code": "question",
"display": "Question",
"definition": "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).",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
}
],
"concept": [
{
"code": "boolean",
"display": "Boolean",
"definition": "Question with a yes/no answer (valueBoolean)."
},
{
"code": "decimal",
"display": "Decimal",
"definition": "Question with is a real number answer (valueDecimal). There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to computably convey the unit of measure associated with the answer for use when performing data extraction to an element of type Quantity."
},
{
"code": "integer",
"display": "Integer",
"definition": "Question with an integer answer (valueInteger). There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to computably convey the unit of measure associated with the answer for use when performing data extraction to an element of type Quantity."
},
{
"code": "date",
"display": "Date",
"definition": "Question with a date answer (valueDate)."
},
{
"code": "dateTime",
"display": "Date Time",
"definition": "Question with a date and time answer (valueDateTime)."
},
{
"code": "time",
"display": "Time",
"definition": "Question with a time (hour:minute:second) answer independent of date. (valueTime)."
},
{
"code": "string",
"display": "String",
"definition": "Question with a short (few words to short sentence) free-text entry answer (valueString). Strings SHOULD NOT contain carriage return or newline characters. If multi-line answers are needed, use the 'text' type."
},
{
"code": "text",
"display": "Text",
"definition": "Question with a long (potentially multi-paragraph) free-text entry answer (valueString)."
},
{
"code": "url",
"display": "Url",
"definition": "Question with a URL (website, FTP site, etc.) answer (valueUri)."
},
{
"code": "coding",
"display": "Coding",
"definition": "Question with a Coding - generally drawn from a list of possible answers (valueCoding)"
},
{
"code": "attachment",
"display": "Attachment",
"definition": "Question with binary content such as an image, PDF, etc. as an answer (valueAttachment)."
},
{
"code": "reference",
"display": "Reference",
"definition": "Question with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference)."
},
{
"code": "quantity",
"display": "Quantity",
"definition": "Question with a combination of a numeric value and unit as an answer. (valueSimpleQuantity) There are two extensions ('http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption' and 'http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet') that can be used to define what unit should be selected for the Quantity.code and Quantity.system."
}
]
}
]
}