description: 'The primary mechanism to group a related set of MedicationStatements together for a point in time list (Current administration, Discharge List, Discontinued list). ' package_name: rs/hl7.fhir.us.smp derivation: constraint name: SMPMedicationList type: List elements: code: short: Medication list type code binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1096.240'} mustSupport: true index: 0 subject: type: Reference short: Patient mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 1 source: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole'] index: 2 entry: elements: item: type: Reference short: Medication details refers: ['http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement'] index: 3 package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list base: http://hl7.org/fhir/StructureDefinition/List version: 1.0.0-ballot required: [code, source, subject]