-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ ec93d92 🚀
- Loading branch information
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"type": "batch", | ||
"entry": [ | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS observation_resource_idx ON observation USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS explanationofbenefit_resource_idx ON explanationofbenefit USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS procedure_resource_idx ON procedure USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS allergyintolerance_resource_idx ON allergyintolerance USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS immunization_resource_idx ON immunization USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS careplan_resource_idx ON careplan USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS diagnosticreport_resource_idx ON diagnosticreport USING gin ((resource))" | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "/$sql" | ||
}, | ||
"resource": "CREATE INDEX IF NOT EXISTS medicationrequest_resource_idx ON medicationrequest USING gin ((resource))" | ||
} | ||
] | ||
} |