PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.client@1.0.1-beta
    http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in
description: Parameters profile for BC meta data - incoming messages. This profile is also intended to force the inclusion of specific parameters for the related Parameters.
package_name: fhir.ca-bc.client
derivation: constraint
name: MetadataParametersIn
type: Parameters
elements:
  parameter:
    index: 0
    slicing:
      rules: open
      description: The specific parameters to specify BC Metadata.
      discriminator:
      - {path: name, type: value}
      min: 1
      slices:
        messageId:
          match: {name: messageId}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              name:
                mustSupport: true
                pattern: {type: String, value: messageId}
                index: 2
              value:
                mustSupport: true
                choices: [valueString]
                index: 4
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 5}
              resource: {index: 6}
              part: {index: 7}
            required: [valueString, value]
        identifiersOnly:
          match: {name: identifiersOnly}
          schema:
            mustSupport: true
            index: 8
            elements:
              name:
                mustSupport: true
                pattern: {type: String, value: identifiersOnly}
                index: 9
              value:
                choices: [valueBoolean]
                index: 11
              valueBoolean: {type: boolean, choiceOf: value, index: 12}
              resource: {index: 13}
              part: {index: 14}
        history:
          match: {name: history}
          schema:
            mustSupport: true
            index: 15
            elements:
              name:
                mustSupport: true
                pattern: {type: String, value: history}
                index: 16
              value:
                choices: [valueBoolean]
                index: 18
              valueBoolean: {type: boolean, choiceOf: value, index: 19}
              resource: {index: 20}
              part: {index: 21}
package_version: 1.0.1-beta
class: profile
kind: resource
url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 1.0.0
required: [parameter]