Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-item-type.ttl

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemQuestionnaireItemType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "item-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40.239+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "3" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/item-type"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.445" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "QuestionnaireItemType"];
  fhir:CodeSystem.title [ fhir:value "QuestionnaireItemType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2021-01-17T07:06:13+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Distinguishes groups from questions and display text and indicates data type for questions."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/item-type"];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.property [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "notSelectable" ];
     fhir:CodeSystem.uri [ fhir:value "http://hl7.org/fhir/concept-properties#notSelectable" ];
     fhir:CodeSystem.description [ fhir:value "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ];
     fhir:CodeSystem.type [ fhir:value "boolean" ]
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "group" ];
     fhir:CodeSystem.display [ fhir:value "Group" ];
     fhir:CodeSystem.definition [ fhir:value "An item with no direct answer but should have at least one child item." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "display" ];
     fhir:CodeSystem.display [ fhir:value "Display" ];
     fhir:CodeSystem.definition [ fhir:value "Text for display that will not capture an answer or have child items." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "question" ];
     fhir:CodeSystem.display [ fhir:value "Question" ];
     fhir:CodeSystem.definition [ fhir:value "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)." ];
     fhir:CodeSystem.property [
       fhir:index 0;
       fhir:CodeSystem.code [ fhir:value "notSelectable" ];
       fhir:CodeSystem.value [ fhir:value "true" ]
     ];
     fhir:CodeSystem.concept [
       fhir:index 0;
       fhir:CodeSystem.code [ fhir:value "boolean" ];
       fhir:CodeSystem.display [ fhir:value "Boolean" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a yes/no answer (valueBoolean)." ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.code [ fhir:value "decimal" ];
       fhir:CodeSystem.display [ fhir:value "Decimal" ];
       fhir:CodeSystem.definition [ fhir:value "Question with is a real number answer (valueDecimal)." ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.code [ fhir:value "integer" ];
       fhir:CodeSystem.display [ fhir:value "Integer" ];
       fhir:CodeSystem.definition [ fhir:value "Question with an integer answer (valueInteger)." ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.code [ fhir:value "date" ];
       fhir:CodeSystem.display [ fhir:value "Date" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a date answer (valueDate)." ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.code [ fhir:value "dateTime" ];
       fhir:CodeSystem.display [ fhir:value "Date Time" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a date and time answer (valueDateTime)." ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.code [ fhir:value "time" ];
       fhir:CodeSystem.display [ fhir:value "Time" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a time (hour:minute:second) answer independent of date. (valueTime)." ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.code [ fhir:value "string" ];
       fhir:CodeSystem.display [ fhir:value "String" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a short (few words to short sentence) free-text entry answer (valueString)." ]
     ], [
       fhir:index 7;
       fhir:CodeSystem.code [ fhir:value "text" ];
       fhir:CodeSystem.display [ fhir:value "Text" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a long (potentially multi-paragraph) free-text entry answer (valueString)." ]
     ], [
       fhir:index 8;
       fhir:CodeSystem.code [ fhir:value "url" ];
       fhir:CodeSystem.display [ fhir:value "Url" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a URL (website, FTP site, etc.) answer (valueUri)." ]
     ], [
       fhir:index 9;
       fhir:CodeSystem.code [ fhir:value "choice" ];
       fhir:CodeSystem.display [ fhir:value "Choice" ];
       fhir:CodeSystem.definition [ fhir:value "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)." ]
     ], [
       fhir:index 10;
       fhir:CodeSystem.code [ fhir:value "open-choice" ];
       fhir:CodeSystem.display [ fhir:value "Open Choice" ];
       fhir:CodeSystem.definition [ fhir:value "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)." ]
     ], [
       fhir:index 11;
       fhir:CodeSystem.code [ fhir:value "attachment" ];
       fhir:CodeSystem.display [ fhir:value "Attachment" ];
       fhir:CodeSystem.definition [ fhir:value "Question with binary content such as an image, PDF, etc. as an answer (valueAttachment)." ]
     ], [
       fhir:index 12;
       fhir:CodeSystem.code [ fhir:value "reference" ];
       fhir:CodeSystem.display [ fhir:value "Reference" ];
       fhir:CodeSystem.definition [ fhir:value "Question with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference)." ]
     ], [
       fhir:index 13;
       fhir:CodeSystem.code [ fhir:value "quantity" ];
       fhir:CodeSystem.display [ fhir:value "Quantity" ];
       fhir:CodeSystem.definition [ fhir:value "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)." ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.