PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4@alpha-0.1.0
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Parameters
description: Defines Parameters profile for used in the Practitioner Match operation
package_name: ca.on.phsd.r4
derivation: constraint
name: ParametersPractitionerMatchIn
type: Parameters
elements:
  id: {index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Parameters|1.0.0'}
        index: 2
    required: [profile]
  parameter:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: name, type: value}
      min: 1
      slices:
        parameter-practitioner:
          match: {name: Practitioner}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              name:
                pattern: {type: String, value: Practitioner}
                mustSupport: true
                index: 5
              resource: {type: Resource, index: 6}
            required: [resource]
        parameter-count:
          match: {name: count}
          schema:
            mustSupport: true
            index: 7
            elements:
              name:
                pattern: {type: String, value: count}
                mustSupport: true
                index: 8
              valueInteger:
                type: integer
                mustSupport: true
                index: 9
                slicing:
                  slices:
                    valueInteger:
                      match: {}
                      schema: {type: integer, mustSupport: true, _required: true, index: 9}
                      min: 1
              part: {index: 10}
            required: [valueInteger]
        parameter-practitionerRole:
          match: {name: PractitionerRole}
          schema:
            mustSupport: true
            index: 11
            elements:
              name:
                pattern: {type: String, value: PractitionerRole}
                mustSupport: true
                index: 12
              resource: {type: Resource, index: 13}
              part: {index: 14}
            required: [resource]
package_version: alpha-0.1.0
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Parameters
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 1.0.0
required: [parameter, meta]