Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Situational Awareness Measure Populations - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "MeasurePopulationSystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/saner/CodeSystem/MeasurePopulationSystem 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\">numerator-complement<a name=\"MeasurePopulationSystem-numerator-complement\"> </a></td><td>Numerator Complement</td><td>Like a numerator, but expresses that part of the Denominator not present in the Numerator</td></tr><tr><td style=\"white-space:nowrap\">duration<a name=\"MeasurePopulationSystem-duration\"> </a></td><td>Duration</td><td>A Time Duration</td></tr><tr><td style=\"white-space:nowrap\">duration-squared<a name=\"MeasurePopulationSystem-duration-squared\"> </a></td><td>Duration Squared</td><td>The square of the time duration, useful for identifying variance</td></tr><tr><td style=\"white-space:nowrap\">supporting<a name=\"MeasurePopulationSystem-supporting\"> </a></td><td>Supporting</td><td>A population supporting computation, but not needed for reporting</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/saner/CodeSystem/MeasurePopulationSystem",
  "version" : "1.0.0",
  "name" : "MeasurePopulationSystem",
  "title" : "Situational Awareness Measure Populations",
  "status" : "active",
  "date" : "2021-09-07T19:08:29+00:00",
  "publisher" : "HL7 International Public Health Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://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"
        }
      ]
    }
  ],
  "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"
    }
  ]
}