FHIR IG analytics| Package | smart.who.int.immunizations |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-Example.IMMZ.D5.QuestionnaireResponse.1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse Example.IMMZ.D5.QuestionnaireResponse.1
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:IMMZ.D5.Determine vaccine(s) to be administered based on contraindications | ||
![]() ![]() | IMMZ.D CodeSystem for Data Elements: DE162 (Currently pregnant) | ||
![]() ![]() | IMMZ.D CodeSystem for Data Elements: DE167 (Severe allergic reactions) | ||
{
"resourceType": "QuestionnaireResponse",
"id": "Example.IMMZ.D5.QuestionnaireResponse.1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://smart.who.int/immunizations/Questionnaire/QIMMZD5",
"status": "completed",
"subject": {
"reference": "Patient/IMMZ.C.Patient.2"
},
"authored": "2025-01-31T19:20:20.913Z",
"item": [
{
"linkId": "potentialContraindications",
"answer": [
{
"valueCoding": {
"system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
"code": "DE162",
"display": "Currently pregnant"
}
}
]
},
{
"linkId": "potentialContraindications",
"answer": [
{
"valueCoding": {
"system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
"code": "DE167",
"display": "Severe allergic reactions"
}
}
]
}
]
}