CheckDataAccessResponse

Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
consentDetails object The resource names of all evaluated Consents mapped to their evaluation.
consented boolean Whether the requested resource is consented for the given use.
View JSON Schema on GitHub

JSON Schema

CheckDataAccessResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CheckDataAccessResponse",
  "description": "Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.",
  "properties": {
    "consentDetails": {
      "additionalProperties": {
        "$ref": "#/components/schemas/ConsentEvaluation"
      },
      "description": "The resource names of all evaluated Consents mapped to their evaluation.",
      "type": "object"
    },
    "consented": {
      "description": "Whether the requested resource is consented for the given use.",
      "type": "boolean"
    }
  },
  "type": "object"
}