Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example CodeSystem/statistic-model-code (Turtle)

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-12-14T07:12:54.019+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/statistic-model-code"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1938" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "StatisticModelCode"];
  fhir:CanonicalResource.title [ fhir:value "StatisticModelCode"];
  fhir:CanonicalResource.status [ fhir:value "active"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2021-08-05T12:00:00+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "The role that the assertion variable plays."];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/statistic-model-code"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1938" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CodeSystem.name [ fhir:value "StatisticModelCode"];
  fhir:CodeSystem.title [ fhir:value "StatisticModelCode"];
  fhir:CodeSystem.status [ fhir:value "active"];
  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:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       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.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  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:ConceptDefinitionComponent.code [ fhir:value "oneTailedTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "one-tailed test (1 threshold)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for one-tailed test (1 threshold), no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "twoTailedTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "two-tailed test (2 thresholds)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for two-tailed test (2 threshold), no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "zTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "z-test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for z-test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "oneSampleTTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "1-sample t-test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for 1-sample t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "twoSampleTTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "2-sample t-test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for 2-sample t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "pairedTTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "paired t-test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for paired t-test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "chiSquareTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Chi-square test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Chi-square test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "chiSquareTestTrend" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Chi-square test for trend" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Chi-square test for trend, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "pearsonCorrelation" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Pearson correlation" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Pearson correlation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anova" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "ANOVA (ANalysis Of VAriance)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anovaOneWay" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "one-way ANOVA" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for one-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anovaTwoWay" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "2-way ANOVA without replication" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for 2-way ANOVA without replication method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anovaTwoWayReplication" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "2-way ANOVA with replication" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for 2-way ANOVA with replication method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "manova" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "multivariate ANOVA (MANOVA)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for multivariate ANOVA (MANOVA) method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anovaThreeWay" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "3-way ANOVA" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for 3-way ANOVA method of analysis, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "signTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "sign test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for sign test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "wilcoxonSignedRankTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Wilcoxon signed-rank test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Wilcoxon signed-rank test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "wilcoxonRankSumTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Wilcoxon rank-sum test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Wilcoxon rank-sum test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "mannWhitneyUTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Mann-Whitney U test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Mann-Whitney U test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "fishersExactTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Fisher’s exact test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Fisher's exact test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "mcnemarsTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "McNemar’s test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for McNemar's test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "kruskalWallisTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Kruskal Wallis test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Kruskal Wallis test, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "spearmanCorrelation" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Spearman correlation" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Spearman correlation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "kendallCorrelation" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Kendall correlation" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Kendall correlation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "friedmanTest" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Friedman test" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Friedman test, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "goodmanKruskasGamma" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Goodman Kruska’s Gamma" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Goodman Kruska’s Gamma, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glm" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM (Generalized Linear Model)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM (Generalized Linear Model), no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmProbit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM with probit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM with probit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmLogit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM with logit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM with logit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmIdentity" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM with identity link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM with identity link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmLog" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM with log link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM with log link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmGeneralizedLogit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLM with generalized logit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLM with generalized logit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmm" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Generalized linear mixed model (GLMM)" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Generalized linear mixed model (GLMM), no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmmProbit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLMM with probit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLMM with probit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmmLogit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLMM with logit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLMM with logit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmmIdentity" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLMM with identity link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLMM with identity link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmmLog" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLMM with log link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLMM with log link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "glmmGeneralizedLogit" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "GLMM with generalized logit link" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for GLMM with generalized logit link, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "linearRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Linear Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for linear regression method of analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "logisticRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Logistic Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for logistic regression method of analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "polynomialRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Polynomial Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Polynomial regression method of analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "coxProportionalHazards" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Cox Proportional Hazards" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Cox proportional hazards method of analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "binomialDistributionRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Binomial Distribution for Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Binomial Distribution for Regression, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "multinomialDistributionRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Multinomial Distribution for Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Multinomial Distribution for Regression, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "poissonRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Poisson Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Poisson Regression, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "negativeBinomialRegression" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Negative Binomial Regression" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Negative Binomial Regression, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "zeroCellConstant" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Zero-cell adjustment with constant" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "zeroCellContinuityCorrection" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Zero-cell adjustment with continuity correction" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Zero-cell adjustment done by treatment arm continuity correction, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "adjusted" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Adjusted analysis" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for adjusted analysis, paired with variable element(s)" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "interactionTerm" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Interaction term" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for interaction term, paired with \"value\" and two or more variable elements" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "manteHaenszelMethod" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Mantel-Haenszel method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Mantel-Haenszel method, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "metaAnalysis" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Meta-analysis" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for meta-analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "inverseVariance" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Inverse variance method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for inverse variance method of meta-analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "petoMethod" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Peto method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Peto method of meta-analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "hartungKnapp" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Hartung-Knapp adjustment" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "modifiedHartungKnapp" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Modified Hartung-Knapp adjustment" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used in meta-analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "effectsFixed" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Fixed-effects" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "From a fixed-effects analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "effectsRandom" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Random-effects" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "From a random-effects analysis, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "chiSquareTestHomogeneity" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Chi-square test for homogeneity" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Chi-square test for homogeneity, may be paired with \"value\" to express degrees of freedom" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "dersimonianLairdMethod" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Dersimonian-Laird method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Dersimonian-Laird method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "pauleMandelMethod" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Paule-Mandel method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Paule-Mandel method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "restrictedLikelihood" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Restricted Maximum Likelihood method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Restricted Maximum Likelihood method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "maximumLikelihood" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Maximum Likelihood method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Maximum Likelihood method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "empiricalBayes" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Empirical Bayes method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Empirical Bayes method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "hunterSchmidt" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Hunter-Schmidt method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Hunter-Schmidt method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "sidikJonkman" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Sidik-Jonkman method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Sidik-Jonkman method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "hedgesMethod" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Hedges method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used for Hedges method of tau estimation, no additional elements needed" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauDersimonianLaird" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Dersimonian-Laird method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Dersimonian-Laird method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauPauleMandel" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Paule-Mandel method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Paule-Mandel method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauRestrictedMaximumLikelihood" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Restricted Maximum Likelihood method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Restricted Maximum Likelihood method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauMaximumLikelihood" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Maximum Likelihood method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Maximum Likelihood method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauEmpiricalBayes" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Empirical Bayes method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Empirical Bayes method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauHunterSchmidt" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Hunter-Schmidt method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Hunter-Schmidt method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauSidikJonkman" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Sidik-Jonkman method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Sidik-Jonkman method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "tauHedges" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Hedges method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Hedges method for tau squared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "poolMantelHaenzsel" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Mantel-Haenszel method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Mantel-Haenszel method for pooling in meta-analysis" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "poolInverseVariance" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Inverse variance method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Inverse variance method for pooling in meta-analysis" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "poolPeto" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Peto method" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Peto method for pooling in meta-analysis" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "poolGeneralizedLinearMixedModel" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Generalized linear mixed model (GLMM)" ];
     fhir:ConceptDefinitionComponent.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.