PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.dhdr.r4@4.0.3-snapshot4
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission
description: Ordering of medication for patient
package_name: rs/ca.on.dhdr.r4
derivation: constraint
name: MedicationRequestDHDRSubmission
type: MedicationRequest
elements:
  medication[x]:
    elements:
      reference: {mustSupport: true, index: 8}
    required: [reference]
  reasonCode:
    mustSupport: true
    array: true
    max: 5
    index: 13
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/medicationreasoncode'}
        mustSupport: true
        index: 14
        elements:
          system:
            pattern: {type: uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            type: uri
            index: 15
          code: {mustSupport: true, index: 16}
          display: {mustSupport: true, index: 17}
        required: [code, display, system]
      text: {mustSupport: true, index: 18}
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-submission', 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole-submission']
    index: 11
    elements:
      reference: {mustSupport: true, index: 12}
    required: [reference]
  status:
    pattern: {type: code, value: unknown}
    mustSupport: true
    type: code
    index: 3
  dosageInstruction:
    mustSupport: true
    index: 19
    elements:
      sequence: {mustSupport: true, index: 20}
      text: {mustSupport: true, index: 21}
      additionalInstruction:
        mustSupport: true
        index: 22
        elements:
          text: {mustSupport: true, index: 23}
        required: [text]
      timing:
        mustSupport: true
        index: 24
        elements:
          repeat:
            mustSupport: true
            index: 25
            elements:
              duration: {mustSupport: true, index: 26}
              durationUnit: {mustSupport: true, index: 27}
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ehr/ValueSet/medication-repeat-pattern'}
            mustSupport: true
            index: 28
            elements:
              coding:
                mustSupport: true
                index: 29
                elements:
                  system:
                    pattern: {type: uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    type: uri
                    index: 30
                  code: {mustSupport: true, index: 31}
                  display: {mustSupport: true, index: 32}
                required: [code, display, system]
              text: {mustSupport: true, index: 33}
        required: [code]
      asNeeded:
        mustSupport: true
        choices: []
        index: 35
      route:
        mustSupport: true
        index: 36
        elements:
          coding:
            binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration'}
            mustSupport: true
            index: 37
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                mustSupport: true
                type: uri
                index: 38
              code: {mustSupport: true, index: 39}
              display: {mustSupport: true, index: 40}
            required: [code, display, system]
          text: {mustSupport: true, index: 41}
      doseAndRate:
        mustSupport: true
        index: 42
        elements:
          dose:
            mustSupport: true
            choices: [doseQuantity]
            index: 59
            slicing:
              slices:
                doseQuantity:
                  match: {}
                  schema:
                    mustSupport: true
                    choices: [doseQuantity]
                    index: 59
                  min: 0
                  max: 1
          doseRange:
            type: Range
            mustSupport: true
            choiceOf: dose
            index: 47
            slicing:
              slices:
                doseRange:
                  match: {}
                  schema: {type: Range, mustSupport: true, choiceOf: dose, index: 47}
                  min: 0
                  max: 1
          dose[x]:
            elements:
              value: {mustSupport: true, index: 61}
              unit: {mustSupport: true, index: 62}
              system: {mustSupport: true, index: 63}
              code: {mustSupport: true, index: 64}
          doseQuantity:
            type: Quantity
            mustSupport: true
            choiceOf: dose
            index: 60
            slicing:
              slices:
                doseQuantity:
                  match: {}
                  schema: {type: Quantity, mustSupport: true, choiceOf: dose, index: 60}
                  min: 0
                  max: 1
          rate:
            mustSupport: true
            choices: [rateQuantity]
            index: 81
            slicing:
              slices:
                rateQuantity:
                  match: {}
                  schema:
                    mustSupport: true
                    choices: [rateQuantity]
                    index: 81
                  min: 0
                  max: 1
          rateRange:
            type: Range
            mustSupport: true
            choiceOf: rate
            index: 69
            slicing:
              slices:
                rateRange:
                  match: {}
                  schema: {type: Range, mustSupport: true, choiceOf: rate, index: 69}
                  min: 0
                  max: 1
          rate[x]:
            elements:
              value: {mustSupport: true, index: 83}
              unit: {mustSupport: true, index: 84}
              system: {mustSupport: true, index: 85}
              code:
                binding: {strength: extensible, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit'}
                mustSupport: true
                index: 86
          rateQuantity:
            type: Quantity
            mustSupport: true
            choiceOf: rate
            index: 82
            slicing:
              slices:
                rateQuantity:
                  match: {}
                  schema: {type: Quantity, mustSupport: true, choiceOf: rate, index: 82}
                  min: 0
                  max: 1
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [system, value]
  intent:
    pattern: {type: code, value: order}
    mustSupport: true
    type: code
    index: 4
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission']
    index: 7
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Patient-submission']
    index: 9
    elements:
      reference: {mustSupport: true, index: 10}
    required: [reference]
  medication:
    mustSupport: true
    choices: [medicationReference]
    index: 6
package_version: 4.0.3-snapshot4
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission
base: http://hl7.org/fhir/StructureDefinition/MedicationRequest
version: 4.0.1