ConsentListType
No description
type ConsentListType {
ConsentList(
_filter: String
date: [date]
identifier: [token]
period: [date]
data: [reference]
purpose: [token]
_lastUpdated: [date]
_security: [token]
source_reference: [reference]
actor: [reference]
security_label: [token]
_profile: [uri]
patient: [reference]
_tag: [token]
organization: [reference]
scope: [token]
action: [token]
_source: [uri]
consentor: [reference]
_id: [token]
_text: [String]
_content: [String]
category: [token]
status: [token]
_sort: String
_count: Int
_cursor: String
): [Consent]
}