SIL HIE Implementation Guide
0.1.0 - sil-hie-active

SIL HIE Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions

: Example HIE QuestionnaireResponse - XML Representation

Raw xml | Download


<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="HIEQuestionnaireResponse-example"/>
  <meta>
    <profile
             value="https://nshr.dha.go.ke/fhir/StructureDefinition/hie-questionnaireresponse"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>QuestionnaireResponse Summary</b></p><p>Source questionnaire: Questionnaire/qn-001. Status completed. Authored by Dr. John Clinician for Jane Patient during Encounter/enc-001.</p><table><thead><tr><th align="left">Section</th><th align="left">Content</th></tr></thead><tbody><tr><td>Identifiers</td><td>CR-QR-2025-0001 (http://example.org/qr)</td></tr><tr><td>Subject</td><td>Jane Patient (Patient/p-001)</td></tr><tr><td>Encounter</td><td>Ambulatory encounter (Encounter/enc-001)</td></tr><tr><td>Authored</td><td>2025-11-18T10:30:00+03:00</td></tr><tr><td>Author</td><td>Dr. John Clinician (HIEPractitioner/pr-001)</td></tr><tr><td>Based On</td><td>Neurology consult (ServiceRequest/sr-001)</td></tr><tr><td>Part Of</td><td>Outpatient procedure (Procedure/proc-001)</td></tr></tbody></table><p><b>Key Answers</b></p><ul><li>Chief complaint: Headache for two days</li><li>Onset date: 2025-11-16</li><li>Severity: Moderate</li><li>Associated symptoms: Nausea, Photophobia</li><li>Vitals: BP 120/80 mmHg, HR 72 bpm</li><li>Consent given: true</li><li>Clinician notes: No focal deficits. Advise hydration and rest.</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://example.org/qr"/>
    <value value="CR-QR-2025-0001"/>
  </identifier>
  <basedOn>
    <reference value="ServiceRequest/sr-001"/>
    <display value="Neurology consult"/>
  </basedOn>
  <partOf>
    <reference value="Procedure/proc-001"/>
    <display value="Outpatient procedure"/>
  </partOf>
  <questionnaire value="Questionnaire/qn-001"/>
  <status value="completed"/>
  <subject>
    <reference value="Patient/p-001"/>
    <display value="Jane Patient"/>
  </subject>
  <encounter>
    <reference value="Encounter/enc-001"/>
    <display value="Ambulatory encounter"/>
  </encounter>
  <authored value="2025-11-18T10:30:00+03:00"/>
  <author>
    <reference value="HIEPractitioner/pr-001"/>
    <display value="Dr. John Clinician"/>
  </author>
  <source>
    <reference value="Patient/p-001"/>
    <display value="Jane Patient"/>
  </source>
  <item>
    <linkId value="q1"/>
    <text value="Chief complaint"/>
    <answer>
      <valueString value="Headache for two days"/>
    </answer>
  </item>
  <item>
    <linkId value="q2"/>
    <text value="Onset date"/>
    <answer>
      <valueDate value="2025-11-16"/>
    </answer>
  </item>
  <item>
    <linkId value="q3"/>
    <text value="Severity"/>
    <answer>
      <valueCoding>
        <system value="http://example.org/vs/severity"/>
        <code value="moderate"/>
        <display value="Moderate"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="q4"/>
    <text value="Associated symptoms"/>
    <answer>
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <code value="422587007"/>
        <display value="Nausea"/>
      </valueCoding>
    </answer>
    <answer>
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <code value="89711000119106"/>
        <display value="Photophobia"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="grp-vitals"/>
    <text value="Vitals"/>
    <item>
      <linkId value="bp"/>
      <text value="Blood pressure"/>
      <answer>
        <valueString value="120/80 mmHg"/>
      </answer>
    </item>
    <item>
      <linkId value="hr"/>
      <text value="Heart rate"/>
      <answer>
        <valueInteger value="72"/>
      </answer>
    </item>
  </item>
  <item>
    <linkId value="q5"/>
    <text value="Consent given"/>
    <answer>
      <valueBoolean value="true"/>
    </answer>
  </item>
  <item>
    <linkId value="q6"/>
    <text value="Clinician notes"/>
    <answer>
      <valueString value="No focal deficits. Advise hydration and rest."/>
    </answer>
  </item>
</QuestionnaireResponse>