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

FHIR IG analytics

Packagesmart.who.int.trust-phw
Resource TypeQuestionnaire
IdQuestionnaire-PreQual.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-trust-phw/Questionnaire-PreQual.html
URLhttp://smart.who.int/trust-phw/Questionnaire/PreQual
Version0.1.0
Statusactive
Date2026-01-19T12:42:09+00:00
TitleDVC Model Questionnaire
Realmuv
Authoritywho
DescriptionQuestionnaire for DVC Logical Model with the WHO PreQual DB

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 PreQual

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. Questionnaire for DVC Logical Model with the WHO PreQual DBQuestionnairehttp://smart.who.int/trust-phw/Questionnaire/PreQual#0.1.0
... nameFull Name of the client0..*string
... dobDate of Birth0..*date
... sexSex0..1choiceValue Set: hl7VS-administrativeSex
... nationalityNationality0..1choiceValue Set: Country
... nidNational Identification Document0..1string
... ndtNational ID Document Type0..1choiceValue Set: hl7VS-identifierType
... guardianParent or Guardian Details0..1group
.... guardianNameName of Parent or Guardian0..1string
... vaccineDetailsVaccine Certificate Details1..*group
.... productIDVaccine or Prophylaxis ID0..*choiceValue Set: WHO PreQualificaiton Vaccine Product Ids
.... dateDate of Vaccination0..*date
.... clinicianNameName of supervising clinician0..1string
.... issuerRelevant authoring responsible for issuing the certificate, or for overseeing the administration center0..1string
.... batchNo.textBatch Number0..*string
.... validityPeriodCertificate Validity Period0..1group
..... startDateFrom0..1date
..... endDateTo0..1date
... attachmentUpload Paper Form image or PDF0..1attachment

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "PreQual",
  "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/trust-phw/Questionnaire/PreQual",
  "version": "0.1.0",
  "title": "DVC Model Questionnaire",
  "status": "active",
  "date": "2026-01-19T12:42:09+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Questionnaire for DVC Logical Model with the WHO PreQual DB",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "name",
      "text": "Full Name of the client",
      "type": "string",
      "required": false,
      "repeats": true
    },
    {
      "linkId": "dob",
      "text": "Date of Birth",
      "type": "date",
      "required": false,
      "repeats": true
    },
    {
      "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"
    },
    {
      "linkId": "nid",
      "text": "National Identification Document",
      "type": "string",
      "required": false,
      "repeats": false
    },
    {
      "linkId": "ndt",
      "text": "National ID Document Type",
      "type": "choice",
      "required": false,
      "repeats": false,
      "answerValueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
    },
    {
      "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": false,
          "repeats": true,
          "answerValueSet": "http://smart.who.int/pcmt-vaxprequal/ValueSet/PreQualProductIds"
        },
        {
          "linkId": "date",
          "text": "Date of Vaccination",
          "type": "date",
          "required": false,
          "repeats": true
        },
        {
          "linkId": "clinicianName",
          "text": "Name of supervising clinician",
          "type": "string",
          "required": false,
          "repeats": false
        },
        {
          "linkId": "issuer",
          "text": "Relevant authoring responsible 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": false,
          "repeats": true
        },
        {
          "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
    }
  ]
}