PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cancer-reporting@2.0.0-ballot
    http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-composition
description: This Composition profile represents a Laboratory Report for the Clinical Pathology Data Sharing Implementation Guide.
package_name: hl7.fhir.us.cancer-reporting
derivation: constraint
name: USPathologyComposition
type: Composition
elements:
  encounter:
    type: Reference
    short: The healthcare event which this Report is about (when test ordered).
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
    index: 11
  section:
    mustSupport: true
    index: 16
    elements:
      title: {short: Title should be the display of the section code, index: 17}
      code:
        short: CAP Form Section Identifier
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/cancer-reporting/ValueSet/cap-ecc-section-codes'}
        index: 18
      entry:
        type: Reference
        short: An Observation representing this section in the report and containing (hasMember) Observations representing the question/answers in the section.
        refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-observation']
        index: 19
    required: [entry]
  attester: {short: Attests the report accuracy, index: 14}
  type:
    short: CAP Form Identifier
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/cancer-reporting/ValueSet/cap-ecc-form-codes'}
    index: 9
  title: {short: CAP Form Title, index: 13}
  author:
    type: Reference
    short: Who and/or what authored the Report
    refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role']
    index: 12
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        diagnosticReport-reference:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/composition-diagnosticReportReference
            index: 2
            elements:
              value:
                choices: [valueReference]
                index: 4
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-diagnostic-report']
                index: 5
              value[x]:
                elements:
                  reference: {index: 6}
                required: [reference]
            required: [valueReference, value]
  event:
    elements:
      code:
        binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActCode|3.0.0'}
        index: 15
  status: {short: Status of the Report, index: 8}
  identifier: {short: Report identifier, index: 7}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 10
  text: {short: Narrative text, index: 0}
package_version: 2.0.0-ballot
extensions:
  diagnosticReport-reference:
    url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/composition-diagnosticReportReference
    type: Extension
    index: 2
    elements:
      value:
        choices: [valueReference]
        index: 4
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-diagnostic-report']
        index: 5
      value[x]:
        elements:
          reference: {index: 6}
        required: [reference]
    required: [valueReference, value]
class: profile
kind: resource
url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-composition
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 2.0.0-ballot
required: [section, subject]