PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.2
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Parameters
description: Defines Parameters profile for used in the Location Match operation
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: ParametersLocationMatchInRequest
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-location-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-location:
          match: {name: Location}
          schema:
            short: Parameter-Location
            mustSupport: true
            _required: true
            index: 4
            elements:
              name:
                pattern: {type: String, value: Location}
                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
            required: [valueInteger]
package_version: 0.1.2
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Parameters
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 1.0.0
required: [parameter, meta]