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

FHIR IG analytics

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeEvidence
IdEvidence-ExampleNetEffectEstimate.json
FHIR VersionR5

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: Evidence ExampleNetEffectEstimate

url: Evidence NetEffectExample

name: NetEffectExample

status: Unknown

date: 2025-03-04 10:04:34+0000

VariableDefinitions

-VariableRoleIntended
*measured variableEvidenceVariable Mortality

statistic

description:

Net Effect

statisticType: Net Effect

quantity: 1.7 % (Details: UCUM code% = '%')

AttributeEstimates

-TypeLevelRange
*Confidence interval0.951.5-1.9

modelCharacteristic

code: Relative importance weighting for use in weighted linear combinations

value: 1

Variables

-VariableDefinition
*EvidenceVariable Mortality

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleNetEffectEstimate",
  "name": "NetEffectExample",
  "status": "unknown",
  "date": "2025-03-04T10:04:34+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"
              }
            }
          ]
        }
      ]
    }
  ]
}