From d980aecfed83af762485476f3b4ecc8c3cf4350e Mon Sep 17 00:00:00 2001 From: Reham Muzzamil Date: Fri, 15 Sep 2023 15:06:40 +0500 Subject: [PATCH] Addressed PR feedback --- doc/design.md | 2 +- .../hapi_page_url_allowed_queries.json | 36 ------------------- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/doc/design.md b/doc/design.md index d3414324..0f9a9b5f 100644 --- a/doc/design.md +++ b/doc/design.md @@ -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 diff --git a/server/src/test/resources/hapi_page_url_allowed_queries.json b/server/src/test/resources/hapi_page_url_allowed_queries.json index 73702c86..ea5092d4 100644 --- a/server/src/test/resources/hapi_page_url_allowed_queries.json +++ b/server/src/test/resources/hapi_page_url_allowed_queries.json @@ -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 } ] } \ No newline at end of file