We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7076e commit 62cf797Copy full SHA for 62cf797
dev/cognitiveservices/data-plane/Language/analyzetext.json
@@ -741,6 +741,21 @@
741
"modelAsString": true
742
}
743
},
744
+ "documentType": {
745
+ "type": "string",
746
+ "description": "Document type that can be provided as input for Fhir Documents.",
747
+ "enum": [
748
+ "None",
749
+ "ClinicalTrial",
750
+ "DischargeSummary",
751
+ "ProgressNote",
752
+ "HistoryAndPhysical",
753
+ "Consult",
754
+ "Imaging",
755
+ "Pathology",
756
+ "ProcedureNote"
757
+ ]
758
+ },
759
"stringIndexType": {
760
"$ref": "common.json#/definitions/StringIndexType"
761
0 commit comments