FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/vs-mean-difference-type

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
TypeValueSet
Idvs-mean-difference-type
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-mean-difference-type.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-mean-difference-type
Version0.1.1
Statusdraft
Date2022-09-06
NameMeanDifferenceType
TitleMean Difference Type
Realmuv
Authorityhl7
DescriptionMean difference types

Resources that use this resource

StructureDefinition
outcome-evidenceOutcome Evidence

Resources that this resource uses

CodeSystem
statistic-typeStatisticStatisticType
statistic-typeStatisticStatisticType

Narrative

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

Generated Narrative: ValueSet vs-mean-difference-type

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/statistic-type
    CodeDisplayDefinition
    0000457Mean DifferenceThe mean difference, or difference in means, measures the absolute difference between the mean value in two different groups.
    0000100Standardized Mean DifferenceComputed by forming the difference between two means, divided by an estimate of the within-group standard deviation. It is used to provide an estimatation of the effect size between two treatments when the predictor (independent variable) is categorical and the response(dependent) variable is continuous.

Source

{
  "resourceType": "ValueSet",
  "id": "vs-mean-difference-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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-mean-difference-type",
  "version": "0.1.1",
  "name": "MeanDifferenceType",
  "title": "Mean Difference Type",
  "status": "draft",
  "date": "2022-09-06",
  "publisher": "Netzwerk Universitätsmedizin (NUM)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description": "Mean difference types",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/statistic-type",
        "concept": [
          {
            "code": "0000457",
            "display": "Mean Difference"
          },
          {
            "code": "0000100",
            "display": "Standardized Mean Difference"
          }
        ]
      }
    ]
  }
}