You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/fhir-faq.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -93,37 +93,37 @@ sections:
93
93
94
94
- name: FHIR Implementations and Specifications
95
95
questions:
96
-
- question: |
96
+
- question: |
97
97
What is SMART on FHIR?
98
98
answer: |
99
99
SMART (Substitutable Medical Applications and Reusable Technology) on FHIR is a set of open specifications to integrate partner applications with FHIR Servers and other Health IT systems, such as Electronic Health Records and Health Information Exchanges. By creating a SMART on FHIR application, you can ensure that your application can be accessed and leveraged by a plethora of different systems. For more information about SMART, visit the [SMART Health IT](https://smarthealthit.org/) website.
100
100
101
-
- question: |
101
+
- question: |
102
102
Does the Azure API for FHIR support SMART on FHIR?
103
103
answer: |
104
104
We have a basic SMART on FHIR proxy as part of the managed service. If this doesn't meet your needs, you can use the open-source FHIR proxy for more advanced SMART scenarios.
105
105
106
-
- question: |
106
+
- question: |
107
107
Can I create a custom FHIR resource?
108
108
answer: |
109
109
We do not allow custom FHIR resources. If you need a custom FHIR resource, you can build a custom resource on top of the [Basic resource](http://www.hl7.org/fhir/basic.html) with extensions.
110
110
111
-
- question: |
111
+
- question: |
112
112
Are extensions supported on Azure API for FHIR?
113
113
answer: |
114
114
We allow you to load any valid FHIR JSON data into the server. If you want to store the structure definition that defines the extension, you can save this as a structure definition resource. To search on extensions, you'll need to [define your own search parameters](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fhealthcare-apis%2Ffhir%2Fhow-to-do-custom-search&data=04%7C01%7Cv-stevewohl%40microsoft.com%7Cc6a08c7f0c86433f248c08d925377d85%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637581742517376233%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Ws%2FVQ2N33sMagzs393hmR67M9dNaL6WCLXyxXtor6PM%3D&reserved=0).
115
115
116
-
- question: |
116
+
- question: |
117
117
What is the limit on the size of a resource I can upload?
118
118
answer: |
119
119
Your resource must be just under 2 MB. This is a limitation from the underlying datastore, and we can't increase this value.
120
120
121
-
- question: |
121
+
- question: |
122
122
How do I see the Azure API for FHIR in XML?
123
123
answer: |
124
124
In the managed service, we only support JSON. The open-source FHIR server supports JSON and XML. To view the XML version in open-source, use `_format= application/fhir+xml`.
125
125
126
-
- question: |
126
+
- question: |
127
127
What is the limit on _count?
128
128
answer: |
129
129
The current limit on _count is 1000. If you set _count to more than 1000, you'll receive a warning in the bundle that only 1000 records will be shown.
@@ -147,7 +147,7 @@ sections:
147
147
What is the default sort when searching for resources in Azure API for FHIR?
148
148
answer: |
149
149
We support sorting by the date last updated: _sort=_lastUpdated. We also support _sort on FirstName, LastName, BirthDate, and ClinicalDate elements. For more information about other supported search parameters, see [Overview of FHIR Search](overview-of-search.md).
0 commit comments