Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Relative Effect Type - JSON Representation

Draft as of 2022-09-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-relative-effect-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-statistic-type.html\"><code>http://terminology.hl7.org/CodeSystem/statistic-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-statistic-type.html#statistic-type-C93150\">C93150</a></td><td>Hazard Ratio</td><td>A measure of how often a particular event happens in one group compared to how often it happens in another group, over time. In cancer research, hazard ratios are often used in clinical trials to measure survival at any point in time in a group of patients who have been given a specific treatment compared to a control group given another treatment or a placebo. A hazard ratio of one means that there is no difference in survival between the two groups. A hazard ratio of greater than one or less than one means that survival was better in one of the groups.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-statistic-type.html#statistic-type-C16932\">C16932</a></td><td>Odds Ratio</td><td>The ratio of the odds of an event occurring in one group to the odds of it occurring in another group, or to a sample-based estimate of that ratio.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-statistic-type.html#statistic-type-C93152\">C93152</a></td><td>Relative Risk</td><td>A measure of the risk of a certain event happening in one group compared to the risk of the same event happening in another group. In cancer research, risk ratios are used in prospective (forward looking) studies, such as cohort studies and clinical trials. A risk ratio of one means there is no difference between two groups in terms of their risk of cancer, based on whether or not they were exposed to a certain substance or factor, or how they responded to two treatments being compared. A risk ratio of greater than one or of less than one usually means that being exposed to a certain substance or factor either increases (risk ratio greater than one) or decreases (risk ratio less than one) the risk of cancer, or that the treatments being compared do not have the same effects.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-statistic-type.html#statistic-type-rate-ratio\">rate-ratio</a></td><td>Incidence Rate Ratio</td><td>A type of relative effect estimate that compares rates over time (eg events per person-years).</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "shareable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "publishable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode" : "structured"
    }
  ],
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-relative-effect-type",
  "version" : "0.1.1",
  "name" : "RelativeEffectType",
  "title" : "Relative Effect Type",
  "status" : "draft",
  "date" : "2022-09-06",
  "publisher" : "Netzwerk Universitätsmedizin (NUM)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description" : "Relative effect types",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/statistic-type",
        "concept" : [
          {
            "code" : "C93150",
            "display" : "Hazard Ratio"
          },
          {
            "code" : "C16932",
            "display" : "Odds Ratio"
          },
          {
            "code" : "C93152",
            "display" : "Relative Risk"
          },
          {
            "code" : "rate-ratio",
            "display" : "Incidence Rate Ratio"
          }
        ]
      }
    ]
  }
}