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

FHIR IG Statistics: Questionnaire/DDCCTRCoreDataSetQuestionnaire

Packagewho.ddcc
TypeQuestionnaire
IdDDCCTRCoreDataSetQuestionnaire
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/Questionnaire-DDCCTRCoreDataSetQuestionnaire.html
URLhttp://smart.who.int/ddcc/DDCCTRCoreDataSetQuestionnaire
Version1.0.0
Statusdraft
Date2021-12-22
NameDDCCTRCoreDataSetQuestionnaire
TitleDDCC:TR Core Data Set Questionnaire
Realmuv
Authoritywho
DescriptionDDCC Questionnaire for a Test 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 DDCCTRCoreDataSetQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. DDCCTRCoreDataSetQuestionnaireDDCC Questionnaire for a Test event.Questionnairehttp://smart.who.int/ddcc/DDCCTRCoreDataSetQuestionnaire#1.0.0
... nameName1..1string
... birthDateDate of birth1..1date
... identifierUnique identifier0..1string
... pathogenPathogen targeted1..1choiceValue Set: WHO Agent Targeted (COVID-19)
... typeType of test1..1choiceValue Set: WHO Type of Covid-19 Test
... brandTest brand0..1choice
... manufacturerTest manufacturer0..1choice
... originSpecimen Sample Origin0..1choiceValue Set: WHO Speciman Sample Origin (COVID-19)
... dateDate and time of sample collection1..1date
... resultTest result1..1choiceValue Set: WHO Test Result (COVID-19)
... vaccine_validVaccination valid from0..1date
... centreTest centre or facility name0..1choice
... countryTest centre country1..1choiceValue Set: Iso 3166 Part 1: 3 Letter Codes
... 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": "DDCCTRCoreDataSetQuestionnaire",
  "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/QRespToTRCoreDataSet"
    }
  ],
  "url": "http://smart.who.int/ddcc/DDCCTRCoreDataSetQuestionnaire",
  "version": "1.0.0",
  "name": "DDCCTRCoreDataSetQuestionnaire",
  "title": "DDCC:TR 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 a Test 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": true
    },
    {
      "linkId": "identifier",
      "text": "Unique identifier",
      "type": "string",
      "required": false
    },
    {
      "linkId": "pathogen",
      "text": "Pathogen targeted",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCAgentTargetedCOVID19"
    },
    {
      "linkId": "type",
      "text": "Type of test",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCTypeofTestCOVID19"
    },
    {
      "linkId": "brand",
      "text": "Test brand",
      "type": "choice",
      "required": false
    },
    {
      "linkId": "manufacturer",
      "text": "Test manufacturer",
      "type": "choice",
      "required": false
    },
    {
      "linkId": "origin",
      "text": "Specimen Sample Origin",
      "type": "choice",
      "required": false,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCSampleOriginCOVID19"
    },
    {
      "linkId": "date",
      "text": "Date and time of sample collection",
      "type": "date",
      "required": true
    },
    {
      "linkId": "result",
      "text": "Test result",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://smart.who.int/ddcc/ValueSet/who-ddcc-test-result-covid-19"
    },
    {
      "linkId": "vaccine_valid",
      "text": "Vaccination valid from",
      "type": "date",
      "required": false
    },
    {
      "linkId": "centre",
      "text": "Test centre or facility name",
      "type": "choice",
      "required": false
    },
    {
      "linkId": "country",
      "text": "Test centre country",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-3"
    },
    {
      "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
    }
  ]
}