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

FHIR IG Statistics: CodeSystem/variable-handling

Packagehl7.fhir.uv.extensions.r3
Resource TypeCodeSystem
Idvariable-handling
FHIR VersionR3
Sourcehttp://hl7.org/fhir/extensions
URLhttp://hl7.org/fhir/variable-handling
Version5.0.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameEvidenceVariableHandling
TitleEvidence Variable Handling
Realmuv
Authorityhl7
DescriptionThe handling of the variable in statistical analysis for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive).
Contentcomplete

Resources that use this resource

ValueSet
R4B-variable-handling-for-R4Cross-version VS for R4B.EvidenceVariableHandling for use in FHIR R4
variable-handlingEvidence Variable Handling
R5-variable-handling-for-R4Cross-version VS for R5.EvidenceVariableHandling for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/variable-handling defines the following codes:

Code Display Definition
continuous continuous variable A continuous variable is one for which, within the limits the variable ranges, any value is possible (from STATO http://purl.obolibrary.org/obo/STATO_0000251).
dichotomous dichotomous variable A dichotomous variable is a categorical variable which is defined to have only 2 categories or possible values (from STATO http://purl.obolibrary.org/obo/STATO_0000090).
ordinal ordinal variable An ordinal variable is a categorical variable where the discrete possible values are ordered or correspond to an implicit ranking (from STATO http://purl.obolibrary.org/obo/STATO_0000228).
polychotomous polychotomous variable A polychotomous variable is a categorical variable which is defined to have minimally 2 categories or possible values. (from STATO http://purl.obolibrary.org/obo/STATO_0000087). Suggestion to limit code use to situations when neither dichotomous nor ordinal variables apply.

Source

{
  "resourceType": "CodeSystem",
  "id": "variable-handling",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/web-source",
      "valueUri": "http://hl7.org/fhir/R5/codesystem-variable-handling.html"
    }
  ],
  "url": "http://hl7.org/fhir/variable-handling",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1956"
  },
  "version": "5.0.0",
  "name": "EvidenceVariableHandling",
  "title": "Evidence Variable Handling",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The handling of the variable in statistical analysis for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/variable-handling",
  "content": "complete",
  "concept": [
    {
      "code": "continuous",
      "display": "continuous variable",
      "definition": "A continuous variable is one for which, within the limits the variable ranges, any value is possible (from STATO http://purl.obolibrary.org/obo/STATO_0000251)."
    },
    {
      "code": "dichotomous",
      "display": "dichotomous variable",
      "definition": "A dichotomous variable is a categorical variable which is defined to have only 2 categories or possible values (from STATO http://purl.obolibrary.org/obo/STATO_0000090)."
    },
    {
      "code": "ordinal",
      "display": "ordinal variable",
      "definition": "An ordinal variable is a categorical variable where the discrete possible values are ordered or correspond to an implicit ranking (from STATO http://purl.obolibrary.org/obo/STATO_0000228)."
    },
    {
      "code": "polychotomous",
      "display": "polychotomous variable",
      "definition": "A polychotomous variable is a categorical variable which is defined to have minimally 2 categories or possible values. (from STATO  http://purl.obolibrary.org/obo/STATO_0000087).  Suggestion to limit code use to situations when neither dichotomous nor ordinal variables apply."
    }
  ]
}