HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: StatisticCertaintySubcomponentType - JSON Representation

Draft as of 2020-04-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "certainty-subcomponent-type",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/certainty-subcomponent-type</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\">RiskOfBias<a name=\"certainty-subcomponent-type-RiskOfBias\"> </a></td><td>Risk of bias</td><td>methodologic concerns reducing internal validity.</td></tr><tr><td style=\"white-space:nowrap\">Inconsistency<a name=\"certainty-subcomponent-type-Inconsistency\"> </a></td><td>Inconsistency</td><td>concerns that findings are not similar enough to support certainty.</td></tr><tr><td style=\"white-space:nowrap\">Indirectness<a name=\"certainty-subcomponent-type-Indirectness\"> </a></td><td>Indirectness</td><td>concerns reducing external validity.</td></tr><tr><td style=\"white-space:nowrap\">Imprecision<a name=\"certainty-subcomponent-type-Imprecision\"> </a></td><td>Imprecision</td><td>fuzzy or wide variability.</td></tr><tr><td style=\"white-space:nowrap\">PublicationBias<a name=\"certainty-subcomponent-type-PublicationBias\"> </a></td><td>Publication bias</td><td>likelihood that what is published misrepresents what is available to publish.</td></tr><tr><td style=\"white-space:nowrap\">DoseResponseGradient<a name=\"certainty-subcomponent-type-DoseResponseGradient\"> </a></td><td>Dose response gradient</td><td>higher certainty due to dose response relationship.</td></tr><tr><td style=\"white-space:nowrap\">PlausibleConfounding<a name=\"certainty-subcomponent-type-PlausibleConfounding\"> </a></td><td>Plausible confounding</td><td>higher certainty due to risk of bias in opposite direction.</td></tr><tr><td style=\"white-space:nowrap\">LargeEffect<a name=\"certainty-subcomponent-type-LargeEffect\"> </a></td><td>Large effect</td><td>higher certainty due to large effect size.</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/certainty-subcomponent-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1360"
    }
  ],
  "version" : "0.1.0",
  "name" : "StatisticCertaintySubcomponentType",
  "title" : "StatisticCertaintySubcomponentType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-04-09T21:10:28+00:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "The subcomponent classification of quality of evidence rating systems.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/certainty-subcomponent-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "RiskOfBias",
      "display" : "Risk of bias",
      "definition" : "methodologic concerns reducing internal validity."
    },
    {
      "code" : "Inconsistency",
      "display" : "Inconsistency",
      "definition" : "concerns that findings are not similar enough to support certainty."
    },
    {
      "code" : "Indirectness",
      "display" : "Indirectness",
      "definition" : "concerns reducing external validity."
    },
    {
      "code" : "Imprecision",
      "display" : "Imprecision",
      "definition" : "fuzzy or wide variability."
    },
    {
      "code" : "PublicationBias",
      "display" : "Publication bias",
      "definition" : "likelihood that what is published misrepresents what is available to publish."
    },
    {
      "code" : "DoseResponseGradient",
      "display" : "Dose response gradient",
      "definition" : "higher certainty due to dose response relationship."
    },
    {
      "code" : "PlausibleConfounding",
      "display" : "Plausible confounding",
      "definition" : "higher certainty due to risk of bias in opposite direction."
    },
    {
      "code" : "LargeEffect",
      "display" : "Large effect",
      "definition" : "higher certainty due to large effect size."
    }
  ]
}