PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-practitioner-bundle
description: A bundle that submits Practitioner and PractitionerRole information.
package_name: fhir.ca-bc.provider
derivation: constraint
name: BCPractitionerBundle
type: Bundle
elements:
  type:
    pattern: {type: code, value: collection}
    mustSupport: true
    type: code
    index: 0
  entry:
    array: true
    min: 2
    index: 1
    elements:
      fullUrl: {mustSupport: true, index: 2}
      resource: {mustSupport: true, index: 3}
      search: {index: 4}
      request: {mustSupport: true, index: 5}
      response: {index: 6}
    required: [resource]
    slicing:
      rules: open
      description: The specific bundle entries that are needed for creating or updating a BC Practitioner.
      discriminator:
      - {path: resource, type: profile}
      min: 2
      slices:
        Practitioner:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              resource: {type: Practitioner, index: 8}
        PractitionerRole:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              resource: {type: PractitionerRole, index: 10}
        RoleRelationship:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 11
            elements:
              resource: {type: PractitionerRole, index: 12}
package_version: 1.0.1
class: profile
kind: resource
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-practitioner-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0