PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pct@2.0.0
    http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-missing-bundle
description: PCT GFE Missing Bundle is used to indicate when a GFE Contributor task request was made, but no GFE Bundle was submitted (attached to the ContributorTask).
package_name: hl7.fhir.us.davinci-pct
derivation: constraint
name: PCTGFEMissingBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  timestamp: {index: 1}
  entry:
    index: 2
    elements:
      fullUrl: {index: 3}
      search: {index: 4}
      request: {index: 5}
      response: {index: 6}
    required: [fullUrl]
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        patient:
          match: {}
          schema:
            short: SHALL have the patient subject of care and may have a separate subscriber
            _required: true
            index: 7
            elements:
              resource: {type: Patient, index: 8}
            required: [resource]
        requested-items-service:
          match: {}
          schema:
            short: Items the request is about - PCTServiceRequest
            mustSupport: true
            array: true
            index: 15
            elements:
              resource: {type: ServiceRequest, index: 16}
            required: [resource]
        requested-items-vision:
          match: {}
          schema:
            short: Items the request is about - VisionPrescription
            mustSupport: true
            array: true
            index: 23
            elements:
              resource: {type: VisionPrescription, index: 24}
            required: [resource]
        requested-items-nutrition:
          match: {}
          schema:
            short: Items the request is about - NutritionOrder
            mustSupport: true
            array: true
            index: 21
            elements:
              resource: {type: NutritionOrder, index: 22}
            required: [resource]
        coverage:
          match: {}
          schema:
            short: MAY have one Coverage
            mustSupport: true
            index: 9
            elements:
              resource: {type: Coverage, index: 10}
            required: [resource]
        organization:
          match: {}
          schema:
            short: MAY have the payer organization and may have provider organization
            mustSupport: true
            array: true
            max: 2
            index: 11
            elements:
              resource: {type: Organization, index: 12}
            required: [resource]
        practitioner:
          match: {}
          schema:
            short: MAY have the provider Practitioner
            mustSupport: true
            index: 13
            elements:
              resource: {type: Practitioner, index: 14}
            required: [resource]
        requested-items-medication:
          match: {}
          schema:
            short: Items the request is about - PCTMedicationRequest
            mustSupport: true
            array: true
            index: 17
            elements:
              resource: {type: MedicationRequest, index: 18}
            required: [resource]
        requested-items-device:
          match: {}
          schema:
            short: Items the request is about - PCTDeviceRequest
            mustSupport: true
            array: true
            index: 19
            elements:
              resource: {type: DeviceRequest, index: 20}
            required: [resource]
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-missing-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [entry, timestamp]