This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemStatisticModelCode
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/CodeSystem/statistic-model-code> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "statistic-model-code"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-03-18T13:49:06.036+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem statistic-model-code</b></p><a name=\"statistic-model-code\"> </a><a name=\"hcstatistic-model-code\"> </a><a name=\"statistic-model-code-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/statistic-model-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">oneTailedTest<a name=\"statistic-model-code-oneTailedTest\"> </a></td><td>one-tailed test (1 threshold)</td><td>Used for one-tailed test (1 threshold), no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">twoTailedTest<a name=\"statistic-model-code-twoTailedTest\"> </a></td><td>two-tailed test (2 thresholds)</td><td>Used for two-tailed test (2 threshold), no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">zTest<a name=\"statistic-model-code-zTest\"> </a></td><td>z-test</td><td>Used for z-test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">oneSampleTTest<a name=\"statistic-model-code-oneSampleTTest\"> </a></td><td>1-sample t-test</td><td>Used for 1-sample t-test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">twoSampleTTest<a name=\"statistic-model-code-twoSampleTTest\"> </a></td><td>2-sample t-test</td><td>Used for 2-sample t-test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">pairedTTest<a name=\"statistic-model-code-pairedTTest\"> </a></td><td>paired t-test</td><td>Used for paired t-test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">chiSquareTest<a name=\"statistic-model-code-chiSquareTest\"> </a></td><td>Chi-square test</td><td>Used for Chi-square test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">chiSquareTestTrend<a name=\"statistic-model-code-chiSquareTestTrend\"> </a></td><td>Chi-square test for trend</td><td>Used for Chi-square test for trend, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">pearsonCorrelation<a name=\"statistic-model-code-pearsonCorrelation\"> </a></td><td>Pearson correlation</td><td>Used for Pearson correlation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">anova<a name=\"statistic-model-code-anova\"> </a></td><td>ANOVA (ANalysis Of VAriance)</td><td>Used for ANOVA method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">anovaOneWay<a name=\"statistic-model-code-anovaOneWay\"> </a></td><td>one-way ANOVA</td><td>Used for one-way ANOVA method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">anovaTwoWay<a name=\"statistic-model-code-anovaTwoWay\"> </a></td><td>2-way ANOVA without replication</td><td>Used for 2-way ANOVA without replication method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">anovaTwoWayReplication<a name=\"statistic-model-code-anovaTwoWayReplication\"> </a></td><td>2-way ANOVA with replication</td><td>Used for 2-way ANOVA with replication method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">manova<a name=\"statistic-model-code-manova\"> </a></td><td>multivariate ANOVA (MANOVA)</td><td>Used for multivariate ANOVA (MANOVA) method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">anovaThreeWay<a name=\"statistic-model-code-anovaThreeWay\"> </a></td><td>3-way ANOVA</td><td>Used for 3-way ANOVA method of analysis, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">signTest<a name=\"statistic-model-code-signTest\"> </a></td><td>sign test</td><td>Used for sign test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">wilcoxonSignedRankTest<a name=\"statistic-model-code-wilcoxonSignedRankTest\"> </a></td><td>Wilcoxon signed-rank test</td><td>Used for Wilcoxon signed-rank test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">wilcoxonRankSumTest<a name=\"statistic-model-code-wilcoxonRankSumTest\"> </a></td><td>Wilcoxon rank-sum test</td><td>Used for Wilcoxon rank-sum test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">mannWhitneyUTest<a name=\"statistic-model-code-mannWhitneyUTest\"> </a></td><td>Mann-Whitney U test</td><td>Used for Mann-Whitney U test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">fishersExactTest<a name=\"statistic-model-code-fishersExactTest\"> </a></td><td>Fisher’s exact test</td><td>Used for Fisher's exact test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">mcnemarsTest<a name=\"statistic-model-code-mcnemarsTest\"> </a></td><td>McNemar’s test</td><td>Used for McNemar's test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">kruskalWallisTest<a name=\"statistic-model-code-kruskalWallisTest\"> </a></td><td>Kruskal Wallis test</td><td>Used for Kruskal Wallis test, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">spearmanCorrelation<a name=\"statistic-model-code-spearmanCorrelation\"> </a></td><td>Spearman correlation</td><td>Used for Spearman correlation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">kendallCorrelation<a name=\"statistic-model-code-kendallCorrelation\"> </a></td><td>Kendall correlation</td><td>Used for Kendall correlation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">friedmanTest<a name=\"statistic-model-code-friedmanTest\"> </a></td><td>Friedman test</td><td>Used for Friedman test, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">goodmanKruskasGamma<a name=\"statistic-model-code-goodmanKruskasGamma\"> </a></td><td>Goodman Kruska’s Gamma</td><td>Used for Goodman Kruska’s Gamma, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glm<a name=\"statistic-model-code-glm\"> </a></td><td>GLM (Generalized Linear Model)</td><td>Used for GLM (Generalized Linear Model), no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmProbit<a name=\"statistic-model-code-glmProbit\"> </a></td><td>GLM with probit link</td><td>Used for GLM with probit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmLogit<a name=\"statistic-model-code-glmLogit\"> </a></td><td>GLM with logit link</td><td>Used for GLM with logit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmIdentity<a name=\"statistic-model-code-glmIdentity\"> </a></td><td>GLM with identity link</td><td>Used for GLM with identity link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmLog<a name=\"statistic-model-code-glmLog\"> </a></td><td>GLM with log link</td><td>Used for GLM with log link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmGeneralizedLogit<a name=\"statistic-model-code-glmGeneralizedLogit\"> </a></td><td>GLM with generalized logit link</td><td>Used for GLM with generalized logit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmm<a name=\"statistic-model-code-glmm\"> </a></td><td>Generalized linear mixed model (GLMM)</td><td>Used for Generalized linear mixed model (GLMM), no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmmProbit<a name=\"statistic-model-code-glmmProbit\"> </a></td><td>GLMM with probit link</td><td>Used for GLMM with probit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmmLogit<a name=\"statistic-model-code-glmmLogit\"> </a></td><td>GLMM with logit link</td><td>Used for GLMM with logit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmmIdentity<a name=\"statistic-model-code-glmmIdentity\"> </a></td><td>GLMM with identity link</td><td>Used for GLMM with identity link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmmLog<a name=\"statistic-model-code-glmmLog\"> </a></td><td>GLMM with log link</td><td>Used for GLMM with log link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">glmmGeneralizedLogit<a name=\"statistic-model-code-glmmGeneralizedLogit\"> </a></td><td>GLMM with generalized logit link</td><td>Used for GLMM with generalized logit link, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">linearRegression<a name=\"statistic-model-code-linearRegression\"> </a></td><td>Linear Regression</td><td>Used for linear regression method of analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">logisticRegression<a name=\"statistic-model-code-logisticRegression\"> </a></td><td>Logistic Regression</td><td>Used for logistic regression method of analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">polynomialRegression<a name=\"statistic-model-code-polynomialRegression\"> </a></td><td>Polynomial Regression</td><td>Used for Polynomial regression method of analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">coxProportionalHazards<a name=\"statistic-model-code-coxProportionalHazards\"> </a></td><td>Cox Proportional Hazards</td><td>Used for Cox proportional hazards method of analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">binomialDistributionRegression<a name=\"statistic-model-code-binomialDistributionRegression\"> </a></td><td>Binomial Distribution for Regression</td><td>Used for Binomial Distribution for Regression, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">multinomialDistributionRegression<a name=\"statistic-model-code-multinomialDistributionRegression\"> </a></td><td>Multinomial Distribution for Regression</td><td>Used for Multinomial Distribution for Regression, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">poissonRegression<a name=\"statistic-model-code-poissonRegression\"> </a></td><td>Poisson Regression</td><td>Used for Poisson Regression, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">negativeBinomialRegression<a name=\"statistic-model-code-negativeBinomialRegression\"> </a></td><td>Negative Binomial Regression</td><td>Used for Negative Binomial Regression, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">zeroCellConstant<a name=\"statistic-model-code-zeroCellConstant\"> </a></td><td>Zero-cell adjustment with constant</td><td>Zero-cell adjustment done by adding a constant to all cells of affected studies, paired with "value" to define the constant</td></tr><tr><td style=\"white-space:nowrap\">zeroCellContinuityCorrection<a name=\"statistic-model-code-zeroCellContinuityCorrection\"> </a></td><td>Zero-cell adjustment with continuity correction</td><td>Zero-cell adjustment done by treatment arm continuity correction, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">adjusted<a name=\"statistic-model-code-adjusted\"> </a></td><td>Adjusted analysis</td><td>Used for adjusted analysis, paired with variable element(s)</td></tr><tr><td style=\"white-space:nowrap\">interactionTerm<a name=\"statistic-model-code-interactionTerm\"> </a></td><td>Interaction term</td><td>Used for interaction term, paired with "value" and two or more variable elements</td></tr><tr><td style=\"white-space:nowrap\">manteHaenszelMethod<a name=\"statistic-model-code-manteHaenszelMethod\"> </a></td><td>Mantel-Haenszel method</td><td>Used for Mantel-Haenszel method, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">metaAnalysis<a name=\"statistic-model-code-metaAnalysis\"> </a></td><td>Meta-analysis</td><td>Used for meta-analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">inverseVariance<a name=\"statistic-model-code-inverseVariance\"> </a></td><td>Inverse variance method</td><td>Used for inverse variance method of meta-analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">petoMethod<a name=\"statistic-model-code-petoMethod\"> </a></td><td>Peto method</td><td>Used for Peto method of meta-analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">hartungKnapp<a name=\"statistic-model-code-hartungKnapp\"> </a></td><td>Hartung-Knapp adjustment</td><td>Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">modifiedHartungKnapp<a name=\"statistic-model-code-modifiedHartungKnapp\"> </a></td><td>Modified Hartung-Knapp adjustment</td><td>Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">effectsFixed<a name=\"statistic-model-code-effectsFixed\"> </a></td><td>Fixed-effects</td><td>From a fixed-effects analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">effectsRandom<a name=\"statistic-model-code-effectsRandom\"> </a></td><td>Random-effects</td><td>From a random-effects analysis, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">chiSquareTestHomogeneity<a name=\"statistic-model-code-chiSquareTestHomogeneity\"> </a></td><td>Chi-square test for homogeneity</td><td>Used for Chi-square test for homogeneity, may be paired with "value" to express degrees of freedom</td></tr><tr><td style=\"white-space:nowrap\">dersimonianLairdMethod<a name=\"statistic-model-code-dersimonianLairdMethod\"> </a></td><td>Dersimonian-Laird method</td><td>Used for Dersimonian-Laird method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">pauleMandelMethod<a name=\"statistic-model-code-pauleMandelMethod\"> </a></td><td>Paule-Mandel method</td><td>Used for Paule-Mandel method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">restrictedLikelihood<a name=\"statistic-model-code-restrictedLikelihood\"> </a></td><td>Restricted Maximum Likelihood method</td><td>Used for Restricted Maximum Likelihood method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">maximumLikelihood<a name=\"statistic-model-code-maximumLikelihood\"> </a></td><td>Maximum Likelihood method</td><td>Used for Maximum Likelihood method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">empiricalBayes<a name=\"statistic-model-code-empiricalBayes\"> </a></td><td>Empirical Bayes method</td><td>Used for Empirical Bayes method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">hunterSchmidt<a name=\"statistic-model-code-hunterSchmidt\"> </a></td><td>Hunter-Schmidt method</td><td>Used for Hunter-Schmidt method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">sidikJonkman<a name=\"statistic-model-code-sidikJonkman\"> </a></td><td>Sidik-Jonkman method</td><td>Used for Sidik-Jonkman method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">hedgesMethod<a name=\"statistic-model-code-hedgesMethod\"> </a></td><td>Hedges method</td><td>Used for Hedges method of tau estimation, no additional elements needed</td></tr><tr><td style=\"white-space:nowrap\">tauDersimonianLaird<a name=\"statistic-model-code-tauDersimonianLaird\"> </a></td><td>Dersimonian-Laird method</td><td>Dersimonian-Laird method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauPauleMandel<a name=\"statistic-model-code-tauPauleMandel\"> </a></td><td>Paule-Mandel method</td><td>Paule-Mandel method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauRestrictedMaximumLikelihood<a name=\"statistic-model-code-tauRestrictedMaximumLikelihood\"> </a></td><td>Restricted Maximum Likelihood method</td><td>Restricted Maximum Likelihood method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauMaximumLikelihood<a name=\"statistic-model-code-tauMaximumLikelihood\"> </a></td><td>Maximum Likelihood method</td><td>Maximum Likelihood method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauEmpiricalBayes<a name=\"statistic-model-code-tauEmpiricalBayes\"> </a></td><td>Empirical Bayes method</td><td>Empirical Bayes method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauHunterSchmidt<a name=\"statistic-model-code-tauHunterSchmidt\"> </a></td><td>Hunter-Schmidt method</td><td>Hunter-Schmidt method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauSidikJonkman<a name=\"statistic-model-code-tauSidikJonkman\"> </a></td><td>Sidik-Jonkman method</td><td>Sidik-Jonkman method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">tauHedges<a name=\"statistic-model-code-tauHedges\"> </a></td><td>Hedges method</td><td>Hedges method for tau squared</td></tr><tr><td style=\"white-space:nowrap\">poolMantelHaenzsel<a name=\"statistic-model-code-poolMantelHaenzsel\"> </a></td><td>Mantel-Haenszel method</td><td>Mantel-Haenszel method for pooling in meta-analysis</td></tr><tr><td style=\"white-space:nowrap\">poolInverseVariance<a name=\"statistic-model-code-poolInverseVariance\"> </a></td><td>Inverse variance method</td><td>Inverse variance method for pooling in meta-analysis</td></tr><tr><td style=\"white-space:nowrap\">poolPeto<a name=\"statistic-model-code-poolPeto\"> </a></td><td>Peto method</td><td>Peto method for pooling in meta-analysis</td></tr><tr><td style=\"white-space:nowrap\">poolGeneralizedLinearMixedModel<a name=\"statistic-model-code-poolGeneralizedLinearMixedModel\"> </a></td><td>Generalized linear mixed model (GLMM)</td><td>Generalized linear mixed model (GLMM) method for pooling in meta-analysis</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "cds" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/statistic-model-code"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1938" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "StatisticModelCode"] ; # fhir:title [ fhir:v "Statistic Model Code"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2021-08-05T12:00:00+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "The role that the assertion variable plays."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/statistic-model-code"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/statistic-model-code> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "oneTailedTest" ] ; fhir:display [ fhir:v "one-tailed test (1 threshold)" ] ; fhir:definition [ fhir:v "Used for one-tailed test (1 threshold), no additional elements needed" ] ] [ fhir:code [ fhir:v "twoTailedTest" ] ; fhir:display [ fhir:v "two-tailed test (2 thresholds)" ] ; fhir:definition [ fhir:v "Used for two-tailed test (2 threshold), no additional elements needed" ] ] [ fhir:code [ fhir:v "zTest" ] ; fhir:display [ fhir:v "z-test" ] ; fhir:definition [ fhir:v "Used for z-test, no additional elements needed" ] ] [ fhir:code [ fhir:v "oneSampleTTest" ] ; fhir:display [ fhir:v "1-sample t-test" ] ; fhir:definition [ fhir:v "Used for 1-sample t-test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "twoSampleTTest" ] ; fhir:display [ fhir:v "2-sample t-test" ] ; fhir:definition [ fhir:v "Used for 2-sample t-test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "pairedTTest" ] ; fhir:display [ fhir:v "paired t-test" ] ; fhir:definition [ fhir:v "Used for paired t-test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "chiSquareTest" ] ; fhir:display [ fhir:v "Chi-square test" ] ; fhir:definition [ fhir:v "Used for Chi-square test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "chiSquareTestTrend" ] ; fhir:display [ fhir:v "Chi-square test for trend" ] ; fhir:definition [ fhir:v "Used for Chi-square test for trend, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "pearsonCorrelation" ] ; fhir:display [ fhir:v "Pearson correlation" ] ; fhir:definition [ fhir:v "Used for Pearson correlation, no additional elements needed" ] ] [ fhir:code [ fhir:v "anova" ] ; fhir:display [ fhir:v "ANOVA (ANalysis Of VAriance)" ] ; fhir:definition [ fhir:v "Used for ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "anovaOneWay" ] ; fhir:display [ fhir:v "one-way ANOVA" ] ; fhir:definition [ fhir:v "Used for one-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "anovaTwoWay" ] ; fhir:display [ fhir:v "2-way ANOVA without replication" ] ; fhir:definition [ fhir:v "Used for 2-way ANOVA without replication method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "anovaTwoWayReplication" ] ; fhir:display [ fhir:v "2-way ANOVA with replication" ] ; fhir:definition [ fhir:v "Used for 2-way ANOVA with replication method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "manova" ] ; fhir:display [ fhir:v "multivariate ANOVA (MANOVA)" ] ; fhir:definition [ fhir:v "Used for multivariate ANOVA (MANOVA) method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "anovaThreeWay" ] ; fhir:display [ fhir:v "3-way ANOVA" ] ; fhir:definition [ fhir:v "Used for 3-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "signTest" ] ; fhir:display [ fhir:v "sign test" ] ; fhir:definition [ fhir:v "Used for sign test, no additional elements needed" ] ] [ fhir:code [ fhir:v "wilcoxonSignedRankTest" ] ; fhir:display [ fhir:v "Wilcoxon signed-rank test" ] ; fhir:definition [ fhir:v "Used for Wilcoxon signed-rank test, no additional elements needed" ] ] [ fhir:code [ fhir:v "wilcoxonRankSumTest" ] ; fhir:display [ fhir:v "Wilcoxon rank-sum test" ] ; fhir:definition [ fhir:v "Used for Wilcoxon rank-sum test, no additional elements needed" ] ] [ fhir:code [ fhir:v "mannWhitneyUTest" ] ; fhir:display [ fhir:v "Mann-Whitney U test" ] ; fhir:definition [ fhir:v "Used for Mann-Whitney U test, no additional elements needed" ] ] [ fhir:code [ fhir:v "fishersExactTest" ] ; fhir:display [ fhir:v "Fisher’s exact test" ] ; fhir:definition [ fhir:v "Used for Fisher's exact test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "mcnemarsTest" ] ; fhir:display [ fhir:v "McNemar’s test" ] ; fhir:definition [ fhir:v "Used for McNemar's test, no additional elements needed" ] ] [ fhir:code [ fhir:v "kruskalWallisTest" ] ; fhir:display [ fhir:v "Kruskal Wallis test" ] ; fhir:definition [ fhir:v "Used for Kruskal Wallis test, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "spearmanCorrelation" ] ; fhir:display [ fhir:v "Spearman correlation" ] ; fhir:definition [ fhir:v "Used for Spearman correlation, no additional elements needed" ] ] [ fhir:code [ fhir:v "kendallCorrelation" ] ; fhir:display [ fhir:v "Kendall correlation" ] ; fhir:definition [ fhir:v "Used for Kendall correlation, no additional elements needed" ] ] [ fhir:code [ fhir:v "friedmanTest" ] ; fhir:display [ fhir:v "Friedman test" ] ; fhir:definition [ fhir:v "Used for Friedman test, no additional elements needed" ] ] [ fhir:code [ fhir:v "goodmanKruskasGamma" ] ; fhir:display [ fhir:v "Goodman Kruska’s Gamma" ] ; fhir:definition [ fhir:v "Used for Goodman Kruska’s Gamma, no additional elements needed" ] ] [ fhir:code [ fhir:v "glm" ] ; fhir:display [ fhir:v "GLM (Generalized Linear Model)" ] ; fhir:definition [ fhir:v "Used for GLM (Generalized Linear Model), no additional elements needed" ] ] [ fhir:code [ fhir:v "glmProbit" ] ; fhir:display [ fhir:v "GLM with probit link" ] ; fhir:definition [ fhir:v "Used for GLM with probit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmLogit" ] ; fhir:display [ fhir:v "GLM with logit link" ] ; fhir:definition [ fhir:v "Used for GLM with logit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmIdentity" ] ; fhir:display [ fhir:v "GLM with identity link" ] ; fhir:definition [ fhir:v "Used for GLM with identity link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmLog" ] ; fhir:display [ fhir:v "GLM with log link" ] ; fhir:definition [ fhir:v "Used for GLM with log link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmGeneralizedLogit" ] ; fhir:display [ fhir:v "GLM with generalized logit link" ] ; fhir:definition [ fhir:v "Used for GLM with generalized logit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmm" ] ; fhir:display [ fhir:v "Generalized linear mixed model (GLMM)" ] ; fhir:definition [ fhir:v "Used for Generalized linear mixed model (GLMM), no additional elements needed" ] ] [ fhir:code [ fhir:v "glmmProbit" ] ; fhir:display [ fhir:v "GLMM with probit link" ] ; fhir:definition [ fhir:v "Used for GLMM with probit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmmLogit" ] ; fhir:display [ fhir:v "GLMM with logit link" ] ; fhir:definition [ fhir:v "Used for GLMM with logit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmmIdentity" ] ; fhir:display [ fhir:v "GLMM with identity link" ] ; fhir:definition [ fhir:v "Used for GLMM with identity link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmmLog" ] ; fhir:display [ fhir:v "GLMM with log link" ] ; fhir:definition [ fhir:v "Used for GLMM with log link, no additional elements needed" ] ] [ fhir:code [ fhir:v "glmmGeneralizedLogit" ] ; fhir:display [ fhir:v "GLMM with generalized logit link" ] ; fhir:definition [ fhir:v "Used for GLMM with generalized logit link, no additional elements needed" ] ] [ fhir:code [ fhir:v "linearRegression" ] ; fhir:display [ fhir:v "Linear Regression" ] ; fhir:definition [ fhir:v "Used for linear regression method of analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "logisticRegression" ] ; fhir:display [ fhir:v "Logistic Regression" ] ; fhir:definition [ fhir:v "Used for logistic regression method of analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "polynomialRegression" ] ; fhir:display [ fhir:v "Polynomial Regression" ] ; fhir:definition [ fhir:v "Used for Polynomial regression method of analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "coxProportionalHazards" ] ; fhir:display [ fhir:v "Cox Proportional Hazards" ] ; fhir:definition [ fhir:v "Used for Cox proportional hazards method of analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "binomialDistributionRegression" ] ; fhir:display [ fhir:v "Binomial Distribution for Regression" ] ; fhir:definition [ fhir:v "Used for Binomial Distribution for Regression, no additional elements needed" ] ] [ fhir:code [ fhir:v "multinomialDistributionRegression" ] ; fhir:display [ fhir:v "Multinomial Distribution for Regression" ] ; fhir:definition [ fhir:v "Used for Multinomial Distribution for Regression, no additional elements needed" ] ] [ fhir:code [ fhir:v "poissonRegression" ] ; fhir:display [ fhir:v "Poisson Regression" ] ; fhir:definition [ fhir:v "Used for Poisson Regression, no additional elements needed" ] ] [ fhir:code [ fhir:v "negativeBinomialRegression" ] ; fhir:display [ fhir:v "Negative Binomial Regression" ] ; fhir:definition [ fhir:v "Used for Negative Binomial Regression, no additional elements needed" ] ] [ fhir:code [ fhir:v "zeroCellConstant" ] ; fhir:display [ fhir:v "Zero-cell adjustment with constant" ] ; fhir:definition [ fhir:v "Zero-cell adjustment done by adding a constant to all cells of affected studies, paired with \"value\" to define the constant" ] ] [ fhir:code [ fhir:v "zeroCellContinuityCorrection" ] ; fhir:display [ fhir:v "Zero-cell adjustment with continuity correction" ] ; fhir:definition [ fhir:v "Zero-cell adjustment done by treatment arm continuity correction, no additional elements needed" ] ] [ fhir:code [ fhir:v "adjusted" ] ; fhir:display [ fhir:v "Adjusted analysis" ] ; fhir:definition [ fhir:v "Used for adjusted analysis, paired with variable element(s)" ] ] [ fhir:code [ fhir:v "interactionTerm" ] ; fhir:display [ fhir:v "Interaction term" ] ; fhir:definition [ fhir:v "Used for interaction term, paired with \"value\" and two or more variable elements" ] ] [ fhir:code [ fhir:v "manteHaenszelMethod" ] ; fhir:display [ fhir:v "Mantel-Haenszel method" ] ; fhir:definition [ fhir:v "Used for Mantel-Haenszel method, no additional elements needed" ] ] [ fhir:code [ fhir:v "metaAnalysis" ] ; fhir:display [ fhir:v "Meta-analysis" ] ; fhir:definition [ fhir:v "Used for meta-analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "inverseVariance" ] ; fhir:display [ fhir:v "Inverse variance method" ] ; fhir:definition [ fhir:v "Used for inverse variance method of meta-analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "petoMethod" ] ; fhir:display [ fhir:v "Peto method" ] ; fhir:definition [ fhir:v "Used for Peto method of meta-analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "hartungKnapp" ] ; fhir:display [ fhir:v "Hartung-Knapp adjustment" ] ; fhir:definition [ fhir:v "Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "modifiedHartungKnapp" ] ; fhir:display [ fhir:v "Modified Hartung-Knapp adjustment" ] ; fhir:definition [ fhir:v "Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "effectsFixed" ] ; fhir:display [ fhir:v "Fixed-effects" ] ; fhir:definition [ fhir:v "From a fixed-effects analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "effectsRandom" ] ; fhir:display [ fhir:v "Random-effects" ] ; fhir:definition [ fhir:v "From a random-effects analysis, no additional elements needed" ] ] [ fhir:code [ fhir:v "chiSquareTestHomogeneity" ] ; fhir:display [ fhir:v "Chi-square test for homogeneity" ] ; fhir:definition [ fhir:v "Used for Chi-square test for homogeneity, may be paired with \"value\" to express degrees of freedom" ] ] [ fhir:code [ fhir:v "dersimonianLairdMethod" ] ; fhir:display [ fhir:v "Dersimonian-Laird method" ] ; fhir:definition [ fhir:v "Used for Dersimonian-Laird method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "pauleMandelMethod" ] ; fhir:display [ fhir:v "Paule-Mandel method" ] ; fhir:definition [ fhir:v "Used for Paule-Mandel method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "restrictedLikelihood" ] ; fhir:display [ fhir:v "Restricted Maximum Likelihood method" ] ; fhir:definition [ fhir:v "Used for Restricted Maximum Likelihood method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "maximumLikelihood" ] ; fhir:display [ fhir:v "Maximum Likelihood method" ] ; fhir:definition [ fhir:v "Used for Maximum Likelihood method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "empiricalBayes" ] ; fhir:display [ fhir:v "Empirical Bayes method" ] ; fhir:definition [ fhir:v "Used for Empirical Bayes method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "hunterSchmidt" ] ; fhir:display [ fhir:v "Hunter-Schmidt method" ] ; fhir:definition [ fhir:v "Used for Hunter-Schmidt method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "sidikJonkman" ] ; fhir:display [ fhir:v "Sidik-Jonkman method" ] ; fhir:definition [ fhir:v "Used for Sidik-Jonkman method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "hedgesMethod" ] ; fhir:display [ fhir:v "Hedges method" ] ; fhir:definition [ fhir:v "Used for Hedges method of tau estimation, no additional elements needed" ] ] [ fhir:code [ fhir:v "tauDersimonianLaird" ] ; fhir:display [ fhir:v "Dersimonian-Laird method" ] ; fhir:definition [ fhir:v "Dersimonian-Laird method for tau squared" ] ] [ fhir:code [ fhir:v "tauPauleMandel" ] ; fhir:display [ fhir:v "Paule-Mandel method" ] ; fhir:definition [ fhir:v "Paule-Mandel method for tau squared" ] ] [ fhir:code [ fhir:v "tauRestrictedMaximumLikelihood" ] ; fhir:display [ fhir:v "Restricted Maximum Likelihood method" ] ; fhir:definition [ fhir:v "Restricted Maximum Likelihood method for tau squared" ] ] [ fhir:code [ fhir:v "tauMaximumLikelihood" ] ; fhir:display [ fhir:v "Maximum Likelihood method" ] ; fhir:definition [ fhir:v "Maximum Likelihood method for tau squared" ] ] [ fhir:code [ fhir:v "tauEmpiricalBayes" ] ; fhir:display [ fhir:v "Empirical Bayes method" ] ; fhir:definition [ fhir:v "Empirical Bayes method for tau squared" ] ] [ fhir:code [ fhir:v "tauHunterSchmidt" ] ; fhir:display [ fhir:v "Hunter-Schmidt method" ] ; fhir:definition [ fhir:v "Hunter-Schmidt method for tau squared" ] ] [ fhir:code [ fhir:v "tauSidikJonkman" ] ; fhir:display [ fhir:v "Sidik-Jonkman method" ] ; fhir:definition [ fhir:v "Sidik-Jonkman method for tau squared" ] ] [ fhir:code [ fhir:v "tauHedges" ] ; fhir:display [ fhir:v "Hedges method" ] ; fhir:definition [ fhir:v "Hedges method for tau squared" ] ] [ fhir:code [ fhir:v "poolMantelHaenzsel" ] ; fhir:display [ fhir:v "Mantel-Haenszel method" ] ; fhir:definition [ fhir:v "Mantel-Haenszel method for pooling in meta-analysis" ] ] [ fhir:code [ fhir:v "poolInverseVariance" ] ; fhir:display [ fhir:v "Inverse variance method" ] ; fhir:definition [ fhir:v "Inverse variance method for pooling in meta-analysis" ] ] [ fhir:code [ fhir:v "poolPeto" ] ; fhir:display [ fhir:v "Peto method" ] ; fhir:definition [ fhir:v "Peto method for pooling in meta-analysis" ] ] [ fhir:code [ fhir:v "poolGeneralizedLinearMixedModel" ] ; fhir:display [ fhir:v "Generalized linear mixed model (GLMM)" ] ; fhir:definition [ fhir:v "Generalized linear mixed model (GLMM) method for pooling in meta-analysis" ] ] ) . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Mar 18, 2025 13:55+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change