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 XML (canonical form + also see XML Format Specification)
Definition for Code System StatisticModelCode
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="statistic-model-code"/> <meta> <lastUpdated value="2020-08-20T17:41:31.970+10:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This code system http://terminology.hl7.org/CodeSystem/statistic-model-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">effectsFixed <a name="statistic-model-code-effectsFixed"> </a> </td> <td> Fixed-effects meta-analysis</td> <td> From a fixed-effects meta-analysis, pair with valueBoolean.</td> </tr> <tr> <td style="white-space:nowrap">effectsRandom <a name="statistic-model-code-effectsRandom"> </a> </td> <td> Random-effects meta-analysis</td> <td> From a random-effects meta-analysis, pair with valueBoolean.</td> </tr> <tr> <td style="white-space:nowrap">methodTau <a name="statistic-model-code-methodTau"> </a> </td> <td> Tau estimation method</td> <td> Method used for estimating tau squared (used with a random-effects meta-analysis), pair with valueCodeableConcept.</td> </tr> <tr> <td style="white-space:nowrap">poolMethod <a name="statistic-model-code-poolMethod"> </a> </td> <td> Pooling method</td> <td> Method used to pool results, pair with valueCodeableConcept.</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, pair with valueBoolean.</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, pair with valueBoolean.</td> </tr> <tr> <td style="white-space:nowrap">zeroCellNumerical <a name="statistic-model-code-zeroCellNumerical"> </a> </td> <td> Zero-cell adjustment with constant</td> <td> Zero-cell adjustment done by adding a constant to all cells of affected studies, pair with valueSimpleQuantity.</td> </tr> <tr> <td style="white-space:nowrap">zeroCellTreatmentArmContinuityCorrection <a name="statistic-model-code-zeroCellTreatmentArmContinuityCorrection"> </a> </td> <td> Zero-cell adjustment with continuity correction</td> <td> Zero-cell adjustment done by treatment arm continuity correction, pair with valueBoolean.</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, pair with variable instead of value[x].</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, pair with valueBoolean.</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, pair with valueBoolean.</td> </tr> <tr> <td style="white-space:nowrap">anova <a name="statistic-model-code-anova"> </a> </td> <td> Analysis of Variance (ANOVA)</td> <td> Used for ANOVA method of analysis, pair with valueBoolean.</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, pair with valueBoolean.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="fhir"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="draft"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="5"/> </extension> <url value="http://terminology.hl7.org/CodeSystem/statistic-model-code"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.0"/> </identifier> <version value="4.5.0"/> <name value="StatisticModelCode"/> <title value="StatisticModelCode"/> <status value="draft"/> <experimental value="false"/> <date value="2020-08-20T17:41:31+10:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Statistic Model Code."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/statistic-model-code"/> <content value="complete"/> <concept> <code value="effectsFixed"/> <display value="Fixed-effects meta-analysis"/> <definition value="From a fixed-effects meta-analysis, pair with valueBoolean."/> </concept> <concept> <code value="effectsRandom"/> <display value="Random-effects meta-analysis"/> <definition value="From a random-effects meta-analysis, pair with valueBoolean."/> </concept> <concept> <code value="methodTau"/> <display value="Tau estimation method"/> <definition value="Method used for estimating tau squared (used with a random-effects meta-analysis), pair with valueCodeableConcept."/> </concept> <concept> <code value="poolMethod"/> <display value="Pooling method"/> <definition value="Method used to pool results, pair with valueCodeableConcept."/> </concept> <concept> <code value="hartungKnapp"/> <display value="Hartung-Knapp adjustment"/> <definition value="Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used, pair with valueBoolean."/> </concept> <concept> <code value="modifiedHartungKnapp"/> <display value="Modified Hartung-Knapp adjustment"/> <definition value="Modified Hartung-Knapp/Hartung-Knapp-Sidik-Jonkman adjustment used, pair with valueBoolean."/> </concept> <concept> <code value="zeroCellNumerical"/> <display value="Zero-cell adjustment with constant"/> <definition value="Zero-cell adjustment done by adding a constant to all cells of affected studies, pair with valueSimpleQuantity."/> </concept> <concept> <code value="zeroCellTreatmentArmContinuityCorrection"/> <display value="Zero-cell adjustment with continuity correction"/> <definition value="Zero-cell adjustment done by treatment arm continuity correction, pair with valueBoolean."/> </concept> <concept> <code value="adjusted"/> <display value="Adjusted analysis"/> <definition value="Used for adjusted analysis, pair with variable instead of value[x]."/> </concept> <concept> <code value="linearRegression"/> <display value="Linear Regression"/> <definition value="Used for linear regression method of analysis, pair with valueBoolean."/> </concept> <concept> <code value="logisticRegression"/> <display value="Logistic Regression"/> <definition value="Used for logistic regression method of analysis, pair with valueBoolean."/> </concept> <concept> <code value="anova"/> <display value="Analysis of Variance (ANOVA)"/> <definition value="Used for ANOVA method of analysis, pair with valueBoolean."/> </concept> <concept> <code value="coxProportionalHazards"/> <display value="Cox Proportional Hazards"/> <definition value="Used for Cox proportional hazards method of analysis, pair with valueBoolean."/> </concept> </CodeSystem>
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.