Skip to content

Commit b533ace

Browse files
authored
Merge pull request #103536 from CaitlinV39/master
Removed Cosmos reference from overview and updated supported features
2 parents 1039492 + 1622608 commit b533ace

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/healthcare-apis/fhir-features-supported.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Previous versions also currently supported include: `3.0.1`
3636
| create (conditional) | Yes | Yes | Yes | |
3737
| search | Partial | Partial | Partial | See below |
3838
| capabilities | Yes | Yes | Yes | |
39-
| batch | No | No | No | |
40-
| transaction | No | No | No | |
39+
| batch | Yes | Yes | Yes | |
40+
| transaction | No | Yes | No | |
4141
| history | Yes | Yes | Yes | |
4242
| paging | Partial | Partial | Partial | `self` and `next` are supported |
4343
| intermediaries | No | No | No | |
@@ -53,10 +53,10 @@ All search parameter types are supported. Chained parameters and reverse chainin
5353
| String | Yes | Yes | Yes | |
5454
| Token | Yes | Yes | Yes | |
5555
| Reference | Yes | Yes | Yes | |
56-
| Composite | Yes | Yes | Yes | |
57-
| Quantity | Yes | Yes | Yes |Issue [#103](https://github.com/Microsoft/fhir-server/issues/103) |
56+
| Composite | Yes | Yes | Yes | |
57+
| Quantity | Yes | Yes | Yes | |
5858
| URI | Yes | Yes | Yes | |
59-
| Special | No | No | No |
59+
| Special | No | No | No | |
6060

6161

6262
| Modifiers | Supported - PaaS | Supported - OSS (SQL) | Supported - OSS (Cosmos DB) | Comment |
@@ -71,6 +71,7 @@ All search parameter types are supported. Chained parameters and reverse chainin
7171
|`:not-in` (token) | No | No | No | |
7272
|`:[type]` (reference) | No | No | No | |
7373
|`:below` (uri) | Yes | Yes | Yes | |
74+
|`:not` | No | No | No | |
7475
|`:above` (uri) | No | No | No | Issue [#158](https://github.com/Microsoft/fhir-server/issues/158) |
7576

7677
| Common search parameter | Supported - PaaS | Supported - OSS (SQL) | Supported - OSS (Cosmos DB) | Comment |

articles/healthcare-apis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure API for FHIR enables rapid exchange of data through Fast Healthcare Intero
2222
- Control your own data at scale with Role-Based Access Control (RBAC)
2323
- Audit log tracking for access, creation, modification, and reads within each data store
2424

25-
Azure API for FHIR allows you to create and deploy a FHIR service in just minutes to leverage the elastic scale of the cloud. You pay only for the throughput and storage you need. The Azure services that power Azure API for FHIR are designed for rapid performance no matter what size datasets you’re managing. The data persistence layer in the Azure API for FHIR leverages Azure Cosmos DB, which guarantees latencies at the 99th percentile and guarantees high availability with multi-homing capabilities.
25+
Azure API for FHIR allows you to create and deploy a FHIR service in just minutes to leverage the elastic scale of the cloud. You pay only for the throughput and storage you need. The Azure services that power Azure API for FHIR are designed for rapid performance no matter what size datasets you’re managing.
2626

2727
The FHIR API and compliant data store enable you to securely connect and interact with any system that utilizes FHIR APIs. Microsoft takes on the operations, maintenance, updates, and compliance requirements in the PaaS offering, so you can free up your own operational and development resources.
2828

0 commit comments

Comments
 (0)