<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="bdcccbfa-6a2b-453d-a438-2fd3773ce569" />
  <meta>
    <lastUpdated value="2019-01-09T14:13:40.687+00:00" />
  </meta>
  <url value="http://healthyme.philips.com/fhir/StructureDefinition/Questionnaire" />
  <version value="1" />
  <name value="Questionnaire" />
  <status value="draft" />
  <date value="2019-01-09T13:49:28.3743619Z" />
  <publisher value="Philips" />
  <description value="A structured set of questions intended to guide the collection of answers from end-users. When a questionnaire is filled in, we get a QuestionnaireResponse" />
  <fhirVersion value="3.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Questionnaire" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Questionnaire" />
  <derivation value="constraint" />
  <differential>
    <element id="Questionnaire.title">
      <path value="Questionnaire.title" />
      <min value="1" />
    </element>
    <element id="Questionnaire.description">
      <path value="Questionnaire.description" />
      <min value="1" />
    </element>
    <element id="Questionnaire.subjectType">
      <path value="Questionnaire.subjectType" />
      <min value="1" />
      <max value="1" />
      <fixedCode value="Patient" />
    </element>
    <element id="Questionnaire.item">
      <path value="Questionnaire.item" />
      <short value="An individual question within the Questionnaire" />
      <definition value="A particular question that is part of the questionnaire" />
    </element>
    <element id="Questionnaire.item.text">
      <path value="Questionnaire.item.text" />
      <definition value="The primary text for the item, formulating the question to be answered" />
      <min value="1" />
    </element>
    <element id="Questionnaire.item.type">
      <path value="Questionnaire.item.type" />
      <short value="boolean | decimal | integer | date | dateTime +" />
      <definition value="The data type expected for the answer of the question: &#xD;&#xA;boolean | decimal | integer | date | dateTime | time | string | text | choice | open-choice" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="QuestionnaireItemType" />
        </extension>
        <strength value="required" />
        <description value="The data type expected for the answer of the question" />
        <valueSetUri value="http://healthyme.philips.com/fhir/ValueSet/item-type" />
      </binding>
    </element>
  </differential>
</StructureDefinition>