Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

: EvidenceCertaintyType - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "certainty-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/certainty-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Overall\n                  <a name=\"certainty-type-Overall\"> </a>\n                </td>\n                <td>Overall certainty</td>\n                <td>Overall certainty of evidence (quality of evidence).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">RiskOfBias\n                  <a name=\"certainty-type-RiskOfBias\"> </a>\n                </td>\n                <td>Risk of bias</td>\n                <td>methodologic concerns reducing internal validity.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Inconsistency\n                  <a name=\"certainty-type-Inconsistency\"> </a>\n                </td>\n                <td>Inconsistency</td>\n                <td>concerns that findings are not similar enough to support certainty.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Indirectness\n                  <a name=\"certainty-type-Indirectness\"> </a>\n                </td>\n                <td>Indirectness</td>\n                <td>concerns reducing external validity.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Imprecision\n                  <a name=\"certainty-type-Imprecision\"> </a>\n                </td>\n                <td>Imprecision</td>\n                <td>fuzzy or wide variability.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PublicationBias\n                  <a name=\"certainty-type-PublicationBias\"> </a>\n                </td>\n                <td>Publication bias</td>\n                <td>likelihood that what is published misrepresents what is available to publish.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">DoseResponseGradient\n                  <a name=\"certainty-type-DoseResponseGradient\"> </a>\n                </td>\n                <td>Dose response gradient</td>\n                <td>higher certainty due to dose response relationship.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PlausibleConfounding\n                  <a name=\"certainty-type-PlausibleConfounding\"> </a>\n                </td>\n                <td>Plausible confounding</td>\n                <td>higher certainty due to risk of bias in opposite direction.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">LargeEffect\n                  <a name=\"certainty-type-LargeEffect\"> </a>\n                </td>\n                <td>Large effect</td>\n                <td>higher certainty due to large effect size.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/certainty-type",
  "version" : "5.0.0",
  "name" : "EvidenceCertaintyType",
  "title" : "Evidence Certainty Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-27T23:55:11-06:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [
    {
      "name" : "Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "The aspect of quality, confidence, or certainty.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/certainty-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Overall",
      "display" : "Overall certainty",
      "definition" : "Overall certainty of evidence (quality of evidence)."
    },
    {
      "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."
    }
  ]
}