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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-risk-estimate-type.json
FHIR VersionR4

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: CodeSystem risk-estimate-type

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

CodeDefinition
proportion dichotomous measure (present or absent) reported as a ratio compared to the denominator of 1 (A percentage is a proportion with denominator of 100).
derivedProportion A special use case where the proportion is derived from a formula rather than derived from summary evidence.
mean continuous numerical measure reported as an average.
median continuous numerical measure reported as the middle of the range.
count descriptive measure reported as total number of items.
descriptive descriptive measure reported as narrative.

Source1

{
  "resourceType": "CodeSystem",
  "id": "risk-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/risk-estimate-type",
  "version": "4.0.1",
  "name": "RiskEstimateType",
  "title": "RiskEstimateType",
  "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 risk estimate is dichotomous, continuous or qualitative and the specific type of risk estimate (eg proportion or median).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/risk-estimate-type",
  "content": "complete",
  "concept": [
    {
      "code": "proportion",
      "display": "proportion",
      "definition": "dichotomous measure (present or absent) reported as a ratio compared to the denominator of 1 (A percentage is a proportion with denominator of 100)."
    },
    {
      "code": "derivedProportion",
      "display": "derivedProportion",
      "definition": "A special use case where the proportion is derived from a formula rather than derived from summary evidence."
    },
    {
      "code": "mean",
      "display": "mean",
      "definition": "continuous numerical measure reported as an average."
    },
    {
      "code": "median",
      "display": "median",
      "definition": "continuous numerical measure reported as the middle of the range."
    },
    {
      "code": "count",
      "display": "count",
      "definition": "descriptive measure reported as total number of items."
    },
    {
      "code": "descriptive",
      "display": "descriptive",
      "definition": "descriptive measure reported as narrative."
    }
  ]
}