PersonConnectionType
No description
type PersonConnectionType {
PersonConection(
_filter: String
birthdate: [date]
address_state: [String]
gender: [token]
_lastUpdated: [date]
link: [reference]
address_country: [String]
phonetic: [String]
patient: [reference]
telecom: [token]
address_city: [String]
email: [token]
identifier: [token]
address: [String]
practitioner: [reference]
_security: [token]
relatedperson: [reference]
address_postalcode: [String]
_profile: [uri]
phone: [token]
_tag: [token]
organization: [reference]
address_use: [token]
name: [String]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
_sort: String
_count: Int
_cursor: String
): PersonConnection
}