PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.laborbefund@1.0.6
    https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab
description: Dieses Profil beschreibt einen Laborbefund in der Medizininformatik-Initiative.
package_name: de.medizininformatikinitiative.kerndatensatz.laborbefund
derivation: constraint
name: ProfileDiagnosticReportLaborbefund
type: DiagnosticReport
elements:
  category:
    mustSupport: true
    index: 16
    elements:
      coding:
        mustSupport: true
        array: true
        min: 2
        index: 17
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 2
          slices:
            loinc-lab:
              match: {code: 26436-6, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 26436-6, system: 'http://loinc.org'}
                _required: true
                index: 18
              min: 1
              max: 1
            diagnostic-service-sections:
              match: {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
                _required: true
                index: 19
              min: 1
              max: 1
  conclusion: {mustSupport: true, index: 36}
  meta:
    mustSupport: true
    index: 1
    elements:
      source: {mustSupport: true, index: 2}
      profile: {mustSupport: true, index: 3}
  encounter: {mustSupport: true, index: 24}
  specimen:
    mustSupport: true
    index: 32
    elements:
      reference: {mustSupport: true, index: 33}
      identifier: {mustSupport: true, index: 34}
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 27}
  status: {mustSupport: true, index: 15}
  result: {type: Reference, mustSupport: true, index: 35}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 26
  id: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 20
    elements:
      coding:
        mustSupport: true
        index: 21
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            loinc-labReport:
              match: {code: 11502-2, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 11502-2, system: 'http://loinc.org'}
                _required: true
                index: 22
              min: 1
              max: 1
    required: [coding]
  identifier:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        befund:
          match:
            type:
              coding:
              - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            _required: true
            index: 5
            elements:
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 6
                elements:
                  coding:
                    mustSupport: true
                    index: 7
                    slicing:
                      rules: open
                      discriminator:
                      - {path: system, type: value}
                      min: 1
                      slices:
                        fillerV2:
                          match: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                          schema:
                            mustSupport: true
                            _required: true
                            index: 8
                            elements:
                              system:
                                pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                                mustSupport: true
                                index: 9
                              code:
                                pattern: {type: Code, value: FILL}
                                mustSupport: true
                                index: 10
                            required: [system, code]
                required: [coding]
              system: {mustSupport: true, index: 11}
              value: {mustSupport: true, index: 12}
              assigner: {type: Reference, mustSupport: true, index: 13}
            required: [assigner, value, type, system]
  issued: {mustSupport: true, index: 28}
  basedOn: {type: Reference, mustSupport: true, index: 14}
  subject: {type: Reference, mustSupport: true, index: 23}
  performer:
    mustSupport: true
    index: 29
    elements:
      reference: {mustSupport: true, index: 30}
      identifier: {mustSupport: true, index: 31}
package_version: 1.0.6
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: '1.0'
required: [effectiveDateTime, issued, basedOn, identifier, subject, category, effective, result]