PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cancer-reporting@0.1.0
    http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-bundle
description: This message bundle profile defines the structure of a NAACCR v5 FHIR message that is sent from a pathology environment into an EHR environment. Note- US Core profiles are expected for Organization, Practitioner, and Procedure, when such information is known to the source LIS.
package_name: hl7.fhir.us.cancer-reporting
derivation: constraint
name: USPathologyBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: message}
    mustSupport: true
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        message_header:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: Resource, mustSupport: true, index: 4}
            required: [resource]
        us_core_patient:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 5
            elements:
              resource: {type: Resource, mustSupport: true, index: 6}
            required: [resource]
        us_core_encounter:
          match: {}
          schema:
            mustSupport: true
            index: 7
            elements:
              resource: {type: Resource, mustSupport: true, index: 8}
            required: [resource]
        diagnosticreport:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              resource: {type: Resource, index: 10}
            required: [resource]
        specimen:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 11
            elements:
              resource: {type: Resource, index: 12}
            required: [resource]
        next_of_kin:
          match: {}
          schema:
            mustSupport: true
            index: 13
            elements:
              resource: {type: Resource, mustSupport: true, index: 14}
            required: [resource]
        pathology-related-practitioner:
          match: {}
          schema:
            mustSupport: true
            index: 15
            elements:
              resource: {type: Resource, mustSupport: true, index: 16}
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.1.0
required: [entry]