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

: GroupMeasure - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "group-measure",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem group-measure</b></p><a name=\"group-measure\"> </a><a name=\"hcgroup-measure\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/group-measure</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\">mean<a name=\"group-measure-mean\"> </a></td><td>Mean</td><td>Aggregated using Mean of participant values.</td></tr><tr><td style=\"white-space:nowrap\">median<a name=\"group-measure-median\"> </a></td><td>Median</td><td>Aggregated using Median of participant values.</td></tr><tr><td style=\"white-space:nowrap\">mean-of-mean<a name=\"group-measure-mean-of-mean\"> </a></td><td>Mean of Study Means</td><td>Aggregated using Mean of study mean values.</td></tr><tr><td style=\"white-space:nowrap\">mean-of-median<a name=\"group-measure-mean-of-median\"> </a></td><td>Mean of Study Medins</td><td>Aggregated using Mean of study median values.</td></tr><tr><td style=\"white-space:nowrap\">median-of-mean<a name=\"group-measure-median-of-mean\"> </a></td><td>Median of Study Means</td><td>Aggregated using Median of study mean values.</td></tr><tr><td style=\"white-space:nowrap\">median-of-median<a name=\"group-measure-median-of-median\"> </a></td><td>Median of Study Medians</td><td>Aggregated using Median of study median values.</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://hl7.org/fhir/group-measure",
  "version" : "4.0.1",
  "name" : "GroupMeasure",
  "title" : "GroupMeasure",
  "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" : "Possible group measure aggregates (E.g. Mean, 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/group-measure",
  "content" : "complete",
  "concept" : [
    {
      "code" : "mean",
      "display" : "Mean",
      "definition" : "Aggregated using Mean of participant values."
    },
    {
      "code" : "median",
      "display" : "Median",
      "definition" : "Aggregated using Median of participant values."
    },
    {
      "code" : "mean-of-mean",
      "display" : "Mean of Study Means",
      "definition" : "Aggregated using Mean of study mean values."
    },
    {
      "code" : "mean-of-median",
      "display" : "Mean of Study Medins",
      "definition" : "Aggregated using Mean of study median values."
    },
    {
      "code" : "median-of-mean",
      "display" : "Median of Study Means",
      "definition" : "Aggregated using Median of study mean values."
    },
    {
      "code" : "median-of-median",
      "display" : "Median of Study Medians",
      "definition" : "Aggregated using Median of study median values."
    }
  ]
}