This a collection of channels for converting CDC CSV reports to MeasureReport resources and vice versa.
All of these channels are dependent on the following code template libraries:
- FHIR Helper Functions
- FHIR SANER Helper Functions
This channel consumes a CDC formatted CSV payload and returns a SANER CDC MeasureReport resource.
This channel consumes a CDC formatted CSV payload with one or more data rows and returns a SANER CDC MeasureReport Bundle resource.
This channel consumes a SANER CDC MeasureReport resource and returns a CDC formatted CSV response.
This channel consumes a SANER CDC MeasureReport Bundle resource and returns a CDC formatted CSV response with one or more data rows.