PackagesCanonicalsLogsProblems
    Packages
    ca.on.health.sadie@0.1.3-beta
    https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea
description: This profile is for the Program Areas.
package_name: ca.on.health.sadie
derivation: constraint
name: ProgramArea
type: Organization
elements:
  address: {index: 19}
  name: {index: 16}
  type:
    index: 8
    elements:
      coding:
        index: 9
        elements:
          system: {index: 10}
          version: {index: 11}
          code:
            binding: {strength: required, valueSet: 'http://health.gov.on.ca/sadie/fhir/ValueSet/FlexForms-OrganizationTypes'}
            index: 12
          display: {index: 13}
          userSelected: {index: 14}
        required: [code]
      text: {index: 15}
    required: [coding]
  alias: {index: 17}
  active: {index: 7}
  identifier:
    index: 0
    elements:
      use: {index: 1}
      type: {index: 2}
      system: {index: 3}
      value:
        binding: {strength: required, valueSet: 'http://health.gov.on.ca/sadie/fhir/ValueSet/FlexForms-ProgramAreas'}
        index: 4
      period: {index: 5}
      assigner: {index: 6}
  telecom: {index: 18}
  partOf: {index: 20}
  endpoint: {index: 24}
  contact:
    array: true
    max: 2
    index: 21
    slicing:
      rules: open
      discriminator:
      - {path: purpose.coding.code, type: value}
      min: null
      max: 2
      slices:
        helpLink:
          match:
            purpose:
              coding: {code: null}
          schema: {short: This is the Help Link for the Program Area, index: 22}
          max: 1
        contactLink:
          match:
            purpose:
              coding: {code: null}
          schema: {index: 23}
          max: 1
package_version: 0.1.3-beta
class: profile
kind: resource
url: https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea
base: http://hl7.org/fhir/StructureDefinition/Organization
version: null
required: [name, identifier, type, alias, active]