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

FHIR IG analytics

Packagesmart.who.int.immunizations
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-Example.IMMZ.D17.QuestionnaireResponse.1.json
FHIR VersionR4

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

Generated Narrative: QuestionnaireResponse Example.IMMZ.D17.QuestionnaireResponse.1

LinkIDTextDefinitionAnswerdoco
.. Example.IMMZ.D17.QuestionnaireResponse.1Questionnaire:IMMZ.D17.Report AEFI
... reactionReportedtrue
... reactionDate2025-06-25
... reactionManifestationIMMZ.D CodeSystem for Data Elements: DE103 (Anaphylaxis)
... typeOfReactionIMMZ.D CodeSystem for Data Elements: DE109 (Life threatening)
... otherImportantMedicalEventOther event details
... reactionOutcomeIMMZ.D CodeSystem for Data Elements: DE120 (Not recovered)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "Example.IMMZ.D17.QuestionnaireResponse.1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://smart.who.int/immunizations/Questionnaire/QIMMZD17",
  "status": "completed",
  "subject": {
    "reference": "Patient/IMMZ.C.Patient.2"
  },
  "authored": "2025-06-25T19:20:20.913Z",
  "item": [
    {
      "linkId": "reactionReported",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "reactionDate",
      "answer": [
        {
          "valueDate": "2025-06-25"
        }
      ]
    },
    {
      "linkId": "reactionManifestation",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
            "code": "DE103",
            "display": "Anaphylaxis"
          }
        }
      ]
    },
    {
      "linkId": "typeOfReaction",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
            "code": "DE109",
            "display": "Life threatening"
          }
        }
      ]
    },
    {
      "linkId": "otherImportantMedicalEvent",
      "answer": [
        {
          "valueString": "Other event details"
        }
      ]
    },
    {
      "linkId": "reactionOutcome",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
            "code": "DE120",
            "display": "Not recovered"
          }
        }
      ]
    }
  ]
}