PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.client@1.0.1
    http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-request-bundle
description: A Bundle that is used in the Client Registry for Revise Patient requests.  This is also used by Patient Notitifications.
package_name: fhir.ca-bc.client
derivation: constraint
name: ReviseRequestBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    mustSupport: true
    index: 0
  entry:
    array: true
    min: 2
    max: 2
    index: 1
    elements:
      fullUrl: {mustSupport: true, index: 2}
      resource: {mustSupport: true, index: 3}
      request: {mustSupport: true, index: 4}
    required: [resource, fullUrl]
    slicing:
      rules: open
      description: The specific bundle entries that are needed when the Client Registry is responding to a add request.
      discriminator:
      - {path: resource, type: type}
      min: 2
      max: 2
      slices:
        patient:
          match: {}
          schema:
            short: Patient resource with revised information.
            mustSupport: true
            _required: true
            index: 5
            elements:
              resource: {type: Patient, index: 6}
        parameters:
          match: {}
          schema:
            short: Metadata in parameters
            mustSupport: true
            _required: true
            index: 7
            elements:
              resource: {type: Parameters, index: 8}
package_version: 1.0.1
class: profile
kind: resource
url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-request-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0