PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha@pds-0.9.0-alpha-1.9.7.37
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService-v2-draft
description: The details of a healthcare service available at a location
package_name: ca.on.oh.mha
derivation: constraint
name: HealthcareServiceV2Draft
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}
          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: system, type: value}
      min: 1
      slices:
        sliceIdentifier-ConnexHealthProgramNumber:
          match: {system: null}
          schema:
            mustSupport: true
            index: 7
            elements:
              system: {mustSupport: true, index: 8}
              value: {mustSupport: true, index: 9}
            required: [value, system]
        sliceIdentifier-HSPProgramID:
          match: {system: null}
          schema:
            mustSupport: true
            _required: true
            index: 10
            elements:
              system: {mustSupport: true, index: 11}
              value: {mustSupport: true, index: 12}
            required: [value, system]
  providedBy:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization']
    index: 13
  location:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location']
    index: 14
  name: {mustSupport: true, index: 15}
package_version: pds-0.9.0-alpha-1.9.7.37
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-v2-draft
base: http://hl7.org/fhir/StructureDefinition/HealthcareService
version: 2.0.0
required: [name, extension, identifier, meta]