Stream: Covid-19 Response
Topic: SANER mapping to CDC patient impact questionnaire
Sean McIlvenna (May 13 2020 at 22:03):
Has anyone on the SANER project done any form of mapping to the following CDC form? https://www.cdc.gov/nhsn/pdfs/covid19/57.130-covid19-pimhc-blank-p.pdf
Sean McIlvenna (May 13 2020 at 22:03):
@Keith Boone @Michael Donnelly
Josh Mandel (May 13 2020 at 22:17):
Yes -- this was where the project started.
Josh Mandel (May 13 2020 at 22:18):
(see here for a Measure example or here for Questionnaire )
Josh Mandel (May 13 2020 at 22:19):
Sean, your question indicates to me that we're not doing a good enough job of documenting our work. Can you let me know where you looked?
Sean McIlvenna (May 13 2020 at 22:56):
well, I was thinking there might be some mapping on http://build.fhir.org/ig/HL7/fhir-saner/StructureDefinition-PublicHealthMeasure.html that refers to the CDC questionnaire
Sean McIlvenna (May 13 2020 at 22:56):
not a technical fhir mapping, but a table-based mapping saying "X population group represents Y question in the CDC form"
Sean McIlvenna (May 13 2020 at 22:57):
maybe it exists and I'm just missing it though?
Michael Donnelly (May 13 2020 at 22:59):
In the CDC measure Measure-CDCPatientImpactAndHospitalCapacity.json the codes are the same ones the CDC said to use as row titles.
Michael Donnelly (May 13 2020 at 23:00):
E.g. numTotBeds
, numBedsOcc
, numICUBeds
Michael Donnelly (May 13 2020 at 23:00):
They're the codings with system http://hl7.org/fhir/us/saner/CodeSystem/MeasurePopulationSystem
Josh Mandel (May 14 2020 at 00:05):
Cool -- in the SANER IG, http://build.fhir.org/ig/HL7/fhir-saner/measures.html#predefined-measures is the place someone probably has a chance of finding (but it's pretty buried).
Jason Walonoski (May 14 2020 at 12:57):
I have to say, I'm working on generating MeasureReports from a data set, and combing through the JSON to get the list of population/group variables and their definitions has been suboptimal. Is there a better way?
John Moehrke (May 14 2020 at 13:15):
Josh Mandel said:
Cool -- in the SANER IG, http://build.fhir.org/ig/HL7/fhir-saner/measures.html#predefined-measures is the place someone probably has a chance of finding (but it's pretty buried).
There certainly is a reader of the spec that should be moved quickly to that section with an explanation of why they were sent there. I don't know who these people are, so it would be good to get a recommendation for how to herd these people. Is there an issue created we can work on this?
Jason Walonoski (May 14 2020 at 13:42):
"Table display" issue discussed during the Zoom chat: https://github.com/AudaciousInquiry/fhir-saner/issues/75
Jason Walonoski (May 14 2020 at 13:42):
@Gino Canessa @Keith Boone @Michael Donnelly
Gino Canessa (May 14 2020 at 14:24):
@Jason Walonoski have a first cut here. Thoughts?
Jason Walonoski (May 14 2020 at 14:39):
Yes, this looks good. This structure helps a lot. Makes it easier to digest.
Jorge Irizarry (May 14 2020 at 14:45):
I'm getting a 404 error when clicking on http://hl7.org/fhir/us/saner/CodeSystem/MeasureGroupSystem
David Pyke (May 14 2020 at 14:53):
The defining URLs aren't meant to be browsed in your browser. use: http://build.fhir.org/ig/HL7/fhir-saner/CodeSystem-MeasureGroupSystem.html to view it
Sean McIlvenna (May 14 2020 at 15:15):
@Gino Canessa this page is pretty good! one thing that I think is missing is the correlation of each population code to the CDCImpactAssessment question. Seems like there could be another column for "Impact Question", or something like it.
Last updated: Apr 12 2022 at 19:14 UTC