PackagesCanonicalsLogsProblems
    Packages
    ca.on.ir.r4@0.1.0
    http://ontariohealth.ca/fhir/immunization/StructureDefinition/profile-organization-submission
description: The organization responsible for the Administration event.
package_name: ca.on.ir.r4
derivation: constraint
name: OrganizationIRSubmission
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  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
                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: [value, system]
        TelecomFax:
          match: {system: fax}
          schema:
            mustSupport: true
            index: 9
            elements:
              system:
                pattern: {type: Code, value: fax}
                mustSupport: true
                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: [value, system]
  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: [country, city, postalCode, line, state]
package_version: 0.1.0
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/immunization/StructureDefinition/profile-organization-submission
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [name, identifier]