Skip to content

Commit a054675

Browse files
committed
Updated supported features and the next steps on the quickstart guides
1 parent 7fe2c89 commit a054675

File tree

5 files changed

+34
-18
lines changed

5 files changed

+34
-18
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 02/07/2019
10-
ms.author: matjazl
10+
ms.author: cavoeg
1111
---
1212

1313
# Features
@@ -32,6 +32,7 @@ Previous versions also currently supported include: `3.0.2`
3232
| patch | No | No | No | |
3333
| delete | Yes | Yes | Yes | |
3434
| delete (conditional) | No | No | No | |
35+
| history | Yes | Yes | Yes | |
3536
| create | Yes | Yes | Yes | Support both POST/PUT |
3637
| create (conditional) | Yes | Yes | Yes | |
3738
| search | Partial | Partial | Partial | See below |
@@ -40,7 +41,6 @@ Previous versions also currently supported include: `3.0.2`
4041
| capabilities | Yes | Yes | Yes | |
4142
| batch | Yes | Yes | Yes | |
4243
| transaction | No | Yes | No | |
43-
| history | Yes | Yes | Yes | |
4444
| paging | Partial | Partial | Partial | `self` and `next` are supported |
4545
| intermediaries | No | No | No | |
4646

@@ -89,28 +89,30 @@ All search parameter types are supported.
8989
| `_has` | No | No | No | |
9090
| `_type` | Yes | Yes | Yes | |
9191
| `_query` | No | No | No | |
92+
| `_filter` | No | No | No | |
9293

93-
| Search operations | Supported - PaaS | Supported - OSS (SQL) | Supported - OSS (Cosmos DB) | Comment |
94+
| Search result parameters | Supported - PaaS | Supported - OSS (SQL) | Supported - OSS (Cosmos DB) | Comment |
9495
|-------------------------|-----------|-----------|-----------|---------|
95-
| `_filter` | No | No | No | |
9696
| `_sort` | Partial | Partial | Partial | `_sort=_lastUpdated` is supported |
97-
| `_score` | No | No | No | |
98-
| `_count` | Yes | Yes | Yes | |
99-
| `_summary` | Partial | Partial | Partial | `_summary=count` is supported |
97+
| `_count` | Yes | Yes | Yes | `_count` is limited to 100 characters. If set to higher than 100, only 100 will be returned and a warning will be returned in the bundle. |
10098
| `_include` | No | Yes | No | |
10199
| `_revinclude` | No | Yes | No | Included items are limited to 100. |
100+
| `_summary` | Partial | Partial | Partial | `_summary=count` is supported |
101+
| `_total` | No | No | No | |
102+
| `_elements` | Yes | Yes | Yes | |
102103
| `_contained` | No | No | No | |
103-
| `_elements` | Yes | Yes | Yes | |
104+
| `containedType` | No | No | No | |
105+
| `_score` | No | No | No | |
104106

105107
## Extended Operations
106108

107109
All the operations that are supported that extend the RESTful API.
108110

109111
| Search parameter type | Supported - PaaS | Supported - OSS (SQL) | Supported - OSS (Cosmos DB) | Comment |
110-
|-----------------------|-----------|-----------|-----------|---------|
111-
| $export (whole system) | Yes | Yes | Yes | |
112-
| Patient/$export | Yes | Yes | Yes | |
113-
| Group/$export | Yes | Yes | Yes | |
112+
|------------------------|-----------|-----------|-----------|---------|
113+
| $export (whole system) | Yes | Yes | Yes | |
114+
| Patient/$export | Yes | Yes | Yes | |
115+
| Group/$export | Yes | Yes | Yes | |
114116

115117
## Persistence
116118

articles/healthcare-apis/fhir-paas-arm-template-quickstart.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,14 @@ read -p "Press [ENTER] to continue: "
219219

220220
---
221221

222+
For a step-by-step tutorial that guides you through the process of creating an ARM template, see the [tutorial to create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)
223+
222224
## Next steps
223225

224-
For a step-by-step tutorial that guides you through the process of creating an ARM template, see:
226+
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide. If you are ready to start using the Azure API for FHIR, read more on how to register applications.
227+
228+
>[!div class="nextstepaction"]
229+
>[Additional settings in Azure API for FHIR](azure-api-for-fhir-additional-settings.md)
225230
226-
> [!div class="nextstepaction"]
227-
> [ Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)
231+
>[!div class="nextstepaction"]
232+
>[Register Applications Overview](fhir-app-registrations.md)

articles/healthcare-apis/fhir-paas-cli-quickstart.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ az group delete --name "myResourceGroup"
6363

6464
## Next steps
6565

66-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide.
66+
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide. If you are ready to start using the Azure API for FHIR, read more on how to register applications.
6767

6868
>[!div class="nextstepaction"]
6969
>[Additional settings in Azure API for FHIR](azure-api-for-fhir-additional-settings.md)
70+
71+
>[!div class="nextstepaction"]
72+
>[Register Applications Overview](fhir-app-registrations.md)

articles/healthcare-apis/fhir-paas-portal-quickstart.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ When no longer needed, you can delete the resource group, Azure API for FHIR, an
6262

6363
## Next steps
6464

65-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide.
65+
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide. If you are ready to start using the Azure API for FHIR, read more on how to register applications.
6666

6767
>[!div class="nextstepaction"]
6868
>[Additional settings in Azure API for FHIR](azure-api-for-fhir-additional-settings.md)
69+
70+
>[!div class="nextstepaction"]
71+
>[Register Applications Overview](fhir-app-registrations.md)

articles/healthcare-apis/fhir-paas-powershell-quickstart.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ Remove-AzResourceGroup -Name myResourceGroupName
6363

6464
## Next steps
6565

66-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide.
66+
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. To set additional settings in your Azure API for FHIR, proceed to the additional settings how-to guide. If you are ready to start using the Azure API for FHIR, read more on how to register applications.
6767

6868
>[!div class="nextstepaction"]
6969
>[Additional settings in Azure API for FHIR](azure-api-for-fhir-additional-settings.md)
70+
71+
>[!div class="nextstepaction"]
72+
>[Register Applications Overview](fhir-app-registrations.md)

0 commit comments

Comments
 (0)