Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: PrecisionEstimateType - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "precision-estimate-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem precision-estimate-type</b></p><a name=\"precision-estimate-type\"> </a><a name=\"hcprecision-estimate-type\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/precision-estimate-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">CI<a name=\"precision-estimate-type-CI\"> </a></td><td>confidence interval</td><td>confidence interval.</td></tr><tr><td style=\"white-space:nowrap\">IQR<a name=\"precision-estimate-type-IQR\"> </a></td><td>interquartile range</td><td>interquartile range.</td></tr><tr><td style=\"white-space:nowrap\">SD<a name=\"precision-estimate-type-SD\"> </a></td><td>standard deviation</td><td>standard deviation.</td></tr><tr><td style=\"white-space:nowrap\">SE<a name=\"precision-estimate-type-SE\"> </a></td><td>standard error</td><td>standard error.</td></tr></table></div>"
  },
  "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.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/precision-estimate-type",
  "version" : "4.0.1",
  "name" : "PrecisionEstimateType",
  "title" : "PrecisionEstimateType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-31T17:29:23-05:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [
    {
      "name" : "Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/precision-estimate-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "CI",
      "display" : "confidence interval",
      "definition" : "confidence interval."
    },
    {
      "code" : "IQR",
      "display" : "interquartile range",
      "definition" : "interquartile range."
    },
    {
      "code" : "SD",
      "display" : "standard deviation",
      "definition" : "standard deviation."
    },
    {
      "code" : "SE",
      "display" : "standard error",
      "definition" : "standard error."
    }
  ]
}