Skip to content

Commit 62cf797

Browse files
aurghobAurgho Bhattacharjee
andauthored
Add documentType parameter and possible enums for healthcare (#20329)
Co-authored-by: Aurgho Bhattacharjee <aurghob@microsoft.com>
1 parent 3f7076e commit 62cf797

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dev/cognitiveservices/data-plane/Language/analyzetext.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,21 @@
741741
"modelAsString": true
742742
}
743743
},
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+
},
744759
"stringIndexType": {
745760
"$ref": "common.json#/definitions/StringIndexType"
746761
}

0 commit comments

Comments
 (0)