FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-HIEQuestionnaireResponse-example.json |
| FHIR Version | R4B |
No resources found
No resources found
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.
| Section | Content |
|---|---|
| Identifiers | CR-QR-2025-0001 (http://example.org/qr) |
| Subject | Jane Patient (Patient/p-001) |
| Encounter | Ambulatory encounter (Encounter/enc-001) |
| Authored | 2025-11-18T10:30:00+03:00 |
| Author | Dr. John Clinician (HIEPractitioner/pr-001) |
| Based On | Neurology consult (ServiceRequest/sr-001) |
| Part Of | Outpatient procedure (Procedure/proc-001) |
Key Answers
{
"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."
}
]
}
]
}