Skip to content

Commit 5f12082

Browse files
committed
trying to fix numbering error
1 parent 7d87e7d commit 5f12082

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/healthcare-apis/fhir/how-to-do-custom-search.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,16 @@ Continuing with our example, you could index one patient to enable `SearchParame
165165
POST {{FHIR_URL}}/Patient/{{PATIENT_ID}}/$reindex
166166
```
167167

168-
And then do a test search
168+
And then do test searches:
169+
169170
1. For the patient by race:
170171

171172
```rest
172173
GET {{FHIR_URL}}/Patient?race=2028-9
173174
x-ms-use-partial-indices: true
174175
```
176+
1. For Location (reference type)
175177

176-
2. For Location (reference type):
177178
```rest
178179
{{fhirurl}}/MedicationDispense?location=<locationid referenced in MedicationDispense Resource>
179180
x-ms-use-partial-indices: true

0 commit comments

Comments
 (0)