Full name: projects.locations.datasets.fhirStores.fhir.Patient-consent-enforcement-status
Returns the consent enforcement status of all consent resources for a patient.
On success, the response body contains a JSON-encoded representation of a bundle of Parameters
(http://hl7.org/fhir/parameters.html) FHIR resources, containing the current enforcement status for each consent resource of the patient. Does not support DSTU2.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{name=projects/*/locations/*/datasets/*/fhirStores/*/fhir/Patient/*}/$consent-enforcement-status
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the patient to find enforcement statuses, in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
_count |
Optional. The maximum number of results on a page. If not specified, 100 is used. May not be larger than 1000. |
_page_token |
Optional. Used to retrieve the first, previous, next, or last page of consent enforcement statuses when using pagination. Value should be set to the value of Omit |
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.