FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-certainty-type.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem certainty-type

Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/certainty-type defines the following codes:

CodeDisplayDefinition
Overall Overall certaintyOverall certainty of evidence (quality of evidence).
RiskOfBias Risk of biasmethodologic concerns reducing internal validity.
Inconsistency Inconsistencyconcerns that findings are not similar enough to support certainty.
Indirectness Indirectnessconcerns reducing external validity.
Imprecision Imprecisionfuzzy or wide variability.
PublicationBias Publication biaslikelihood that what is published misrepresents what is available to publish.
DoseResponseGradient Dose response gradienthigher certainty due to dose response relationship.
PlausibleConfounding Plausible confoundinghigher certainty due to risk of bias in opposite direction.
LargeEffect Large effecthigher certainty due to large effect size.

Source1

{
  "resourceType": "CodeSystem",
  "id": "certainty-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/certainty-type",
  "version": "1.0.0",
  "name": "EvidenceCertaintyType",
  "title": "Evidence Certainty Type",
  "status": "active",
  "experimental": false,
  "date": "2025-01-20T16:55:11+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The aspect of quality, confidence, or certainty.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/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."
    }
  ]
}