| Package | who.ddcc |
| Resource Type | Questionnaire |
| Id | DDCCTRCoreDataSetQuestionnaire |
| FHIR Version | R4 |
| Source | http://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/Questionnaire-DDCCTRCoreDataSetQuestionnaire.html |
| URL | http://smart.who.int/ddcc/DDCCTRCoreDataSetQuestionnaire |
| Version | 1.0.0 |
| Status | draft |
| Date | 2021-12-22 |
| Name | DDCCTRCoreDataSetQuestionnaire |
| Title | DDCC:TR Core Data Set Questionnaire |
| Realm | uv |
| Authority | who |
| Description | DDCC Questionnaire for a Test event. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire DDCCTRCoreDataSetQuestionnaire
Profile: DDCC Questionniare
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | DDCC Questionnaire for a Test event. | Questionnaire | http://smart.who.int/ddcc/DDCCTRCoreDataSetQuestionnaire#1.0.0 | |
![]() ![]() | Name | 1..1 | string | |
![]() ![]() | Date of birth | 1..1 | date | |
![]() ![]() | Unique identifier | 0..1 | string | |
![]() ![]() | Pathogen targeted | 1..1 | choice | Value Set: WHO Agent Targeted (COVID-19) |
![]() ![]() | Type of test | 1..1 | choice | Value Set: WHO Type of Covid-19 Test |
![]() ![]() | Test brand | 0..1 | choice | |
![]() ![]() | Test manufacturer | 0..1 | choice | |
![]() ![]() | Specimen Sample Origin | 0..1 | choice | Value Set: WHO Speciman Sample Origin (COVID-19) |
![]() ![]() | Date and time of sample collection | 1..1 | date | |
![]() ![]() | Test result | 1..1 | choice | Value Set: WHO Test Result (COVID-19) |
![]() ![]() | Vaccination valid from | 0..1 | date | |
![]() ![]() | Test centre or facility name | 0..1 | choice | |
![]() ![]() | Test centre country | 1..1 | choice | Value Set: Iso 3166 Part 1: 3 Letter Codes |
![]() ![]() | Certificate issuer | 1..1 | string | |
![]() ![]() | Health certificate identifier | 1..1 | string | |
![]() ![]() | Certificate valid from | 0..1 | date | |
![]() ![]() | Certificate valid until | 0..1 | date | |
{
"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
}
]
}