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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-effect-estimate-type.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-effect-estimate-type.html
URLhttp://terminology.hl7.org/CodeSystem/effect-estimate-type
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameEffectEstimateType
TitleEffectEstimateType
Realmuv
Authorityhl7
DescriptionWhether the effect estimate is an absolute effect estimate (absolute difference) or a relative effect estimate (relative difference), and the specific type of effect estimate (eg relative risk or median difference).
Contentcomplete

Resources that use this resource

ValueSet
R4-effect-estimate-type-for-R4BCross-version VS for R4.EffectEstimateType for use in FHIR R4B
R4-effect-estimate-type-for-R5Cross-version VS for R4.EffectEstimateType for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem effect-estimate-type

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

CodeDisplayDefinition
relative-RR relative riskrelative risk (a type of relative effect estimate).
relative-OR odds ratioodds ratio (a type of relative effect estimate).
relative-HR hazard ratiohazard ratio (a type of relative effect estimate).
absolute-ARD absolute risk differenceabsolute risk difference (a type of absolute effect estimate).
absolute-MeanDiff mean differencemean difference (a type of absolute effect estimate).
absolute-SMD standardized mean differencestandardized mean difference (a type of absolute effect estimate).
absolute-MedianDiff median differencemedian difference (a type of absolute effect estimate).

Source1

{
  "resourceType": "CodeSystem",
  "id": "effect-estimate-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/effect-estimate-type",
  "version": "4.0.1",
  "name": "EffectEstimateType",
  "title": "EffectEstimateType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Whether the effect estimate is an absolute effect estimate (absolute difference) or a relative effect estimate (relative difference), and the specific type of effect estimate (eg relative risk or median difference).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/effect-estimate-type",
  "content": "complete",
  "concept": [
    {
      "code": "relative-RR",
      "display": "relative risk",
      "definition": "relative risk (a type of relative effect estimate)."
    },
    {
      "code": "relative-OR",
      "display": "odds ratio",
      "definition": "odds ratio (a type of relative effect estimate)."
    },
    {
      "code": "relative-HR",
      "display": "hazard ratio",
      "definition": "hazard ratio (a type of relative effect estimate)."
    },
    {
      "code": "absolute-ARD",
      "display": "absolute risk difference",
      "definition": "absolute risk difference (a type of absolute effect estimate)."
    },
    {
      "code": "absolute-MeanDiff",
      "display": "mean difference",
      "definition": "mean difference (a type of absolute effect estimate)."
    },
    {
      "code": "absolute-SMD",
      "display": "standardized mean difference",
      "definition": "standardized mean difference (a type of absolute effect estimate)."
    },
    {
      "code": "absolute-MedianDiff",
      "display": "median difference",
      "definition": "median difference (a type of absolute effect estimate)."
    }
  ]
}