PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-dhdr@4.0.2-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization-submission
description: The dispenser responsible for the MedicationDispense event.
package_name: ca.on.oh-dhdr
derivation: constraint
name: Organization
type: Organization
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value, system]
  name: {mustSupport: true, index: 5}
  telecom:
    mustSupport: true
    index: 6
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        TelecomPhone:
          match: {system: phone}
          schema:
            mustSupport: true
            index: 7
            elements:
              system:
                pattern: {type: Code, value: phone}
                mustSupport: true
                index: 8
              value: {mustSupport: true, index: 9}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 10
            required: [value, system]
        TelecomFax:
          match: {system: fax}
          schema:
            mustSupport: true
            index: 11
            elements:
              system:
                pattern: {type: Code, value: fax}
                mustSupport: true
                index: 12
              value: {mustSupport: true, index: 13}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 14
            required: [value, system]
  address:
    mustSupport: true
    index: 15
    elements:
      use: {mustSupport: true, index: 16}
      type: {mustSupport: true, index: 17}
      line: {mustSupport: true, array: true, min: 1, max: 2, index: 18}
      city: {mustSupport: true, index: 19}
      state:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/province-state-code'}
        mustSupport: true
        index: 20
      postalCode: {mustSupport: true, index: 21}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 22
    required: [country, city, postalCode, line, state]
package_version: 4.0.2-alpha1.0.1
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: [name, identifier, meta]