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

Example ObservationDefinition: Data Dictionary Variable status

Dataset variable definition, status, is based on the profile, StudyDataDictionaryVariable. Based on ObservationDefinition, The Study Data Dictionary Variable describes a single variable from one of the Study’s data tables. To link the definition across various dataset components, the use of the Study’s code representation for that variable is used in the *code” property which is: status in this case.

To indicate what types of data can be expected to be found, the permittedDataType is used, which in this case is set to “CodeableConcept” and points to the ValueSet from which the code is found. .

Generated Narrative: ObservationDefinition

Resource ObservationDefinition "example-study-data-dictionary-variable-1-5"

Profile: NCPI Study Data Dictionary Data Variable

code: Subject's status (Case or Control) (Datatable CodeSystem (lists all variables)#status)

permittedDataType: CodeableConcept

validCodedValueSet: ValueSet/example-study-data-dictionary-case-control-vs-1 "ExampleStudyDataDictionaryCaseControlVS1"