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.Measles.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.Measles

LinkIDTextDefinitionAnswerdoco
.. Example.IMMZ.D1.QuestionnaireResponse.MeaslesQuestionnaire:IMMZ.D1.Capture or update client history
... typeOfDoseIMMZ.D CodeSystem for Data Elements: DE259 (Primary series)
... completedThePrimaryVaccinationSeriesfalse
... completedTheBoosterSeriesfalse
... hivStatusIMMZ.D CodeSystem for Data Elements: DE205 (HIV-positive)
... currentlyOnArttrue
... pretermBirthfalse
... immunocompromisedtrue
... artStartDate2020-12-18
... vaccineTypeIMMZ.Z CodeSystem for Data Elements: DE9 (Measles-containing vaccines)
... dateAndTimeOfVaccination2021-04-01T04:00:00Z
... contactDate2021-04-01
... doseNumber1

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "Example.IMMZ.D1.QuestionnaireResponse.Measles",
  "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": "DE205",
            "display": "HIV-positive"
          }
        }
      ]
    },
    {
      "linkId": "currentlyOnArt",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "pretermBirth",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "immunocompromised",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "artStartDate",
      "answer": [
        {
          "valueDate": "2020-12-18"
        }
      ]
    },
    {
      "linkId": "vaccineType",
      "answer": [
        {
          "valueCoding": {
            "system": "http://smart.who.int/immunizations/CodeSystem/IMMZ.Z",
            "code": "DE9",
            "display": "Measles-containing vaccines"
          }
        }
      ]
    },
    {
      "linkId": "dateAndTimeOfVaccination",
      "answer": [
        {
          "valueDateTime": "2021-04-01T04:00:00Z"
        }
      ]
    },
    {
      "linkId": "contactDate",
      "answer": [
        {
          "valueDate": "2021-04-01"
        }
      ]
    },
    {
      "linkId": "doseNumber",
      "answer": [
        {
          "valueInteger": 1
        }
      ]
    }
  ]
}