PackagesCanonicalsLogsProblems
    Packages
    ca.on.mha.pds@2.0.0-snapshot10
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-healthcareservice
description: The details of a healthcare service available at a location
package_name: ca.on.mha.pds
derivation: constraint
name: HealthcareService
type: HealthcareService
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-healthcareservice'}
        index: 1
    required: [profile]
  extension:
    index: 2
    slicing:
      slices:
        functionalCentreCode:
          match: {}
          schema:
            type: Extension
            mustSupport: true
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode
            index: 3
            elements:
              value:
                choices: []
                index: 5
  identifier:
    mustSupport: true
    index: 6
    elements:
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: use, type: value}
      min: 1
      slices:
        sliceIdentifier-HSPProgramID:
          match: {use: usual}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              use:
                pattern: {type: Code, value: usual}
                mustSupport: true
                index: 10
              system: {mustSupport: true, index: 11}
              value: {mustSupport: true, index: 12}
            required: [value, system, use]
        sliceIdentifier-ConnexHealthProgramNumber:
          match: {use: secondary}
          schema:
            mustSupport: true
            index: 13
            elements:
              use:
                pattern: {type: Code, value: secondary}
                mustSupport: true
                index: 14
              system: {mustSupport: true, index: 15}
              value: {mustSupport: true, index: 16}
            required: [value, system, use]
  providedBy:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization']
    index: 17
  location:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location']
    index: 18
  name: {mustSupport: true, index: 19}
package_version: 2.0.0-snapshot10
extensions:
  functionalCentreCode:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode
    type: Extension
    mustSupport: true
    index: 3
    elements:
      value:
        choices: []
        index: 5
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-healthcareservice
base: http://hl7.org/fhir/StructureDefinition/HealthcareService
version: 2.0.0
required: [name, extension, identifier, meta]