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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b
Resource TypeValueSet
IdValueSet-R3-v3-ProbabilityDistributionType-for-R4B.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r3.r4b/0.1.0/ValueSet-R3-v3-ProbabilityDistributionType-for-R4B.html
URLhttp://hl7.org/fhir/uv/xver/ValueSet/R3-v3-ProbabilityDistributionType-for-R4B
Version0.1.0
Statusactive
Date2026-03-17T21:02:03.8104715+00:00
NameR3V3ProbabilityDistributionTypeForR4B
TitleCross-version ValueSet STU3.v3 Code System ProbabilityDistributionType for use in FHIR R4B
Realmuv
Authorityhl7
DescriptionThis cross-version ValueSet represents content from `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11` for use in FHIR R4B.
PurposeThis value set is part of the cross-version definitions generated to enable use of the value set `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11` as defined in FHIR STU3 in FHIR R4B. The source value set is bound to the following FHIR STU3 elements: * Across FHIR versions, the value set has been mapped as: * `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11` * `http://terminology.hl7.org/ValueSet/v3-ProbabilityDistributionType|2018-08-12` Note that all concepts are included in this cross-version definition because no concepts have compatible representations Following are the generation technical comments: All concepts in the comparison are listed as identical. The source and target value sets have the same number of active concepts (9). FHIR ValueSet `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11`, defined in FHIR STU3 does not have any mapping to FHIR R4B

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r2.r4b#0.1.0ProbabilityDistributionTypev3-ProbabilityDistributionType

Narrative

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

Generated Narrative: ValueSet R3-v3-ProbabilityDistributionType-for-R4B

This value set expansion contains 9 concepts.

SystemVersionCodeDisplayDefinition
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  BbetaThe beta-distribution is used for data that is bounded on both sides and may or may not be skewed (e.g., occurs when probabilities are estimated.) Two parameters a and b are available to adjust the curve. The mean m and variance s2 relate as follows: m = a/ (a + b) and s2 = ab/((a + b)2 (a + b + 1)).
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  EexponentialUsed for data that describes extinction. The exponential distribution is a special form of g-distribution where a = 1, hence, the relationship to mean m and variance s2 are m = b and s2 = b2.
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  FFUsed to describe the quotient of two c2 random variables. The F-distribution has two parameters n1 and n2, which are the numbers of degrees of freedom of the numerator and denominator variable respectively. The relationship to mean m and variance s2 are: m = n2 / (n2 - 2) and s2 = (2 n2 (n2 + n1 - 2)) / (n1 (n2 - 2)2 (n2 - 4)).
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  G(gamma)The gamma-distribution used for data that is skewed and bounded to the right, i.e. where the maximum of the distribution curve is located near the origin. The g-distribution has a two parameters a and b. The relationship to mean m and variance s2 is m = a b and s2 = a b2.
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  LNlog-normalThe logarithmic normal distribution is used to transform skewed random variable X into a normally distributed random variable U = log X. The log-normal distribution can be specified with the properties mean m and standard deviation s. Note however that mean m and standard deviation s are the parameters of the raw value distribution, not the transformed parameters of the lognormal distribution that are conventionally referred to by the same letters. Those log-normal parameters mlog and slog relate to the mean m and standard deviation s of the data value through slog2 = log (s2/m2 + 1) and mlog = log m - slog2/2.
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  Nnormal (Gaussian)This is the well-known bell-shaped normal distribution. Because of the central limit theorem, the normal distribution is the distribution of choice for an unbounded random variable that is an outcome of a combination of many stochastic processes. Even for values bounded on a single side (i.e. greater than 0) the normal distribution may be accurate enough if the mean is "far away" from the bound of the scale measured in terms of standard deviations.
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  TTUsed to describe the quotient of a normal random variable and the square root of a c2 random variable. The t-distribution has one parameter n, the number of degrees of freedom. The relationship to mean m and variance s2 are: m = 0 and s2 = n / (n - 2)
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  UuniformThe uniform distribution assigns a constant probability over the entire interval of possible outcomes, while all outcomes outside this interval are assumed to have zero probability. The width of this interval is 2s sqrt(3). Thus, the uniform distribution assigns the probability densities f(x) = sqrt(2 s sqrt(3)) to values m - s sqrt(3) >= x <= m + s sqrt(3) and f(x) = 0 otherwise.
http://hl7.org/fhir/v3/ProbabilityDistributionType2016-11-11  X2chi squareUsed to describe the sum of squares of random variables which occurs when a variance is estimated (rather than presumed) from the sample. The only parameter of the c2-distribution is n, so called the number of degrees of freedom (which is the number of independent parts in the sum). The c2-distribution is a special type of g-distribution with parameter a = n /2 and b = 2. Hence, m = n and s2 = 2 n.

Source1

{
  "resourceType": "ValueSet",
  "id": "R3-v3-ProbabilityDistributionType-for-R4B",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.r4b"
        },
        {
          "url": "version",
          "valueString": "0.1.0"
        },
        {
          "url": "uri",
          "valueUri": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/xver/ValueSet/R3-v3-ProbabilityDistributionType-for-R4B",
  "version": "0.1.0",
  "name": "R3V3ProbabilityDistributionTypeForR4B",
  "title": "Cross-version ValueSet STU3.v3 Code System ProbabilityDistributionType for use in FHIR R4B",
  "status": "active",
  "experimental": false,
  "date": "2026-03-17T21:02:03.8104715+00:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This cross-version ValueSet represents content from `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11` for use in FHIR R4B.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "purpose": "This value set is part of the cross-version definitions generated to enable use of the\r\nvalue set `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11` as defined in FHIR STU3\r\nin FHIR R4B.\r\n\r\nThe source value set is bound to the following FHIR STU3 elements:\r\n* \r\n\r\nAcross FHIR versions, the value set has been mapped as:\r\n* `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11`\n* `http://terminology.hl7.org/ValueSet/v3-ProbabilityDistributionType|2018-08-12`\r\n\r\nNote that all concepts are included in this cross-version definition because no concepts have compatible representations\r\n\r\nFollowing are the generation technical comments:\r\nAll concepts in the comparison are listed as identical.\nThe source and target value sets have the same number of active concepts (9).\nFHIR ValueSet `http://hl7.org/fhir/ValueSet/v3-ProbabilityDistributionType|2016-11-11`, defined in FHIR STU3 does not have any mapping to FHIR R4B",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "concept": [
          {
            "code": "B",
            "display": "beta"
          },
          {
            "code": "E",
            "display": "exponential"
          },
          {
            "code": "F",
            "display": "F"
          },
          {
            "code": "G",
            "display": "(gamma)"
          },
          {
            "code": "LN",
            "display": "log-normal"
          },
          {
            "code": "N",
            "display": "normal (Gaussian)"
          },
          {
            "code": "T",
            "display": "T"
          },
          {
            "code": "U",
            "display": "uniform"
          },
          {
            "code": "X2",
            "display": "chi square"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2026-03-17T21:02:03.8104715+00:00",
    "contains": [
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "B",
        "display": "beta"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "E",
        "display": "exponential"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "F",
        "display": "F"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "G",
        "display": "(gamma)"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "LN",
        "display": "log-normal"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "N",
        "display": "normal (Gaussian)"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "T",
        "display": "T"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "U",
        "display": "uniform"
      },
      {
        "system": "http://hl7.org/fhir/v3/ProbabilityDistributionType",
        "version": "2016-11-11",
        "code": "X2",
        "display": "chi square"
      }
    ]
  }
}