Skip to content

Commit

Permalink
Addressed PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rehammuzzamil committed Sep 15, 2023
1 parent 580d86c commit d980aec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion doc/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ The mapping from resources to patients is done through the
[patient compartment](https://www.hl7.org/fhir/compartmentdefinition-patient.html)
definition. Note that we can still access many resources in one query; in
particular through
[Patient/ID/\$everything](https://hl7.org/fhir/patient-operation-everything.html)
[Patient/ID/$everything](https://hl7.org/fhir/patient-operation-everything.html)
queries, we can fetch all updates for a single patient.

This approach helps support both the **flexible-access-control** and
Expand Down
36 changes: 0 additions & 36 deletions server/src/test/resources/hapi_page_url_allowed_queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,6 @@
},
"allowExtraParams": true,
"allParamsRequired": true
},
{
"path": "/Composition",
"methodType": "GET",
"queryParams": {

},
"allowExtraParams": true,
"allParamsRequired": false
},
{
"path": "/Binary/1234567",
"methodType": "GET",
"queryParams": {

},
"allowExtraParams": true,
"allParamsRequired": false
},
{
"path": "/List/ANY_VALUE",
"methodType": "PUT",
"queryParams": {

},
"allowExtraParams": true,
"allParamsRequired": false
},
{
"path": "/Patient/ANY_VALUE",
"methodType": "GET",
"queryParams": {
"_sort": "name"
},
"allowExtraParams": false,
"allParamsRequired": true
}
]
}

0 comments on commit d980aec

Please sign in to comment.