Skip to content

Commit 79fb56c

Browse files
authored
FHIR Document Type update
1 parent 795bc1a commit 79fb56c

File tree

1 file changed

+11
-0
lines changed
  • articles/cognitive-services/language-service/text-analytics-for-health/how-to

1 file changed

+11
-0
lines changed

articles/cognitive-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ Analysis is performed upon receipt of the request. If you send a request using t
7676
[!INCLUDE [asynchronous-result-availability](../../includes/async-result-availability.md)]
7777

7878

79+
## Submitting a Fast Healthcare Interoperability Resources (FHIR) request
80+
81+
To receive your result using the **FHIR** structure, you must send the FHIR version in the API request body. You can also send the **document type** as a parameter to the FHIR API request body. If the request does not specify a document type, the value is set to none.
82+
83+
| Parameter Name | Type | Value |
84+
|--|--|--|
85+
| fhirVersion | string | `4.0.1` |
86+
| documentType | string | `ClinicalTrial`, `Consult`, `DischargeSummary`, `HistoryAndPhysical`, `Imaging`, `None`, `Pathology`, `ProcedureNote`, `ProgressNote`|
87+
88+
89+
7990
## Getting results from the feature
8091

8192
Depending on your API request, and the data you submit to the Text Analytics for health, you will get:

0 commit comments

Comments
 (0)