MedicationListType
No description
type MedicationListType {
MedicationList(
_filter: String
identifier: [token]
code: [token]
ingredient: [reference]
lot_number: [token]
_lastUpdated: [date]
_security: [token]
manufacturer: [reference]
ingredient_code: [token]
_profile: [uri]
form: [token]
_tag: [token]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
expiration_date: [date]
status: [token]
_sort: String
_count: Int
_cursor: String
): [Medication]
}