PackagesCanonicalsLogsProblems
    Packages
    PCR.Core.STU3@1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-match-in
description: The Parameters profile for EMPI Match Request. The resource must contain a Patient resource and optionally a count parameter.
package_name: PCR.Core.STU3
derivation: constraint
name: pcr-parameters-match-in
type: Parameters
elements:
  id: {short: random guid, mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/pcr-Parameters-match-in|2.0.0'}
        mustSupport: true
        index: 2
      security: {index: 3}
    required: [profile]
  parameter:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: name, type: value}
      min: 1
      slices:
        patient:
          match: {name: patient}
          schema:
            short: patient pattern
            mustSupport: true
            _required: true
            index: 5
            elements:
              name:
                pattern: {type: String, value: patient}
                mustSupport: true
                index: 6
              resource: {type: Resource, mustSupport: true, index: 7}
            required: [resource]
        countParameter:
          match: {name: count}
          schema:
            mustSupport: true
            index: 8
            elements:
              name:
                pattern: {type: String, value: count}
                mustSupport: true
                index: 9
              valueInteger:
                type: integer
                short: Max number of patient results specified by the client
                mustSupport: true
                index: 10
                slicing:
                  slices:
                    valueInteger:
                      match: {}
                      schema: {type: integer, short: Max number of patient results specified by the client, mustSupport: true, index: 10}
package_version: 1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-match-in
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 2.0.0
required: [parameter, id, meta]