PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@dhdr-4.0.2-alpha1.0.3
    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.oh
derivation: constraint
name: Medication
type: Medication
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  extension:
    mustSupport: true
    index: 2
    slicing:
      slices:
        strength:
          match: {}
          schema: {type: Extension, isModifier: false, mustSupport: true, url: 'http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description', index: 3}
          max: 1
  code:
    mustSupport: true
    index: 4
    elements:
      coding:
        mustSupport: true
        index: 5
        slicing:
          rules: closed
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            drugCCDD:
              match: {system: 'http://terminology.hl7.org/CodeSystem/hc-CCDD'}
              schema:
                binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/canadianclinicaldrugdataset-CCDD'}
                mustSupport: true
                index: 6
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/hc-CCDD'}
                    mustSupport: true
                    index: 7
                  code: {mustSupport: true, index: 8}
                  display: {mustSupport: true, index: 9}
                required: [display, system, code]
            drugNatural:
              match: {system: 'http://terminology.hl7.org/CodeSystem/v3-hc-npn'}
              schema:
                binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/LicensedNaturalHealthProducts'}
                mustSupport: true
                index: 10
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-hc-npn'}
                    mustSupport: true
                    index: 11
                  code: {mustSupport: true, index: 12}
                  display: {mustSupport: true, index: 13}
                required: [display, system, code]
      text: {mustSupport: true, index: 14}
  form:
    mustSupport: true
    index: 15
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondrugform'}
        mustSupport: true
        index: 16
        elements:
          system: {mustSupport: true, index: 17}
          code: {mustSupport: true, index: 18}
          display: {mustSupport: true, index: 19}
        required: [display, system, code]
      text: {mustSupport: true, index: 20}
  ingredient:
    mustSupport: true
    index: 21
    elements:
      item:
        mustSupport: true
        choices: [itemCodeableConcept]
        index: 23
      itemCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: item, index: 24}
      item[x]:
        elements:
          coding:
            mustSupport: true
            index: 25
            slicing:
              rules: closed
              discriminator:
              - {path: system, type: value}
              min: null
              slices:
                drugCCDD:
                  match: {system: 'http://terminology.hl7.org/CodeSystem/hc-CCDD'}
                  schema:
                    binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/canadianclinicaldrugdataset-CCDD'}
                    mustSupport: true
                    index: 26
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/hc-CCDD'}
                        mustSupport: true
                        index: 27
                      code: {mustSupport: true, index: 28}
                      display: {mustSupport: true, index: 29}
                    required: [display, system, code]
                drugNatural:
                  match: {system: 'http://terminology.hl7.org/CodeSystem/v3-hc-npn'}
                  schema:
                    binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/LicensedNaturalHealthProducts'}
                    mustSupport: true
                    index: 30
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-hc-npn'}
                        mustSupport: true
                        index: 31
                      code: {mustSupport: true, index: 32}
                      display: {mustSupport: true, index: 33}
                    required: [display, system, code]
          text: {mustSupport: true, index: 34}
package_version: dhdr-4.0.2-alpha1.0.3
extensions:
  strength: {url: 'http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description', max: 1, type: Extension, isModifier: false, mustSupport: true, index: 3}
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: [meta, code]