NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

Questionnaire: Example of a Questionnaire to Represent Raw Data

Official URL: https://nih-ncpi.github.io/ncpi-fhir-ig/data-dictionary/study-name/demographics Version: 0.2.0
Active as of 2022-12-09 Computable Name: Demographcs

In order to represent data with QuestionnaireResponses, one must provide a Questionnaire to describe the data format. In this example we have a single table, Demographics, which has 5 fields, each of which are described as separate items. Each of the items has a type, and for “multiple choice” type values, a ValueSet URL is also provided.

Note that each of the items links back to the data-dictionary by way of their codes from the Demographics CodeSystem.

LinkIdTextCardinalityTypeDescription & Constraintsdoco
.. DemographcsQuestionnairehttps://nih-ncpi.github.io/ncpi-fhir-ig/data-dictionary/study-name/demographics#0.2.0
... subjectidSubject ID1..1string
... genderGender1..1choiceValue Set: AdministrativeGender
... age_at_enrollmentSubject's Age at Enrollment in days0..1integer
... bmiSubject's BMI, Measured at Enrollment0..1quantity
... statusSubject's status (Case or Control)0..1choiceValue Set: Case/Control Vars for 'status' categoricals

doco Documentation for this format

Notes: