http://hl7.org/fhir/item-type|5.0.0
name
QuestionnaireItemType
QuestionnaireItemType
package
hl7.fhir.r5.core@5.0.0
hl7.fhir.r5.core@5.0.0
content
complete
complete
status
active
active
date
2021-01-04 23:01:24.0
2021-01-04 23:01:24.0
Questionnaire Item Type
Distinguishes groups from questions and display text and indicates data type for questions.
| code | display | definition | hierarchy |
|---|---|---|---|
| group | Group | An item with no direct answer but should have at least one child item.... | |
| display | Display | Text for display that will not capture an answer or have child items.... | |
| question | Question | An item that defines a specific answer to be captured, and which may have child items. (the answer p... | |
| boolean | Boolean | Question with a yes/no answer (valueBoolean).... | |
| decimal | Decimal | Question with is a real number answer (valueDecimal). There is an extension 'http://hl7.org/fhir/St... | |
| integer | Integer | Question with an integer answer (valueInteger). There is an extension 'http://hl7.org/fhir/Structur... | |
| date | Date | Question with a date answer (valueDate).... | |
| dateTime | Date Time | Question with a date and time answer (valueDateTime).... | |
| time | Time | Question with a time (hour:minute:second) answer independent of date. (valueTime).... | |
| string | String | Question with a short (few words to short sentence) free-text entry answer (valueString). Strings S... | |
| text | Text | Question with a long (potentially multi-paragraph) free-text entry answer (valueString).... | |
| url | Url | Question with a URL (website, FTP site, etc.) answer (valueUri).... | |
| coding | Coding | Question with a Coding - generally drawn from a list of possible answers (valueCoding)... | |
| attachment | Attachment | Question with binary content such as an image, PDF, etc. as an answer (valueAttachment).... | |
| reference | Reference | Question with a reference to another resource (practitioner, organization, etc.) as an answer (value... | |
| quantity | Quantity | Question with a combination of a numeric value and unit as an answer. (valueSimpleQuantity) There a... |