View raw Markdown
type: codesystemcodesystem: research-study-objective-type

ResearchStudy Objective Type Code System

Concepts

CodeDisplayDefinition
primaryPrimaryThe main question to be answered, and the one that drives any statistical planning for the study—e.g., calculation of the sample size to provide the appropriate power for statistical testing.
secondarySecondaryQuestion to be answered in the study that is of lesser importance than the primary objective.
exploratoryExploratoryExploratory questions to be answered in the study.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem	xmlns="http://hl7.org/fhir">
    <id value="research-study-objective-type"/>
    <meta>
        <lastUpdated value="2022-05-15T16:55:11.085+11:00"/>

    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
        <valueCode value="brr"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="normative"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
        <valueInteger value="0"/>
    </extension>
    <url value="http://hl7.org/fhir/research-study-objective-type"/>
    <version value="6.0.0"/>
    <name value="ResearchStudyObjectiveType"/>
    <title value="ResearchStudy Objective Type Code System"/>
    <status value="draft"/>
    <experimental value="false"/>
    <date value="2022-05-15T16:55:11.085+11:00"/>
    <publisher value="HL7 (FHIR Project)"/>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://hl7.org/fhir"/>
        </telecom>
        <telecom>
            <system value="email"/>
            <value value="fhir@lists.hl7.org"/>
        </telecom>
    </contact>
    <description value="Codes for the kind of study objective."/>
    <caseSensitive value="true"/>
    <valueSet value="http://hl7.org/fhir/ValueSet/research-study-objective-type"/>
    <content value="complete"/>
    <concept>
        <code value="primary"/>
        <display value="Primary"/>
        <definition value="The main question to be answered, and the one that drives any statistical planning for the study—e.g., calculation of the sample size to provide the appropriate power for statistical testing."/>
    </concept>
    <concept>
        <code value="secondary"/>
        <display value="Secondary"/>
        <definition value="Question to be answered in the study that is of lesser importance than the primary objective."/>
    </concept>
    <concept>
        <code value="exploratory"/>
        <display value="Exploratory"/>
        <definition value="Exploratory questions to be answered in the study."/>
    </concept>	
</CodeSystem>