PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.lab-report@1.0.0-ballot
    http://hl7.org/fhir/uv/lab-report/StructureDefinition/Bundle-uv-lab
description: Clinical document used to represent a Laboratory Report for the scope of the HL7 Uv Lab Report project.
package_name: hl7.fhir.uv.lab-report
derivation: constraint
name: BundleLabReportUv
type: Bundle
elements:
  identifier: {short: Business identifier for this Laboratory Report, index: 0}
  type:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/lab-report/ValueSet/reportBundleType-uv-lab'}
    index: 1
  timestamp: {index: 2}
  total: {index: 3}
  link: {index: 4}
  entry:
    index: 5
    elements:
      link: {index: 6}
      fullUrl: {index: 7}
      resource: {index: 8}
      search: {index: 9}
      request: {index: 10}
      response: {index: 11}
    required: [resource, fullUrl]
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        patient:
          match: {}
          schema:
            index: 16
            elements:
              resource: {type: Patient, index: 17}
        encounter:
          match: {}
          schema:
            array: true
            index: 32
            elements:
              resource: {type: Encounter, index: 33}
        practitionerRole:
          match: {}
          schema:
            array: true
            index: 28
            elements:
              resource: {type: PractitionerRole, index: 29}
        specimen:
          match: {}
          schema:
            array: true
            index: 20
            elements:
              resource: {type: Specimen, index: 21}
        coverage:
          match: {}
          schema:
            array: true
            index: 38
            elements:
              resource: {type: Coverage, index: 39}
        observation:
          match: {}
          schema:
            array: true
            index: 18
            elements:
              resource: {type: Observation, index: 19}
        organization:
          match: {}
          schema:
            array: true
            index: 24
            elements:
              resource: {type: Organization, index: 25}
        diagnosticReport:
          match: {}
          schema:
            _required: true
            index: 14
            elements:
              resource: {type: DiagnosticReport, index: 15}
        serviceRequest:
          match: {}
          schema:
            array: true
            index: 22
            elements:
              resource: {type: ServiceRequest, index: 23}
        provenance:
          match: {}
          schema:
            array: true
            index: 36
            elements:
              resource: {type: Provenance, index: 37}
        practitioner:
          match: {}
          schema:
            array: true
            index: 26
            elements:
              resource: {type: Practitioner, index: 27}
        device:
          match: {}
          schema:
            array: true
            index: 40
            elements:
              resource: {type: Device, index: 41}
        composition:
          match: {}
          schema:
            index: 12
            elements:
              resource: {type: Composition, index: 13}
        bodyStructure:
          match: {}
          schema:
            array: true
            index: 30
            elements:
              resource: {type: BodyStructure, index: 31}
        location:
          match: {}
          schema:
            array: true
            index: 34
            elements:
              resource: {type: Location, index: 35}
  signature: {short: Digital Signature of this report, index: 42}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/lab-report/StructureDefinition/Bundle-uv-lab
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0-ballot
required: [entry, timestamp, identifier]