PackagesCanonicalsLogsProblems
    Packages
    PCR.Core.STU3@1.0.0
    http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-pixm-out
description: This is the Parameters profiles for PIXm repsonse from PCR.
package_name: PCR.Core.STU3
derivation: constraint
name: pcr-parameters-pixm-out
type: Parameters
elements:
  id: {short: random guid, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/pcr-Parameters-pixm-out|2.0'}
        mustSupport: true
        index: 2
    required: [profile]
  parameter:
    short: patient pattern
    mustSupport: true
    index: 3
    elements:
      name:
        pattern: {type: String, value: count}
        mustSupport: true
        index: 4
      resource: {mustSupport: false, index: 5}
    slicing:
      rules: open
      discriminator:
      - {path: name, type: value}
      min: null
      slices:
        targetIdentifier:
          match: {name: targetIdentifier}
          schema:
            short: patient identifiers
            index: 6
            elements:
              name:
                pattern: {type: String, value: targetIdentifier}
                mustSupport: true
                index: 7
              valueIdentifier:
                type: Identifier
                mustSupport: true
                index: 8
                slicing:
                  slices:
                    valueIdentifier:
                      match: {}
                      schema:
                        type: Identifier
                        mustSupport: true
                        index: 8
                        elements:
                          system: {mustSupport: true, index: 9}
                          value: {mustSupport: true, index: 10}
                        required: [value, system]
        targetId:
          match: {name: targetId}
          schema:
            mustSupport: true
            index: 11
            elements:
              name:
                pattern: {type: String, value: targetId}
                mustSupport: true
                index: 12
              valueReference:
                type: Reference
                short: parameter that contains the reference to patient ecid
                mustSupport: true
                refers: ['http://hl7.org/fhir/StructureDefinition/Reference']
                index: 13
                slicing:
                  slices:
                    valueReference:
                      match: {}
                      schema:
                        type: Reference
                        short: parameter that contains the reference to patient ecid
                        mustSupport: true
                        refers: ['http://hl7.org/fhir/StructureDefinition/Reference']
                        index: 13
                        elements:
                          reference: {mustSupport: true, index: 14}
                        required: [reference]
package_version: 1.0.0
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-pixm-out
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 2.0.0
required: [id, meta]