PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.6.0
    http://hl7.org/fhir/StructureDefinition/MedicationRequest
description: An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
package_name: hl7.fhir.r5.core
derivation: specialization
name: MedicationRequest
type: MedicationRequest
elements:
  performerType:
    isModifier: false
    short: Desired kind of performer of the medication administration
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/performer-role'}
    isSummary: true
    index: 16
  category:
    isModifier: false
    short: Grouping or category of medication request
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medicationrequest-admin-location'}
    isSummary: false
    index: 4
  insurance:
    isModifier: false
    short: Associated insurance coverage
    refers: ['http://hl7.org/fhir/StructureDefinition/ClaimResponse', 'http://hl7.org/fhir/StructureDefinition/Coverage']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 24
  instantiatesCanonical: {isModifier: false, short: Instantiates FHIR protocol or definition, type: canonical, mustSupport: false, array: true, isSummary: true, index: 19}
  eventHistory:
    isModifier: false
    short: A list of events of interest in the lifecycle
    refers: ['http://hl7.org/fhir/StructureDefinition/Provenance']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 48
  instantiatesUri: {isModifier: false, short: Instantiates external protocol or definition, type: uri, mustSupport: false, array: true, isSummary: true, index: 20}
  substitution:
    isModifier: false
    short: Any restrictions on medication substitution
    type: BackboneElement
    mustSupport: false
    isSummary: false
    index: 40
    elements:
      allowed:
        isModifier: false
        short: Whether substitution is allowed or not
        mustSupport: false
        choices: [allowedBoolean, allowedCodeableConcept]
        isSummary: false
        index: 42
      allowedBoolean: {isModifier: false, short: Whether substitution is allowed or not, type: boolean, mustSupport: false, choiceOf: allowed, isSummary: false, index: 43}
      allowedCodeableConcept: {isModifier: false, short: Whether substitution is allowed or not, type: CodeableConcept, mustSupport: false, choiceOf: allowed, isSummary: false, index: 44}
      reason:
        isModifier: false
        short: Why should (not) substitution be made
        type: CodeableConcept
        mustSupport: false
        binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason'}
        isSummary: false
        index: 45
    required: [allowedCodeableConcept, allowed, allowedBoolean]
  detectedIssue:
    isModifier: false
    short: Clinical Issue with action
    refers: ['http://hl7.org/fhir/StructureDefinition/DetectedIssue']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 47
  encounter:
    isModifier: false
    short: Encounter created as part of encounter/admission/stay
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 11
  dispenseRequest:
    isModifier: false
    short: Medication supply authorization
    type: BackboneElement
    mustSupport: false
    isSummary: false
    index: 28
    elements:
      dispenser:
        isModifier: false
        short: Intended performer of dispense
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
        type: Reference
        mustSupport: false
        isSummary: false
        index: 37
      doseAdministrationAid:
        isModifier: false
        short: Type of adherence packaging to use for the dispense
        type: CodeableConcept
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-dose-aid'}
        isSummary: false
        index: 39
      initialFill:
        isModifier: false
        short: First fill details
        type: BackboneElement
        mustSupport: false
        isSummary: false
        index: 29
        elements:
          quantity: {isModifier: false, short: First fill quantity, type: Quantity, mustSupport: false, isSummary: false, index: 30}
          duration: {isModifier: false, short: First fill duration, type: Duration, mustSupport: false, isSummary: false, index: 31}
      dispenserInstruction: {isModifier: false, short: Additional information for the dispenser, type: Annotation, mustSupport: false, array: true, isSummary: false, index: 38}
      dispenseInterval: {isModifier: false, short: Minimum period of time between dispenses, type: Duration, mustSupport: false, isSummary: false, index: 32}
      validityPeriod: {isModifier: false, short: Time period supply is authorized for, type: Period, mustSupport: false, isSummary: false, index: 33}
      numberOfRepeatsAllowed: {isModifier: false, short: Number of refills authorized, type: unsignedInt, mustSupport: false, isSummary: false, index: 34}
      quantity: {isModifier: false, short: Amount of medication to supply per dispense, type: Quantity, mustSupport: false, isSummary: false, index: 35}
      expectedSupplyDuration: {isModifier: false, short: Number of days supply per dispense, type: Duration, mustSupport: false, isSummary: false, index: 36}
  reported: {isModifier: false, short: Reported rather than primary record, type: boolean, mustSupport: false, isSummary: true, index: 7}
  statusReason:
    isModifier: false
    short: Reason for current status
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medicationrequest-status-reason'}
    isSummary: false
    index: 2
  authoredOn: {isModifier: false, short: When request was initially authored, type: dateTime, mustSupport: false, isSummary: true, index: 13}
  note: {isModifier: false, short: Information about the prescription, type: Annotation, mustSupport: false, array: true, isSummary: false, index: 25}
  reason:
    isModifier: false
    short: Reason or indication for ordering or not ordering the medication
    type: CodeableReference
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
    isSummary: false
    index: 18
  requester:
    isModifier: false
    short: Who/What requested the Request
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 14
  supportingInformation:
    isModifier: false
    short: Information to support ordering of the medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 12
  priority:
    isModifier: false
    short: routine | urgent | asap | stat
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-priority|4.6.0'}
    isSummary: true
    index: 5
  status:
    isModifier: true
    short: active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.6.0'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
  dosageInstruction: {isModifier: false, short: How the medication should be taken, type: Dosage, mustSupport: false, array: true, isSummary: false, index: 27}
  groupIdentifier: {isModifier: false, short: Composite request this is part of, type: Identifier, mustSupport: false, isSummary: true, index: 22}
  recorder:
    isModifier: false
    short: Person who entered the request
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 17
  identifier: {isModifier: false, short: External ids for this request, type: Identifier, mustSupport: false, array: true, isSummary: false, index: 0}
  doNotPerform: {isModifier: true, short: True if patient is to stop taking or not to start taking the medication, type: boolean, mustSupport: false, isModifierReason: 'This element is labeled as a modifier because this element negates the request to occur (ie, this is a request for the medication not to be ordered or prescribed, etc)', isSummary: true, index: 6}
  intent:
    isModifier: true
    short: proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
    index: 3
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.6.0'}
    isModifierReason: This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request
    isSummary: true
  renderedDosageInstruction: {isModifier: false, short: Full representation of the dosage instructions, type: string, mustSupport: false, isSummary: false, index: 26}
  basedOn:
    isModifier: false
    short: What request fulfills
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 21
  priorPrescription:
    isModifier: false
    short: An order/prescription that is being replaced
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationRequest']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 46
  informationSource:
    isModifier: false
    short: The person or organization who provided the information about this request, if the source is someone other than the requestor
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 8
  courseOfTherapyType:
    isModifier: false
    short: Overall pattern of medication administration
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy'}
    isSummary: false
    index: 23
  subject:
    isModifier: false
    short: Who or group medication request is for
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 10
  performer:
    isModifier: false
    short: Intended performer of administration
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 15
  medication:
    isModifier: false
    short: Medication to be taken
    type: CodeableReference
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-codes'}
    isSummary: true
    index: 9
package_version: 4.6.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MedicationRequest
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0
required: [status, subject, intent, medication]