PackagesCanonicalsLogsProblems
    Packages
    ca.on.dhdr.r4@4.0.3-snapshot4
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission
description: This resource is used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication.
package_name: ca.on.dhdr.r4
derivation: constraint
name: MedicationDHDRSubmission
type: Medication
elements:
  extension:
    mustSupport: true
    index: 0
    slicing:
      slices:
        Strength:
          match: {}
          schema: {type: Extension, isModifier: false, mustSupport: true, url: 'http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description', index: 1}
          max: 1
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct'}
    mustSupport: true
    index: 2
  form:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/pharmaceuticaldoseformcode'}
    mustSupport: true
    index: 3
  ingredient:
    mustSupport: true
    index: 4
    elements:
      item:
        mustSupport: true
        choices: [itemCodeableConcept]
        index: 6
      itemCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: item, index: 7}
package_version: 4.0.3-snapshot4
extensions:
  Strength: {url: 'http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description', max: 1, type: Extension, isModifier: false, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 4.0.1
required: [code]