PackagesCanonicalsLogsProblems
    Packages
    ca.on.mha.pds@2.0.0-snapshot5
    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, index: 1}
  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}
          min: 1
          max: 1
  identifier:
    mustSupport: true
    index: 4
    elements:
      system: {mustSupport: true, index: 5}
      value: {mustSupport: true, index: 6}
    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: 7
            elements:
              use:
                pattern: {type: Code, value: usual}
                mustSupport: true
                index: 8
              system: {mustSupport: true, index: 9}
              value: {mustSupport: true, index: 10}
            required: [value, system, use]
        sliceIdentifier-ConnexHealthProgramNumber:
          match: {use: secondary}
          schema:
            mustSupport: true
            index: 11
            elements:
              use:
                pattern: {type: Code, value: secondary}
                mustSupport: true
                index: 12
              system: {mustSupport: true, index: 13}
              value: {mustSupport: true, index: 14}
            required: [value, system, use]
  providedBy:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Organization']
    index: 15
  location:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Location']
    index: 16
  name: {mustSupport: true, index: 17}
package_version: 2.0.0-snapshot5
extensions:
  functionalCentreCode: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode', min: 1, max: 1, type: Extension, mustSupport: true, index: 3}
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]