PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.dhdr.r4@4.0.3-snapshot3
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization-submission
description: The dispenser responsible for the MedicationDispense event.
package_name: rs/ca.on.dhdr.r4
derivation: constraint
name: OrganizationDHDRSubmission
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [system, value]
  name: {mustSupport: true, index: 3}
  telecom:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        TelecomPhone:
          match: {system: phone}
          schema:
            mustSupport: true
            index: 5
            elements:
              system:
                pattern: {type: code, value: phone}
                mustSupport: true
                type: code
                index: 6
              value: {mustSupport: true, index: 7}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 8
            required: [system, value]
        TelecomFax:
          match: {system: fax}
          schema:
            mustSupport: true
            index: 9
            elements:
              system:
                pattern: {type: code, value: fax}
                mustSupport: true
                type: code
                index: 10
              value: {mustSupport: true, index: 11}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 12
            required: [system, value]
  address:
    mustSupport: true
    index: 13
    elements:
      use: {mustSupport: true, index: 14}
      type: {mustSupport: true, index: 15}
      line: {mustSupport: true, array: true, min: 1, max: 2, index: 16}
      city: {mustSupport: true, index: 17}
      state:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ehr/ValueSet/province-state-code'}
        mustSupport: true
        index: 18
      postalCode: {mustSupport: true, index: 19}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 20
    required: [city, country, line, postalCode, state]
package_version: 4.0.3-snapshot3
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization-submission
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 4.0.1
required: [identifier, name]