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

FHIR IG Statistics: CodeSystem/MeasurePopulationSystem

Packagehl7.fhir.uv.saner
TypeCodeSystem
IdMeasurePopulationSystem
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CodeSystem-MeasurePopulationSystem.html
URLhttp://hl7.org/fhir/uv/saner/CodeSystem/MeasurePopulationSystem
Version1.0.1
Statusactive
Date2024-05-18T21:25:01+00:00
NameMeasurePopulationSystem
TitleSituational Awareness Measure Populations
Realmuv
Authorityhl7
DescriptionA Code System for Situation Awareness Measure Populations
Contentcomplete

Resources that use this resource

ValueSet
MeasurePopulationsMeasure Populations

Resources that this resource uses

No resources found


Narrative

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

This case-insensitive code system http://hl7.org/fhir/uv/saner/CodeSystem/MeasurePopulationSystem defines the following codes:

CodeDisplayDefinition
numerator-complement Numerator ComplementLike a numerator, but expresses that part of the Denominator not present in the Numerator
duration DurationA Time Duration
duration-squared Duration SquaredThe square of the time duration, useful for identifying variance
supporting SupportingA population supporting computation, but not needed for reporting

Source

{
  "resourceType": "CodeSystem",
  "id": "MeasurePopulationSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/uv/saner/CodeSystem/MeasurePopulationSystem",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.42.16.3"
    }
  ],
  "version": "1.0.1",
  "name": "MeasurePopulationSystem",
  "title": "Situational Awareness Measure Populations",
  "status": "active",
  "experimental": false,
  "date": "2024-05-18T21:25:01+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Keith W. Boone",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description": "A Code System for Situation Awareness Measure Populations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "numerator-complement",
      "display": "Numerator Complement",
      "definition": "Like a numerator, but expresses that part of the Denominator not present in the Numerator"
    },
    {
      "code": "duration",
      "display": "Duration",
      "definition": "A Time Duration"
    },
    {
      "code": "duration-squared",
      "display": "Duration Squared",
      "definition": "The square of the time duration, useful for identifying variance"
    },
    {
      "code": "supporting",
      "display": "Supporting",
      "definition": "A population supporting computation, but not needed for reporting"
    }
  ]
}