View raw Markdown
type: valuesetvalueset: item-type-useable

Questionnaire Useable Item Type

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="item-type-useable"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/item-type-useable"/>
  <version value="6.0.0"/>
  <name value="QuestionnaireItemTypeUsable"/>
  <title value="Questionnaire Useable Item Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="Item types allowed to appear on Questionnaire.type (excludes the abstract 'questionnaire' code."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/item-type"/>
    </include>
    <exclude>
      <system value="http://hl7.org/fhir/item-type"/>
      <concept>
        <code value="question"/>
      </concept>
    </exclude>
  </compose>
</ValueSet>