2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 R3 R2

Questionnaire-example-bluebook.xml

Raw XML (canonical form)

Neonate record from New South Wales, Australia "My Personal Health Record" example (id = "bb")

Raw XML

<Questionnaire xmlns="http://hl7.org/fhir"><!--    Please not that in this questionnaire, the questions are mostly uncoded.  That is,
   the questions are not identified using the &lt;concept&gt; element. It will therefore
    be hard to extract useful information in an automated way from this questionnaire.
   This is, however, quite often the case when modelling existing questionnaires    -->
  <id value="bb"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <status value="draft"/>
  <date value="2013-02-19"/>
  <publisher value="New South Wales Department of Health"/>
  <group>
    <title value="NSW Government My Personal Health Record"/><!--    Many groups left out of this example    -->
    <group>
      <title value="Birth details - To be completed by health professional"/>
      <group>
        <question>
          <text value="Name of child"/>
        </question>
        <question>
          <text value="Sex"/>
        </question>
      </group>
      <group>
        <title value="Neonatal Information"/>
        <question>
          <text value="Birth weight (kg)"/>
        </question>
        <question>
          <text value="Birth length (cm)"/>
        </question>
        <question>
          <text value="Vitamin K given"/>
          <group>
            <extension url="http://example.org/Profile/questionnaire#visibilityCondition"><!--    note: this syntax is for demonstration purposes only, will need to be finalized during
               DSTU    -->
              <valueString value="HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')"/>
            </extension>
            <question>
              <text value="1st dose"/>
            </question>
            <question>
              <text value="2nd dose"/>
            </question>
          </group>
        </question>
        <question>
          <text value="Hep B given y / n"/>
          <group>
            <question>
              <text value="Date given"/>
            </question>
          </group>
        </question>
        <question>
          <text value="Abnormalities noted at birth"/>
        </question>
      </group>
    </group>
  </group>
</Questionnaire>

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.