FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-HIEQuestionnaireResponse-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

QuestionnaireResponse Summary

Source questionnaire: Questionnaire/qn-001. Status completed. Authored by Dr. John Clinician for Jane Patient during Encounter/enc-001.

SectionContent
IdentifiersCR-QR-2025-0001 (http://example.org/qr)
SubjectJane Patient (Patient/p-001)
EncounterAmbulatory encounter (Encounter/enc-001)
Authored2025-11-18T10:30:00+03:00
AuthorDr. John Clinician (HIEPractitioner/pr-001)
Based OnNeurology consult (ServiceRequest/sr-001)
Part OfOutpatient procedure (Procedure/proc-001)

Key Answers

  • Chief complaint: Headache for two days
  • Onset date: 2025-11-16
  • Severity: Moderate
  • Associated symptoms: Nausea, Photophobia
  • Vitals: BP 120/80 mmHg, HR 72 bpm
  • Consent given: true
  • Clinician notes: No focal deficits. Advise hydration and rest.

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "HIEQuestionnaireResponse-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "use": "official",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "ACSN",
          "display": "Accession ID"
        }
      ]
    },
    "system": "http://example.org/qr",
    "value": "CR-QR-2025-0001"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/sr-001",
      "display": "Neurology consult"
    }
  ],
  "partOf": [
    {
      "reference": "Procedure/proc-001",
      "display": "Outpatient procedure"
    }
  ],
  "questionnaire": "Questionnaire/qn-001",
  "status": "completed",
  "subject": {
    "reference": "Patient/p-001",
    "display": "Jane Patient"
  },
  "encounter": {
    "reference": "Encounter/enc-001",
    "display": "Ambulatory encounter"
  },
  "authored": "2025-11-18T10:30:00+03:00",
  "author": {
    "reference": "HIEPractitioner/pr-001",
    "display": "Dr. John Clinician"
  },
  "source": {
    "reference": "Patient/p-001",
    "display": "Jane Patient"
  },
  "item": [
    {
      "linkId": "q1",
      "text": "Chief complaint",
      "answer": [
        {
          "valueString": "Headache for two days"
        }
      ]
    },
    {
      "linkId": "q2",
      "text": "Onset date",
      "answer": [
        {
          "valueDate": "2025-11-16"
        }
      ]
    },
    {
      "linkId": "q3",
      "text": "Severity",
      "answer": [
        {
          "valueCoding": {
            "system": "http://example.org/vs/severity",
            "code": "moderate",
            "display": "Moderate"
          }
        }
      ]
    },
    {
      "linkId": "q4",
      "text": "Associated symptoms",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "422587007",
            "display": "Nausea"
          }
        },
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "89711000119106",
            "display": "Photophobia"
          }
        }
      ]
    },
    {
      "linkId": "grp-vitals",
      "text": "Vitals",
      "item": [
        {
          "linkId": "bp",
          "text": "Blood pressure",
          "answer": [
            {
              "valueString": "120/80 mmHg"
            }
          ]
        },
        {
          "linkId": "hr",
          "text": "Heart rate",
          "answer": [
            {
              "valueInteger": 72
            }
          ]
        }
      ]
    },
    {
      "linkId": "q5",
      "text": "Consent given",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "q6",
      "text": "Clinician notes",
      "answer": [
        {
          "valueString": "No focal deficits. Advise hydration and rest."
        }
      ]
    }
  ]
}