Skip to content

Commit 50c6d9e

Browse files
Merge pull request #236932 from adishachar/main
Example Request Get Started
2 parents 702efa1 + 7bd3c25 commit 50c6d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-health-insights/trial-matcher/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Ocp-Apim-Subscription-Key: {your-cognitive-services-api-key}
5252
{
5353
"State": "FL",
5454
"City": "Orlando",
55-
"Country": "United States"
55+
"countryOrRegion": "United States"
5656
}
5757
]
5858
}
@@ -64,7 +64,7 @@ Ocp-Apim-Subscription-Key: {your-cognitive-services-api-key}
6464
"Patients": [
6565
{
6666
"Info": {
67-
"gender": "female",
67+
"sex": "female",
6868
"birthDate": "01/01/1987",
6969
"ClinicalInfo": [
7070

0 commit comments

Comments
 (0)