PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.laboratory@2.0.0
    http://hl7.eu/fhir/laboratory/StructureDefinition/Composition-eu-lab
description: Clinical document used to represent a Laboratory Report for the scope of the HL7 Europe project.
package_name: hl7.fhir.eu.laboratory
derivation: constraint
name: CompositionLabReportEu
type: Composition
elements:
  category:
    short: Report Category
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        studyType:
          match: {}
          schema:
            short: The way of grouping of the test results into clinically meaningful domains (e.g. hematology study, microbiology study, etc.)
            array: true
            binding: {strength: required, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-studyType-eu-lab'}
            index: 8
          min: 0
        specialty:
          match: {}
          schema:
            short: The clinical domain of the laboratory performing the observation (e.g. microbiology, toxicology, chemistry)
            array: true
            binding: {strength: required, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-specialty-eu-lab'}
            index: 9
          min: 0
  encounter: {short: The healthcare event which this Laboratory Report is about (when test ordered)., index: 11}
  section:
    index: 22
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this.code, type: pattern}
      min: 1
      slices:
        annotations:
          match:
            $this: {code: null}
          schema:
            short: Annotation comment
            array: true
            index: 23
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 48767-8, system: 'http://loinc.org'}
                index: 24
              entry: {index: 25}
              section: {index: 26}
        attachment:
          match:
            $this: {code: null}
          schema:
            short: Additional data (like images, diagrams) associated with this report
            array: true
            index: 27
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 77599-9, system: 'http://loinc.org'}
                index: 28
              entry:
                type: Reference
                refers: ['http://hl7.org/fhir/StructureDefinition/Binary', 'http://hl7.org/fhir/StructureDefinition/DocumentReference']
                index: 29
              section: {index: 30}
            required: [entry]
  attester:
    short: Attests the report accuracy
    index: 14
    elements:
      mode: {short: The type of attestation, index: 15}
      time: {short: When the report was attested by the party, index: 16}
      party: {short: Who attested the report, index: 17}
  type:
    short: Type of (Laboratory) Report
    binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-reportType-eu-lab'}
    index: 6
  title: {short: Laboratory Report, index: 13}
  author: {index: 12}
  extension:
    index: 1
    slicing:
      slices:
        diagnosticReport:
          match: {}
          schema:
            index: 1
            elements:
              value:
                choices: []
                index: 3
              value[x]:
                elements:
                  reference: {index: 4}
                required: [reference]
            required: [value]
  event:
    short: The laboratory service(s) being documented
    index: 18
    elements:
      code: {short: Code(s) that apply to the laboratory service(s) being documented, index: 19}
      period: {short: Period of time covered by the documentation, index: 20}
      detail: {short: The laboratory service(s) being documented, index: 21}
  identifier: {index: 5}
  subject: {index: 10}
  text: {short: Narrative text, index: 0}
package_version: 2.0.0
extensions:
  diagnosticReport:
    url: null
    index: 1
    elements:
      value:
        choices: []
        index: 3
      value[x]:
        elements:
          reference: {index: 4}
        required: [reference]
    required: [value]
class: profile
kind: resource
url: http://hl7.eu/fhir/laboratory/StructureDefinition/Composition-eu-lab
base: http://hl7.eu/fhir/base/StructureDefinition/composition-eu-core
version: 2.0.0
required: [section]