Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Codesystem-statistic-model-code.ttl

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemStatisticModelCode

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "statistic-model-code"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/statistic-model-code"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.1539" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "StatisticModelCode"];
  fhir:CodeSystem.title [ fhir:value "StatisticModelCode"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2021-08-05T12:00:00+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The role that the assertion variable plays."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/statistic-model-code"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "oneTailedTest" ];
     fhir:CodeSystem.display [ fhir:value "one-tailed test (1 threshold)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for one-tailed test (1 threshold), no additional elements needed" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "twoTailedTest" ];
     fhir:CodeSystem.display [ fhir:value "two-tailed test (2 thresholds)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for two-tailed test (2 threshold), no additional elements needed" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "zTest" ];
     fhir:CodeSystem.display [ fhir:value "z-test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for z-test, no additional elements needed" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "oneSampleTTest" ];
     fhir:CodeSystem.display [ fhir:value "1-sample t-test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for 1-sample t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "twoSampleTTest" ];
     fhir:CodeSystem.display [ fhir:value "2-sample t-test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for 2-sample t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "pairedTTest" ];
     fhir:CodeSystem.display [ fhir:value "paired t-test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for paired t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "chiSquareTest" ];
     fhir:CodeSystem.display [ fhir:value "Chi-square test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Chi-square test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "chiSquareTestTrend" ];
     fhir:CodeSystem.display [ fhir:value "Chi-square test for trend" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Chi-square test for trend, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "pearsonCorrelation" ];
     fhir:CodeSystem.display [ fhir:value "Pearson correlation" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Pearson correlation, no additional elements needed" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "anova" ];
     fhir:CodeSystem.display [ fhir:value "ANOVA (ANalysis Of VAriance)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "anovaOneWay" ];
     fhir:CodeSystem.display [ fhir:value "one-way ANOVA" ];
     fhir:CodeSystem.definition [ fhir:value "Used for one-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "anovaTwoWay" ];
     fhir:CodeSystem.display [ fhir:value "2-way ANOVA without replication" ];
     fhir:CodeSystem.definition [ fhir:value "Used for 2-way ANOVA without replication method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "anovaTwoWayReplication" ];
     fhir:CodeSystem.display [ fhir:value "2-way ANOVA with replication" ];
     fhir:CodeSystem.definition [ fhir:value "Used for 2-way ANOVA with replication method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "manova" ];
     fhir:CodeSystem.display [ fhir:value "multivariate ANOVA (MANOVA)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for multivariate ANOVA (MANOVA) method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "anovaThreeWay" ];
     fhir:CodeSystem.display [ fhir:value "3-way ANOVA" ];
     fhir:CodeSystem.definition [ fhir:value "Used for 3-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "signTest" ];
     fhir:CodeSystem.display [ fhir:value "sign test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for sign test, no additional elements needed" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "wilcoxonSignedRankTest" ];
     fhir:CodeSystem.display [ fhir:value "Wilcoxon signed-rank test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Wilcoxon signed-rank test, no additional elements needed" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "wilcoxonRankSumTest" ];
     fhir:CodeSystem.display [ fhir:value "Wilcoxon rank-sum test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Wilcoxon rank-sum test, no additional elements needed" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "mannWhitneyUTest" ];
     fhir:CodeSystem.display [ fhir:value "Mann-Whitney U test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Mann-Whitney U test, no additional elements needed" ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "fishersExactTest" ];
     fhir:CodeSystem.display [ fhir:value "Fisher’s exact test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Fisher's exact test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "mcnemarsTest" ];
     fhir:CodeSystem.display [ fhir:value "McNemar’s test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for McNemar's test, no additional elements needed" ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "kruskalWallisTest" ];
     fhir:CodeSystem.display [ fhir:value "Kruskal Wallis test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Kruskal Wallis test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "spearmanCorrelation" ];
     fhir:CodeSystem.display [ fhir:value "Spearman correlation" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Spearman correlation, no additional elements needed" ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "kendallCorrelation" ];
     fhir:CodeSystem.display [ fhir:value "Kendall correlation" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Kendall correlation, no additional elements needed" ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "friedmanTest" ];
     fhir:CodeSystem.display [ fhir:value "Friedman test" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Friedman test, no additional elements needed" ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "goodmanKruskasGamma" ];
     fhir:CodeSystem.display [ fhir:value "Goodman Kruska’s Gamma" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Goodman Kruska’s Gamma, no additional elements needed" ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "glm" ];
     fhir:CodeSystem.display [ fhir:value "GLM (Generalized Linear Model)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM (Generalized Linear Model), no additional elements needed" ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.code [ fhir:value "glmProbit" ];
     fhir:CodeSystem.display [ fhir:value "GLM with probit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM with probit link, no additional elements needed" ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.code [ fhir:value "glmLogit" ];
     fhir:CodeSystem.display [ fhir:value "GLM with logit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM with logit link, no additional elements needed" ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.code [ fhir:value "glmIdentity" ];
     fhir:CodeSystem.display [ fhir:value "GLM with identity link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM with identity link, no additional elements needed" ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.code [ fhir:value "glmLog" ];
     fhir:CodeSystem.display [ fhir:value "GLM with log link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM with log link, no additional elements needed" ]
  ], [
     fhir:index 31;
     fhir:CodeSystem.code [ fhir:value "glmGeneralizedLogit" ];
     fhir:CodeSystem.display [ fhir:value "GLM with generalized logit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLM with generalized logit link, no additional elements needed" ]
  ], [
     fhir:index 32;
     fhir:CodeSystem.code [ fhir:value "glmm" ];
     fhir:CodeSystem.display [ fhir:value "Generalized linear mixed model (GLMM)" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Generalized linear mixed model (GLMM), no additional elements needed" ]
  ], [
     fhir:index 33;
     fhir:CodeSystem.code [ fhir:value "glmmProbit" ];
     fhir:CodeSystem.display [ fhir:value "GLMM with probit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLMM with probit link, no additional elements needed" ]
  ], [
     fhir:index 34;
     fhir:CodeSystem.code [ fhir:value "glmmLogit" ];
     fhir:CodeSystem.display [ fhir:value "GLMM with logit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLMM with logit link, no additional elements needed" ]
  ], [
     fhir:index 35;
     fhir:CodeSystem.code [ fhir:value "glmmIdentity" ];
     fhir:CodeSystem.display [ fhir:value "GLMM with identity link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLMM with identity link, no additional elements needed" ]
  ], [
     fhir:index 36;
     fhir:CodeSystem.code [ fhir:value "glmmLog" ];
     fhir:CodeSystem.display [ fhir:value "GLMM with log link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLMM with log link, no additional elements needed" ]
  ], [
     fhir:index 37;
     fhir:CodeSystem.code [ fhir:value "glmmGeneralizedLogit" ];
     fhir:CodeSystem.display [ fhir:value "GLMM with generalized logit link" ];
     fhir:CodeSystem.definition [ fhir:value "Used for GLMM with generalized logit link, no additional elements needed" ]
  ], [
     fhir:index 38;
     fhir:CodeSystem.code [ fhir:value "linearRegression" ];
     fhir:CodeSystem.display [ fhir:value "Linear Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for linear regression method of analysis, no additional elements needed" ]
  ], [
     fhir:index 39;
     fhir:CodeSystem.code [ fhir:value "logisticRegression" ];
     fhir:CodeSystem.display [ fhir:value "Logistic Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for logistic regression method of analysis, no additional elements needed" ]
  ], [
     fhir:index 40;
     fhir:CodeSystem.code [ fhir:value "polynomialRegression" ];
     fhir:CodeSystem.display [ fhir:value "Polynomial Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Polynomial regression method of analysis, no additional elements needed" ]
  ], [
     fhir:index 41;
     fhir:CodeSystem.code [ fhir:value "coxProportionalHazards" ];
     fhir:CodeSystem.display [ fhir:value "Cox Proportional Hazards" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Cox proportional hazards method of analysis, no additional elements needed" ]
  ], [
     fhir:index 42;
     fhir:CodeSystem.code [ fhir:value "binomialDistributionRegression" ];
     fhir:CodeSystem.display [ fhir:value "Binomial Distribution for Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Binomial Distribution for Regression, no additional elements needed" ]
  ], [
     fhir:index 43;
     fhir:CodeSystem.code [ fhir:value "multinomialDistributionRegression" ];
     fhir:CodeSystem.display [ fhir:value "Multinomial Distribution for Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Multinomial Distribution for Regression, no additional elements needed" ]
  ], [
     fhir:index 44;
     fhir:CodeSystem.code [ fhir:value "poissonRegression" ];
     fhir:CodeSystem.display [ fhir:value "Poisson Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Poisson Regression, no additional elements needed" ]
  ], [
     fhir:index 45;
     fhir:CodeSystem.code [ fhir:value "negativeBinomialRegression" ];
     fhir:CodeSystem.display [ fhir:value "Negative Binomial Regression" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Negative Binomial Regression, no additional elements needed" ]
  ], [
     fhir:index 46;
     fhir:CodeSystem.code [ fhir:value "zeroCellConstant" ];
     fhir:CodeSystem.display [ fhir:value "Zero-cell adjustment with constant" ];
     fhir:CodeSystem.definition [ fhir:value "Zero-cell adjustment done by adding a constant to all cells of affected studies, paired with \"value\" to define the constant" ]
  ], [
     fhir:index 47;
     fhir:CodeSystem.code [ fhir:value "zeroCellContinuityCorrection" ];
     fhir:CodeSystem.display [ fhir:value "Zero-cell adjustment with continuity correction" ];
     fhir:CodeSystem.definition [ fhir:value "Zero-cell adjustment done by treatment arm continuity correction, no additional elements needed" ]
  ], [
     fhir:index 48;
     fhir:CodeSystem.code [ fhir:value "adjusted" ];
     fhir:CodeSystem.display [ fhir:value "Adjusted analysis" ];
     fhir:CodeSystem.definition [ fhir:value "Used for adjusted analysis, paired with variable element(s)" ]
  ], [
     fhir:index 49;
     fhir:CodeSystem.code [ fhir:value "interactionTerm" ];
     fhir:CodeSystem.display [ fhir:value "Interaction term" ];
     fhir:CodeSystem.definition [ fhir:value "Used for interaction term, paired with \"value\" and two or more variable elements" ]
  ], [
     fhir:index 50;
     fhir:CodeSystem.code [ fhir:value "manteHaenszelMethod" ];
     fhir:CodeSystem.display [ fhir:value "Mantel-Haenszel method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Mantel-Haenszel method, no additional elements needed" ]
  ], [
     fhir:index 51;
     fhir:CodeSystem.code [ fhir:value "metaAnalysis" ];
     fhir:CodeSystem.display [ fhir:value "Meta-analysis" ];
     fhir:CodeSystem.definition [ fhir:value "Used for meta-analysis, no additional elements needed" ]
  ], [
     fhir:index 52;
     fhir:CodeSystem.code [ fhir:value "inverseVariance" ];
     fhir:CodeSystem.display [ fhir:value "Inverse variance method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for inverse variance method of meta-analysis, no additional elements needed" ]
  ], [
     fhir:index 53;
     fhir:CodeSystem.code [ fhir:value "petoMethod" ];
     fhir:CodeSystem.display [ fhir:value "Peto method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Peto method of meta-analysis, no additional elements needed" ]
  ], [
     fhir:index 54;
     fhir:CodeSystem.code [ fhir:value "hartungKnapp" ];
     fhir:CodeSystem.display [ fhir:value "Hartung-Knapp adjustment" ];
     fhir:CodeSystem.definition [ fhir:value "Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ]
  ], [
     fhir:index 55;
     fhir:CodeSystem.code [ fhir:value "modifiedHartungKnapp" ];
     fhir:CodeSystem.display [ fhir:value "Modified Hartung-Knapp adjustment" ];
     fhir:CodeSystem.definition [ fhir:value "Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ]
  ], [
     fhir:index 56;
     fhir:CodeSystem.code [ fhir:value "effectsFixed" ];
     fhir:CodeSystem.display [ fhir:value "Fixed-effects" ];
     fhir:CodeSystem.definition [ fhir:value "From a fixed-effects analysis, no additional elements needed" ]
  ], [
     fhir:index 57;
     fhir:CodeSystem.code [ fhir:value "effectsRandom" ];
     fhir:CodeSystem.display [ fhir:value "Random-effects" ];
     fhir:CodeSystem.definition [ fhir:value "From a random-effects analysis, no additional elements needed" ]
  ], [
     fhir:index 58;
     fhir:CodeSystem.code [ fhir:value "chiSquareTestHomogeneity" ];
     fhir:CodeSystem.display [ fhir:value "Chi-square test for homogeneity" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Chi-square test for homogeneity, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:index 59;
     fhir:CodeSystem.code [ fhir:value "dersimonianLairdMethod" ];
     fhir:CodeSystem.display [ fhir:value "Dersimonian-Laird method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Dersimonian-Laird method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 60;
     fhir:CodeSystem.code [ fhir:value "pauleMandelMethod" ];
     fhir:CodeSystem.display [ fhir:value "Paule-Mandel method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Paule-Mandel method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 61;
     fhir:CodeSystem.code [ fhir:value "restrictedLikelihood" ];
     fhir:CodeSystem.display [ fhir:value "Restricted Maximum Likelihood method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Restricted Maximum Likelihood method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 62;
     fhir:CodeSystem.code [ fhir:value "maximumLikelihood" ];
     fhir:CodeSystem.display [ fhir:value "Maximum Likelihood method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Maximum Likelihood method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 63;
     fhir:CodeSystem.code [ fhir:value "empiricalBayes" ];
     fhir:CodeSystem.display [ fhir:value "Empirical Bayes method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Empirical Bayes method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 64;
     fhir:CodeSystem.code [ fhir:value "hunterSchmidt" ];
     fhir:CodeSystem.display [ fhir:value "Hunter-Schmidt method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Hunter-Schmidt method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 65;
     fhir:CodeSystem.code [ fhir:value "sidikJonkman" ];
     fhir:CodeSystem.display [ fhir:value "Sidik-Jonkman method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Sidik-Jonkman method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 66;
     fhir:CodeSystem.code [ fhir:value "hedgesMethod" ];
     fhir:CodeSystem.display [ fhir:value "Hedges method" ];
     fhir:CodeSystem.definition [ fhir:value "Used for Hedges method of tau estimation, no additional elements needed" ]
  ], [
     fhir:index 67;
     fhir:CodeSystem.code [ fhir:value "tauDersimonianLaird" ];
     fhir:CodeSystem.display [ fhir:value "Dersimonian-Laird method" ];
     fhir:CodeSystem.definition [ fhir:value "Dersimonian-Laird method for tau squared" ]
  ], [
     fhir:index 68;
     fhir:CodeSystem.code [ fhir:value "tauPauleMandel" ];
     fhir:CodeSystem.display [ fhir:value "Paule-Mandel method" ];
     fhir:CodeSystem.definition [ fhir:value "Paule-Mandel method for tau squared" ]
  ], [
     fhir:index 69;
     fhir:CodeSystem.code [ fhir:value "tauRestrictedMaximumLikelihood" ];
     fhir:CodeSystem.display [ fhir:value "Restricted Maximum Likelihood method" ];
     fhir:CodeSystem.definition [ fhir:value "Restricted Maximum Likelihood method for tau squared" ]
  ], [
     fhir:index 70;
     fhir:CodeSystem.code [ fhir:value "tauMaximumLikelihood" ];
     fhir:CodeSystem.display [ fhir:value "Maximum Likelihood method" ];
     fhir:CodeSystem.definition [ fhir:value "Maximum Likelihood method for tau squared" ]
  ], [
     fhir:index 71;
     fhir:CodeSystem.code [ fhir:value "tauEmpiricalBayes" ];
     fhir:CodeSystem.display [ fhir:value "Empirical Bayes method" ];
     fhir:CodeSystem.definition [ fhir:value "Empirical Bayes method for tau squared" ]
  ], [
     fhir:index 72;
     fhir:CodeSystem.code [ fhir:value "tauHunterSchmidt" ];
     fhir:CodeSystem.display [ fhir:value "Hunter-Schmidt method" ];
     fhir:CodeSystem.definition [ fhir:value "Hunter-Schmidt method for tau squared" ]
  ], [
     fhir:index 73;
     fhir:CodeSystem.code [ fhir:value "tauSidikJonkman" ];
     fhir:CodeSystem.display [ fhir:value "Sidik-Jonkman method" ];
     fhir:CodeSystem.definition [ fhir:value "Sidik-Jonkman method for tau squared" ]
  ], [
     fhir:index 74;
     fhir:CodeSystem.code [ fhir:value "tauHedges" ];
     fhir:CodeSystem.display [ fhir:value "Hedges method" ];
     fhir:CodeSystem.definition [ fhir:value "Hedges method for tau squared" ]
  ], [
     fhir:index 75;
     fhir:CodeSystem.code [ fhir:value "poolMantelHaenzsel" ];
     fhir:CodeSystem.display [ fhir:value "Mantel-Haenszel method" ];
     fhir:CodeSystem.definition [ fhir:value "Mantel-Haenszel method for pooling in meta-analysis" ]
  ], [
     fhir:index 76;
     fhir:CodeSystem.code [ fhir:value "poolInverseVariance" ];
     fhir:CodeSystem.display [ fhir:value "Inverse variance method" ];
     fhir:CodeSystem.definition [ fhir:value "Inverse variance method for pooling in meta-analysis" ]
  ], [
     fhir:index 77;
     fhir:CodeSystem.code [ fhir:value "poolPeto" ];
     fhir:CodeSystem.display [ fhir:value "Peto method" ];
     fhir:CodeSystem.definition [ fhir:value "Peto method for pooling in meta-analysis" ]
  ], [
     fhir:index 78;
     fhir:CodeSystem.code [ fhir:value "poolGeneralizedLinearMixedModel" ];
     fhir:CodeSystem.display [ fhir:value "Generalized linear mixed model (GLMM)" ];
     fhir:CodeSystem.definition [ fhir:value "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.