PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base@2.0.0-ballot
    http://hl7.eu/fhir/base/StructureDefinition/medicationRequest-eu-core
description: This profile sets minimum expectations for the MedicationRequest resource common to most of the use cases.\nThis profile is adapted from the MPD work.
package_name: hl7.fhir.eu.base
derivation: constraint
name: MedicationRequestEuCore
type: MedicationRequest
elements:
  dispenseRequest:
    extensions:
      prescribedQuantity: {url: 'https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity', min: 0, max: 1, type: Extension, short: 'Overall amount of product prescribed, independent from the number of repeats.', index: 30}
    elements:
      extension:
        index: 29
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            prescribedQuantity:
              match: {url: null}
              schema: {type: Extension, short: 'Overall amount of product prescribed, independent from the number of repeats.', url: 'https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity', index: 30}
              min: 0
              max: 1
  reasonCode:
    short: Reason or indication for this prescription
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
    index: 13
  medicationCodeableConcept: {type: CodeableConcept, choiceOf: medication, index: 8}
  authoredOn: {short: Date when the request was authored, index: 11}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        effectiveDosePeriod:
          match: {url: null}
          schema: {type: Extension, short: Period over which the medication should be taken., url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod', index: 1}
          min: 0
          max: 1
        renderedDosageInstruction:
          match: {url: null}
          schema: {type: Extension, short: Full representation of the dosage instructions, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction', index: 2}
          min: 0
          max: 1
  requester:
    type: Reference
    short: The individual responsible for ordering the medication
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 12
  status: {short: Current state of the order, index: 4}
  dosageInstruction:
    short: How the medication should be taken.
    index: 15
    elements:
      text: {short: Free text dosage instructions, index: 16}
      timing:
        short: Administration schedule
        index: 17
        elements:
          repeat:
            elements:
              duration: {short: Duration of the treatment, index: 18}
              frequency: {short: Frequency times per period, index: 19}
              period: {short: Duration of time over which repetitions are to occur, index: 20}
              periodUnit: {short: Unit of the period (e.g. day), index: 21}
          code: {short: A code for the timing schedule., index: 22}
      route: {short: Route of administration, index: 23}
      doseAndRate:
        elements:
          dose:
            choices: []
            index: 25
            slicing:
              rules: open
              ordered: false
              discriminator:
              - {path: $this, type: type}
              min: null
              slices:
                doseQuantity:
                  match: {}
                  schema:
                    choices: [doseQuantity]
                    index: 27
                  min: 0
                  max: 1
          doseQuantity:
            type: Quantity
            choiceOf: dose
            index: 28
            slicing:
              slices:
                doseQuantity:
                  match: {}
                  schema: {type: Quantity, choiceOf: dose, index: 28}
                  min: 0
                  max: 1
  identifier: {short: Business identifier for this request, index: 3}
  intent: {short: 'Order, proposal or plan', index: 5}
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/medication-eu-core']
    index: 9
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 10
  medication:
    choices: [medicationCodeableConcept, medicationReference]
    index: 7
  reasonReference: {short: Condition or observation that supports this prescription, index: 14}
package_version: 2.0.0-ballot
extensions:
  effectiveDosePeriod: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod', min: 0, max: 1, type: Extension, short: Period over which the medication should be taken., index: 1}
  renderedDosageInstruction: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction', min: 0, max: 1, type: Extension, short: Full representation of the dosage instructions, index: 2}
class: profile
kind: resource
url: http://hl7.eu/fhir/base/StructureDefinition/medicationRequest-eu-core
base: http://hl7.org/fhir/StructureDefinition/MedicationRequest
version: 2.0.0-ballot