{
  "resourceType" : "CodeSystem",
  "id" : "item-type",
  "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\">\u00a0\u00a0boolean\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\">\u00a0\u00a0decimal\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\">\u00a0\u00a0integer\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\">\u00a0\u00a0date\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\">\u00a0\u00a0dateTime\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\">\u00a0\u00a0time\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\">\u00a0\u00a0string\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\">\u00a0\u00a0text\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\">\u00a0\u00a0url\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\">\u00a0\u00a0coding\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\">\u00a0\u00a0attachment\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\">\u00a0\u00a0reference\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\">\u00a0\u00a0quantity\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-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r5.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://hl7.org/fhir/item-type",
  "version" : "5.0.0",
  "name" : "QuestionnaireItemType",
  "title" : "Questionnaire Item Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-04T17:01:24-06:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [{
    "name" : "FHIR Infrastructure",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "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|4.0.1",
  "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."
    }]
  }]
}