This page is part of the FHIR Specification (v4.5.0: R5 Preview #3). 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
| FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code System StatisticModelCode
{
"resourceType" : "CodeSystem",
"id" : "statistic-model-code",
"meta" : {
"lastUpdated" : "2020-08-20T17:41:31.970+10:00"
},
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}],
"url" : "http://terminology.hl7.org/CodeSystem/statistic-model-code",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
}],
"version" : "4.5.0",
"name" : "StatisticModelCode",
"title" : "StatisticModelCode",
"status" : "draft",
"experimental" : false,
"date" : "2020-08-20T17:41:31+10:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Statistic Model Code.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/statistic-model-code",
"content" : "complete",
"concept" : [{
"code" : "effectsFixed",
"display" : "Fixed-effects meta-analysis",
"definition" : "From a fixed-effects meta-analysis, pair with valueBoolean."
},
{
"code" : "effectsRandom",
"display" : "Random-effects meta-analysis",
"definition" : "From a random-effects meta-analysis, pair with valueBoolean."
},
{
"code" : "methodTau",
"display" : "Tau estimation method",
"definition" : "Method used for estimating tau squared (used with a random-effects meta-analysis), pair with valueCodeableConcept."
},
{
"code" : "poolMethod",
"display" : "Pooling method",
"definition" : "Method used to pool results, pair with valueCodeableConcept."
},
{
"code" : "hartungKnapp",
"display" : "Hartung-Knapp adjustment",
"definition" : "Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used, pair with valueBoolean."
},
{
"code" : "modifiedHartungKnapp",
"display" : "Modified Hartung-Knapp adjustment",
"definition" : "Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used, pair with valueBoolean."
},
{
"code" : "zeroCellNumerical",
"display" : "Zero-cell adjustment with constant",
"definition" : "Zero-cell adjustment done by adding a constant to all cells of affected studies, pair with valueSimpleQuantity."
},
{
"code" : "zeroCellTreatmentArmContinuityCorrection",
"display" : "Zero-cell adjustment with continuity correction",
"definition" : "Zero-cell adjustment done by treatment arm continuity correction, pair with valueBoolean."
},
{
"code" : "adjusted",
"display" : "Adjusted analysis",
"definition" : "Used for adjusted analysis, pair with variable instead of value[x]."
},
{
"code" : "linearRegression",
"display" : "Linear Regression",
"definition" : "Used for linear regression method of analysis, pair with valueBoolean."
},
{
"code" : "logisticRegression",
"display" : "Logistic Regression",
"definition" : "Used for logistic regression method of analysis, pair with valueBoolean."
},
{
"code" : "anova",
"display" : "Analysis of Variance (ANOVA)",
"definition" : "Used for ANOVA method of analysis, pair with valueBoolean."
},
{
"code" : "coxProportionalHazards",
"display" : "Cox Proportional Hazards",
"definition" : "Used for Cox proportional hazards method of analysis, pair with valueBoolean."
}]
}
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.