FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/DDCCVSCoreDataSetQuestionnaire

Packagewho.ddcc
TypeQuestionnaire
IdDDCCVSCoreDataSetQuestionnaire
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/Questionnaire-DDCCVSCoreDataSetQuestionnaire.html
URLhttp://smart.who.int/ddcc/DDCCVSCoreDataSetQuestionnaire
Version1.0.0
Statusdraft
Date2021-12-22
NameDDCCVSCoreDataSetQuestionnaire
TitleDDCC:VS Core Data Set Questionnaire
Realmuv
Authoritywho
DescriptionDDCC Questionnaire for an Immunization event.

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 DDCCVSCoreDataSetQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. DDCCVSCoreDataSetQuestionnaireDDCC Questionnaire for an Immunization event.Questionnairehttp://smart.who.int/ddcc/DDCCVSCoreDataSetQuestionnaire#1.0.0
... nameName1..1string
... birthDateDate of birth0..1date
... identifierUnique identifier0..1string
... sexSex0..1choiceValue Set: AdministrativeGender
... vaccineVaccine or prophylaxis1..1choiceValue Set: WHO Vaccine List (COVID-19)
... brandVaccine brand1..1choice
... manufacturerVaccine manufacturer0..1choice
... ma_holderVaccine market authorization holder0..1choice
... lotVaccine batch number1..1string
... dateDate of vaccine1..1date
... vaccine_validVaccination valid from0..1date
... doseDose number1..1integer
... total_dosesTotal doses0..1integer
... countryCountry of vaccination1..1choiceValue Set: Iso 3166 Part 1: 3 Letter Codes
... centreAdministering centre1..1string
... hwHealth worker identifier0..1string
... diseaseDisease or agent targeted0..1choiceValue Set: WHO Agent Targeted (COVID-19)
... due_dateDue date of next dose0..1date
... phaCertificate issuer1..1string
... hcidHealth certificate identifier1..1string
... valid_fromCertificate valid from0..1date
... valid_untilCertificate valid until0..1date

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "DDCCVSCoreDataSetQuestionnaire",
  "meta": {
    "profile": [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaire"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap",
      "valueCanonical": "http://smart.who.int/ddcc/StructureMap/QRespToVSCoreDataSet"
    }
  ],
  "url": "http://smart.who.int/ddcc/DDCCVSCoreDataSetQuestionnaire",
  "version": "1.0.0",
  "name": "DDCCVSCoreDataSetQuestionnaire",
  "title": "DDCC:VS Core Data Set Questionnaire",
  "status": "draft",
  "experimental": true,
  "date": "2021-12-22",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "DDCC Questionnaire for an Immunization event.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "name",
      "text": "Name",
      "type": "string",
      "required": true
    },
    {
      "linkId": "birthDate",
      "text": "Date of birth",
      "type": "date",
      "required": false
    },
    {
      "linkId": "identifier",
      "text": "Unique identifier",
      "type": "string",
      "required": false
    },
    {
      "linkId": "sex",
      "text": "Sex",
      "type": "choice",
      "required": false,
      "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
    },
    {
      "linkId": "vaccine",
      "text": "Vaccine or prophylaxis",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCVaccinesCOVID19"
    },
    {
      "linkId": "brand",
      "text": "Vaccine brand",
      "type": "choice",
      "required": true
    },
    {
      "linkId": "manufacturer",
      "text": "Vaccine manufacturer",
      "type": "choice",
      "required": false
    },
    {
      "linkId": "ma_holder",
      "text": "Vaccine market authorization holder",
      "type": "choice",
      "required": false
    },
    {
      "linkId": "lot",
      "text": "Vaccine batch number",
      "type": "string",
      "required": true
    },
    {
      "linkId": "date",
      "text": "Date of vaccine",
      "type": "date",
      "required": true
    },
    {
      "linkId": "vaccine_valid",
      "text": "Vaccination valid from",
      "type": "date",
      "required": false
    },
    {
      "linkId": "dose",
      "text": "Dose number",
      "type": "integer",
      "required": true
    },
    {
      "linkId": "total_doses",
      "text": "Total doses",
      "type": "integer",
      "required": false
    },
    {
      "linkId": "country",
      "text": "Country of vaccination",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-3"
    },
    {
      "linkId": "centre",
      "text": "Administering centre",
      "type": "string",
      "required": true
    },
    {
      "linkId": "hw",
      "text": "Health worker identifier",
      "type": "string",
      "required": false
    },
    {
      "linkId": "disease",
      "text": "Disease or agent targeted",
      "type": "choice",
      "required": false,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCAgentTargetedCOVID19"
    },
    {
      "linkId": "due_date",
      "text": "Due date of next dose",
      "type": "date",
      "required": false
    },
    {
      "linkId": "pha",
      "text": "Certificate issuer",
      "type": "string",
      "required": true
    },
    {
      "linkId": "hcid",
      "text": "Health certificate identifier",
      "type": "string",
      "required": true
    },
    {
      "linkId": "valid_from",
      "text": "Certificate valid from",
      "type": "date",
      "required": false
    },
    {
      "linkId": "valid_until",
      "text": "Certificate valid until",
      "type": "date",
      "required": false
    }
  ]
}