PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pct@2.0.0
    http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-information-bundle
description: PCT GFE Information Bundle that contains the information necessary for GFE contributors to create their estimates. This bundle may for all GFE Contributors or  specific to a single contributor and may include, but is not limited to, the Patient Resource, request resources (such as ServiceRequest, MedicationRequest, and DeviceRequest), Service location information, Coverage and Payer Organization resources (if applicable).
package_name: hl7.fhir.us.davinci-pct
derivation: constraint
name: PCTGFEInformationBundle
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
            array: true
            min: 1
            max: 2
            _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: 19
            elements:
              resource: {type: ServiceRequest, index: 20}
            required: [resource]
        requested-items-vision:
          match: {}
          schema:
            short: Items the request is about - VisionPrescription
            mustSupport: true
            array: true
            index: 27
            elements:
              resource: {type: VisionPrescription, index: 28}
            required: [resource]
        requested-items-nutrition:
          match: {}
          schema:
            short: Items the request is about - NutritionOrder
            mustSupport: true
            array: true
            index: 25
            elements:
              resource: {type: NutritionOrder, index: 26}
            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(s)
            mustSupport: true
            array: true
            index: 11
            elements:
              resource: {type: Organization, index: 12}
            required: [resource]
        service-location:
          match: {}
          schema:
            short: MAY have Service Location(s)
            mustSupport: true
            array: true
            index: 13
            elements:
              resource: {type: Location, index: 14}
            required: [resource]
        practitioner:
          match: {}
          schema:
            short: MAY have the provider Practitioner(s)
            mustSupport: true
            array: true
            index: 15
            elements:
              resource: {type: Practitioner, index: 16}
            required: [resource]
        requested-items-medication:
          match: {}
          schema:
            short: Items the request is about - PCTMedicationRequest
            mustSupport: true
            array: true
            index: 21
            elements:
              resource: {type: MedicationRequest, index: 22}
            required: [resource]
        requested-items-device:
          match: {}
          schema:
            short: Items the request is about - PCTDeviceRequest
            mustSupport: true
            array: true
            index: 23
            elements:
              resource: {type: DeviceRequest, index: 24}
            required: [resource]
        practitioner-role:
          match: {}
          schema:
            short: MAY have the provider PractitionerRole(s)
            mustSupport: true
            array: true
            index: 17
            elements:
              resource: {type: PractitionerRole, index: 18}
            required: [resource]
        attachment:
          match: {}
          schema:
            short: MAY have attachments as DocumentReference resource(s)
            mustSupport: true
            array: true
            index: 29
            elements:
              resource: {type: DocumentReference, index: 30}
            required: [resource]
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-information-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [entry, timestamp]