description: Negation profile of MedicationRequest for decision support/quality metrics. Indicates a proposal, plan, or order not to provide a medication. package_name: rs/hl7.fhir.us.qicore derivation: constraint name: QICoreMedicationProhibited type: MedicationRequest elements: status: short: (QI) active | on-hold | cancelled | completed | stopped | draft binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-medicationrequest-status'} index: 0 doNotPerform: type: boolean short: (QI) True if medication was not requested pattern: {type: boolean, value: true} index: 1 authoredOn: {short: (QI) When request was initially authored, index: 2} reasonCode: short: (QI) Reason or indication for not ordering the medication binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason'} index: 3 package_version: 7.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationprohibited base: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest version: 7.0.0 required: [authoredOn, doNotPerform, reasonCode]