ClinicalImpressionListType
No description
type ClinicalImpressionListType {
ClinicalImpressionList(
_filter: String
date: [date]
identifier: [token]
previous: [reference]
finding_code: [token]
assessor: [reference]
subject: [reference]
_lastUpdated: [date]
_security: [token]
encounter: [reference]
finding_ref: [reference]
problem: [reference]
_profile: [uri]
patient: [reference]
_tag: [token]
supporting_info: [reference]
investigation: [reference]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
status: [token]
_sort: String
_count: Int
_cursor: String
): [ClinicalImpression]
}