PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.1-dft-ballot
    http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/medication-ca-core
description: This profile represents the constraints applied to the Medication resource by the CA Core+ project to represent the minimum expectations for the Medication resource when used to promote capacity building for functionality found across Canadian FHIR implementations. It is informed by the constraints of shared across CIHI pCHDCF data sets and has also undergone analysis to assert alignment with the [Canadian Baseline Medication Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-medication.html)
package_name: ca.infoway.io.core
derivation: constraint
name: MedicationCACore
type: Medication
elements:
  code:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct'}
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          system: {mustSupport: true, index: 2}
          code: {mustSupport: true, index: 3}
          display:
            mustSupport: true
            index: 4
            extensions:
              translation: {url: 'http://hl7.org/fhir/StructureDefinition/translation', type: Extension, index: 5}
            elements:
              extension:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/translation
                index: 5
                slicing:
                  slices:
                    translation:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/translation', index: 5}
        required: [system, code]
      text: {mustSupport: true, index: 6}
    required: [coding]
package_version: 0.3.1-dft-ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/medication-ca-core
base: http://hl7.org/fhir/StructureDefinition/Medication
version: null
required: [code]