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.D1.QuestionnaireResponse.Rotavirus.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.D1.QuestionnaireResponse.Rotavirus

LinkIDTextDefinitionAnswerdoco
.. Example.IMMZ.D1.QuestionnaireResponse.RotavirusQuestionnaire:IMMZ.D1.Capture or update client history
... typeOfDoseIMMZ.D CodeSystem for Data Elements: DE259 (Primary series)
... completedThePrimaryVaccinationSeriesfalse
... completedTheBoosterSeriesfalse
... hivStatusIMMZ.D CodeSystem for Data Elements: DE206 (HIV-negative)
... pretermBirthfalse
... immunocompromisedfalse
... vaccineTypeIMMZ.Z CodeSystem for Data Elements: DE16 (Rotavirus vaccines)
... dateAndTimeOfVaccination2020-08-05T04:00:00Z
... contactDate2020-08-05
... doseNumber1

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "Example.IMMZ.D1.QuestionnaireResponse.Rotavirus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://smart.who.int/immunizations/Questionnaire/QIMMZD1",
  "status": "completed",
  "subject": {
    "reference": "Patient/IMMZ.C.Patient.1"
  },
  "authored": "2025-01-13T19:20:20.913Z",
  "item": [
    {
      "linkId": "typeOfDose",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
            "code": "DE259",
            "display": "Primary series"
          }
        }
      ]
    },
    {
      "linkId": "completedThePrimaryVaccinationSeries",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "completedTheBoosterSeries",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "hivStatus",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D",
            "code": "DE206",
            "display": "HIV-negative"
          }
        }
      ]
    },
    {
      "linkId": "pretermBirth",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "immunocompromised",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "vaccineType",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.Z",
            "code": "DE16",
            "display": "Rotavirus vaccines"
          }
        }
      ]
    },
    {
      "linkId": "dateAndTimeOfVaccination",
      "answer": [
        {
          "valueDateTime": "2020-08-05T04:00:00Z"
        }
      ]
    },
    {
      "linkId": "contactDate",
      "answer": [
        {
          "valueDate": "2020-08-05"
        }
      ]
    },
    {
      "linkId": "doseNumber",
      "answer": [
        {
          "valueInteger": 1
        }
      ]
    }
  ]
}