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

FHIR IG analytics

Packagesmart.who.int.icvp
Resource TypeQuestionnaire
IdQuestionnaire-pPreQual.json
FHIR VersionR4
Sourcehttp://smart.who.int/icvp/0.2.0/Questionnaire-pPreQual.html
URLhttp://smart.who.int/icvp/Questionnaire/pPreQual
Version0.2.0
Statusactive
Date2025-10-08T14:32:12+00:00
Authoritywho

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: Questionnaire pPreQual

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. Questionnairehttp://smart.who.int/icvp/Questionnaire/pPreQual#0.2.0
... nameFull Name of the client1..1string
... dobDate of Birth1..1date
... sexSex0..1choiceValue Set: hl7VS-administrativeSex
... nationalityNationality0..1choiceValue Set: Country
... nidNational Identification Document0..1string
... guardianParent or Guardian Details0..1group
.... guardianNameName of Parent or Guardian0..1string
... vaccineDetailsVaccine Certificate Details1..*group
.... productIDVaccine or Prophylaxis ID1..1choiceValue Set: WHO PreQualificaiton Vaccine Product Ids
.... dateDate of Vaccination1..1date
.... clinicianNameName of supervising clinician0..1string
.... issuerRelevant authoring reponsible for issuing the certificate, or for overseeing the administration center0..1string
.... batchNo.textBatch Number1..1string
.... validityPeriodCertificate Validity Period0..1group
..... startDateFrom0..1date
..... endDateTo0..1date
... attachmentUpload Paper Form image or PDF0..1attachment

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "pPreQual",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/icvp/Questionnaire/pPreQual",
  "version": "0.2.0",
  "status": "active",
  "date": "2025-10-08T14:32:12+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "name",
      "text": "Full Name of the client",
      "type": "string",
      "required": true,
      "repeats": false
    },
    {
      "linkId": "dob",
      "text": "Date of Birth",
      "type": "date",
      "required": true,
      "repeats": false
    },
    {
      "linkId": "sex",
      "text": "Sex",
      "type": "choice",
      "required": false,
      "repeats": false,
      "answerValueSet": "http://terminology.hl7.org/ValueSet/v2-0001"
    },
    {
      "linkId": "nationality",
      "text": "Nationality",
      "type": "choice",
      "required": false,
      "repeats": false,
      "answerValueSet": "http://terminology.hl7.org/ValueSet/v3-Country|3.0.0"
    },
    {
      "linkId": "nid",
      "text": "National Identification Document",
      "type": "string",
      "required": false,
      "repeats": false
    },
    {
      "linkId": "guardian",
      "text": "Parent or Guardian Details",
      "type": "group",
      "required": false,
      "repeats": false,
      "item": [
        {
          "linkId": "guardianName",
          "text": "Name of Parent or Guardian",
          "type": "string",
          "required": false,
          "repeats": false
        }
      ]
    },
    {
      "linkId": "vaccineDetails",
      "text": "Vaccine Certificate Details",
      "type": "group",
      "required": true,
      "repeats": true,
      "item": [
        {
          "linkId": "productID",
          "text": "Vaccine or Prophylaxis ID",
          "type": "choice",
          "required": true,
          "repeats": false,
          "answerValueSet": "http://smart.who.int/pcmt-vaxprequal/ValueSet/PreQualProductIds"
        },
        {
          "linkId": "date",
          "text": "Date of Vaccination",
          "type": "date",
          "required": true,
          "repeats": false
        },
        {
          "linkId": "clinicianName",
          "text": "Name of supervising clinician",
          "type": "string",
          "required": false,
          "repeats": false
        },
        {
          "linkId": "issuer",
          "text": "Relevant authoring reponsible for issuing the certificate, or for overseeing the administration center",
          "type": "string",
          "required": false,
          "repeats": false
        },
        {
          "linkId": "batchNo.text",
          "text": "Batch Number",
          "type": "string",
          "required": true,
          "repeats": false
        },
        {
          "linkId": "validityPeriod",
          "text": "Certificate Validity Period",
          "type": "group",
          "required": false,
          "repeats": false,
          "item": [
            {
              "linkId": "startDate",
              "text": "From",
              "type": "date",
              "required": false,
              "repeats": false
            },
            {
              "linkId": "endDate",
              "text": "To",
              "type": "date",
              "required": false,
              "repeats": false
            }
          ]
        }
      ]
    },
    {
      "linkId": "attachment",
      "text": "Upload Paper Form image or PDF",
      "type": "attachment",
      "required": false,
      "repeats": false
    }
  ]
}