Clinical Practice Guidelines (CPG) on EBMonFHIR
1.0.2 - qa-preview

This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).

: Example Net Effect Estimate - JSON Representation

Unknown as of 2024-10-21

Raw json | Download

{
  "resourceType" : "Evidence",
  "id" : "ExampleNetEffectEstimate",
  "meta" : {
    "profile" : [
      🔗 "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/net-effect-estimate"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Evidence ExampleNetEffectEstimate</b></p><a name=\"ExampleNetEffectEstimate\"> </a><a name=\"hcExampleNetEffectEstimate\"> </a><a name=\"ExampleNetEffectEstimate-en-US\"> </a><p><b>url</b>: <a href=\"Evidence-ExampleNetEffectEstimate.html\">Evidence NetEffectExample</a></p><p><b>name</b>: NetEffectExample</p><p><b>status</b>: Unknown</p><p><b>date</b>: 2024-10-21 14:50:59+0000</p><h3>VariableDefinitions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>VariableRole</b></td><td><b>Intended</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/variable-role measuredVariable}\">measured variable</span></td><td><a href=\"EvidenceVariable-ExampleOutcome.html\">EvidenceVariable Mortality</a></td></tr></table><blockquote><p><b>statistic</b></p><p><b>description</b>: </p><div><p>Net Effect</p>\n</div><p><b>statisticType</b>: <span title=\"Codes:{https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system net-effect}\">Net Effect</span></p><p><b>quantity</b>: 1.7 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><h3>AttributeEstimates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Level</b></td><td><b>Range</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/attribute-estimate-type C53324}\">Confidence interval</span></td><td>0.95</td><td>1.5-1.9</td></tr></table><blockquote><p><b>modelCharacteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system relative-importance-weighting}\">Relative importance weighting for use in weighted linear combinations</span></p><p><b>value</b>: 1</p><h3>Variables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>VariableDefinition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"EvidenceVariable-ExampleOutcome.html\">EvidenceVariable Mortality</a></td></tr></table></blockquote></blockquote></div>"
  },
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleNetEffectEstimate",
  "name" : "NetEffectExample",
  "status" : "unknown",
  "date" : "2024-10-21T14:50:59+00:00",
  "variableDefinition" : [
    {
      "variableRole" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/variable-role",
            "code" : "measuredVariable"
          }
        ]
      },
      "intended" : {
        🔗 "reference" : "EvidenceVariable/ExampleOutcome"
      }
    }
  ],
  "statistic" : [
    {
      "description" : "Net Effect",
      "statisticType" : {
        "coding" : [
          {
            "system" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system",
            "code" : "net-effect",
            "display" : "Net Effect"
          }
        ]
      },
      "quantity" : {
        "value" : 1.7,
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      },
      "attributeEstimate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/attribute-estimate-type",
                "code" : "C53324",
                "display" : "Confidence interval"
              }
            ]
          },
          "level" : 0.95,
          "range" : {
            "low" : {
              "value" : 1.5,
              "system" : "http://unitsofmeasure.org",
              "code" : "%"
            },
            "high" : {
              "value" : 1.9,
              "system" : "http://unitsofmeasure.org",
              "code" : "%"
            }
          }
        }
      ],
      "modelCharacteristic" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system",
                "code" : "relative-importance-weighting"
              }
            ]
          },
          "value" : {
            "value" : 1
          },
          "variable" : [
            {
              "variableDefinition" : {
                🔗 "reference" : "EvidenceVariable/ExampleOutcome"
              }
            }
          ]
        }
      ]
    }
  ]
}