MedicationStatementListType
No description
type MedicationStatementListType {
MedicationStatementList(
_filter: String
identifier: [token]
code: [token]
subject: [reference]
_lastUpdated: [date]
_security: [token]
medication: [reference]
part_of: [reference]
source: [reference]
effective: [date]
_profile: [uri]
patient: [reference]
_tag: [token]
context: [reference]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
category: [token]
status: [token]
_sort: String
_count: Int
_cursor: String
): [MedicationStatement]
}