Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Document API for 1.36.0 (#1067)
Browse files Browse the repository at this point in the history
- Update the release notes to include new bulk data export
- Update coming soon to note planned 1.37.0 features
  • Loading branch information
ngfreiter committed Sep 2, 2021
1 parent 92c2196 commit da9bec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/api/api-coming-soon.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ nav_order: 2

**Below you will find a list of ongoing work that affects the Sara Alert™ API. This page will be updated regularly. If you have any questions on the information here, please email them to our API Help Desk, saraalert-interop@mitre.org. For past release notes, please see [API Release Notes](api-release-notes).**

## Planned for 1.36\*:
## Planned for 1.37\*:

- Add support for bulk export via the API according to the FHIR bulk data [specification](https://hl7.org/fhir/uv/bulkdata/)
- Add support for reading all Sara Alert data elements via the API
- Add support for writing all Sara Alert data elements via the API

---

Expand Down
5 changes: 5 additions & 0 deletions docs/api/api-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ title: Release Notes
parent: API
nav_order: 1
---
# 1.36.0
* Add support for bulk export via the API according to the FHIR bulk data [specification](https://hl7.org/fhir/uv/bulkdata/). See the [bulk data export](/api/fhir-api-specification.html#bulk-data-export) section for full details.
* Add support for reading all Sara Alert data elements via the API. See the [list of supported fields](/api/#what-can-the-sara-alert-api-do) for more details. The [FHIR Interface Specification](/api/fhir-api-specification.html) contains additional information about how Sara Alert fields are represented in FHIR.

***
# 1.32.0
* Support for writing Lab Results via a FHIR Observation.
* Support for writing Monitorees and Lab Results in bulk via a FHIR transaction Bundle. This will allow for Monitorees to be enrolled alongside their Lab Results, which will enable support for asymptomatic enrollment of Monitorees in the Isolation workflow.
Expand Down

0 comments on commit da9bec1

Please sign in to comment.