Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-statistic-model-method.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System StatisticModelMethod

{
  "resourceType" : "CodeSystem",
  "id" : "statistic-model-method",
  "meta" : {
    "lastUpdated" : "2021-03-11T17:06:20.662+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/statistic-model-method",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
  }],
  "version" : "4.1.0",
  "name" : "StatisticModelMethod",
  "title" : "StatisticModelMethod",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-11T17:06:20+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Statistic Model Method.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/statistic-model-method",
  "content" : "complete",
  "concept" : [{
    "code" : "tauDersimonianLaird",
    "display" : "Dersimonian-Laird method",
    "definition" : "Dersimonian-Laird method for tau squared."
  },
  {
    "code" : "tauPauleMandel",
    "display" : "Paule-Mandel method",
    "definition" : "Paule-Mandel method for tau squared."
  },
  {
    "code" : "tauRestrictedMaximumLikelihood",
    "display" : "Restricted Maximum Likelihood method",
    "definition" : "Restricted Maximum Likelihood method for tau squared."
  },
  {
    "code" : "tauMaximumLikelihood",
    "display" : "Maximum Likelihood method",
    "definition" : "Maximum Likelihood method for tau squared."
  },
  {
    "code" : "tauEmpiricalBayes",
    "display" : "Empirical Bayes method",
    "definition" : "Empirical Bayes method for tau squared."
  },
  {
    "code" : "tauHunterSchmidt",
    "display" : "Hunter-Schmidt method",
    "definition" : "Hunter-Schmidt method for tau squared."
  },
  {
    "code" : "tauSidikJonkman",
    "display" : "Sidik-Jonkman method",
    "definition" : "Sidik-Jonkman method for tau squared."
  },
  {
    "code" : "tauHedges",
    "display" : "Hedges method",
    "definition" : "Hedges method for tau squared."
  },
  {
    "code" : "poolMantelHaenzsel",
    "display" : "Mantel-Haenszel method",
    "definition" : "Mantel-Haenszel method for pooling in meta-analysis."
  },
  {
    "code" : "poolInverseVariance",
    "display" : "Inverse variance method",
    "definition" : "Inverse variance method for pooling in meta-analysis."
  },
  {
    "code" : "poolPeto",
    "display" : "Peto method",
    "definition" : "Peto method for pooling in meta-analysis."
  },
  {
    "code" : "poolGeneralizedLinearMixedModel",
    "display" : "Generalized linear mixed model (GLMM)",
    "definition" : "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.