EpisodeOfCareConnectionType
No description
type EpisodeOfCareConnectionType {
EpisodeOfCareConection(
_filter: String
date: [date]
identifier: [token]
_lastUpdated: [date]
_security: [token]
type: [token]
incoming_referral: [reference]
condition: [reference]
_profile: [uri]
patient: [reference]
_tag: [token]
organization: [reference]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
care_manager: [reference]
status: [token]
_sort: String
_count: Int
_cursor: String
): EpisodeOfCareConnection
}