Skip to content

Commit 7e5801e

Browse files
committed
Fixed line spacing issues in FAQs yaml file
1 parent 9fdcbaa commit 7e5801e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/healthcare-apis/azure-api-for-fhir/fhir-faq.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,37 +93,37 @@ sections:
9393
9494
- name: FHIR Implementations and Specifications
9595
questions:
96-
- question: |
96+
- question: |
9797
What is SMART on FHIR?
9898
answer: |
9999
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.
100100
101-
- question: |
101+
- question: |
102102
Does the Azure API for FHIR support SMART on FHIR?
103103
answer: |
104104
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.
105105
106-
- question: |
106+
- question: |
107107
Can I create a custom FHIR resource?
108108
answer: |
109109
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.
110110
111-
- question: |
111+
- question: |
112112
Are extensions supported on Azure API for FHIR?
113113
answer: |
114114
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).
115115
116-
- question: |
116+
- question: |
117117
What is the limit on the size of a resource I can upload?
118118
answer: |
119119
Your resource must be just under 2 MB. This is a limitation from the underlying datastore, and we can't increase this value.
120120
121-
- question: |
121+
- question: |
122122
How do I see the Azure API for FHIR in XML?
123123
answer: |
124124
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`.
125125
126-
- question: |
126+
- question: |
127127
What is the limit on _count?
128128
answer: |
129129
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:
147147
What is the default sort when searching for resources in Azure API for FHIR?
148148
answer: |
149149
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).
150-
150+
151151
- question: |
152152
Does the Azure API for FHIR support $everything?
153153
answer: |

0 commit comments

Comments
 (0)