AudaciousInquiry / fhir-saner

Situation Awareness for Novel Epidemic Response (COVID-19 driven project to track resource availability)
17 stars 0 forks source link

MeasureReport Definitions #75

Open jawalonoski opened 4 years ago

jawalonoski commented 4 years ago

It would be nice if the MeasureReport population variables/codes could be presented in a Table so that the definitions are easier to find/read.

This example table is not great (maybe it is bad), but it gives an idea of what I'm looking for:

Group System Group Code Population System Population Code Definition
http://hl7.org/fhir/us/saner/CodeSystem/MeasureGroupSystem Beds http://hl7.org/fhir/us/saner/CodeSystem/MeasurePopulationSystem
http://terminology.hl7.org/CodeSystem/measure-population
numTotBeds
initial-population
Total Beds
http://hl7.org/fhir/us/saner/CodeSystem/MeasurePopulationSystem
http://terminology.hl7.org/CodeSystem/measure-population
numBeds
measure-population
Inpatient Beds
GinoCanessa commented 4 years ago

First pass here. Thoughts?

jawalonoski commented 4 years ago

Yes, this looks good. This structure helps a lot. Makes it easier to digest.

keithboone commented 4 years ago

This is awesome.

I'm going to:

  1. Incorporate these into the _intro.md pages for existing measures immediately in the next build.
  2. Figure out how to automatically generate this from existing measure data in FSH files as part of the build process (when I get a chance, not during connectathon).
keithboone commented 4 years ago

Structure as table with Group/Population[/Stratifier] and then System, and then maybe some text explaining the content.

Integrate this into IG build from Measure Definition, transforming from Resource, either using XSLT, Liquid or some other mechanism.