Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.81 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.81 KB

FHIR SANER Example Channels and Code Template Libraries

Situational Awareness for Novel Epidemic Response (SANER)

This repository contains channels and code template libraries that were developed to test the SANER implementation guide.

How To Get Started

Setting up FHIR facade server

Refer to this guide. In the Importing the Example Channel section, instead of importing Example - FHIR Listener (3.9.0).xml, import the FHIR Listener.xml channel included in this repository.

Importing SANER channels and code template libraries

If you are looking to consume or produce CDC CSVs or MeasureReports, you can find example channels in the CDC - CSV MeasureReport Conversions folder.

If you are looking to consume or produce FEMA CSVs or MeasureReports, you can find example channels in the FEMA - CSV MeasureReport Conversions folder.

If you would like to see a round trip example in which CDC CSV data is converted to a MeasureReport, stored in the FHIR facade server, retrieved from the server, and converted back to CSV, you can find example channels in the CDC - CSV MeasureReport Round Trip folder.

Example Data

The resources folder contains example CDC and FEMA CSV files, MeasureReports, and MeasureReport Bundles. In that folder you can also find examples.json.zip which contains a collection of FHIR resources that you can send to the example FHIR Listener channel.

Helpful Reference Pages

The SANER Project