PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.1.1
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund
description: Das vorliegende DiagnosticReport-Profil im Use Case eines Laborbefundes beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
package_name: tiplu.maia.schnittstellendefinition
derivation: constraint
name: MaiaLaborbefund
type: DiagnosticReport
elements:
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung']
    index: 14
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 19
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, _required: true, index: 19}
          min: 1
          max: 1
  status: {mustSupport: true, index: 11}
  result:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung']
    index: 20
  effective:
    mustSupport: true
    choices: []
    index: 16
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            _required: true
            index: 18
          min: 1
          max: 1
  id: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11502-2, system: 'http://loinc.org'}
    index: 12
  identifier:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        Befundnummer:
          match:
            type:
              coding:
              - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            _required: true
            index: 2
            elements:
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 3
                elements:
                  coding:
                    mustSupport: true
                    index: 4
                    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: 5
                            elements:
                              system:
                                pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                                mustSupport: true
                                index: 6
                              code:
                                pattern: {type: Code, value: FILL}
                                mustSupport: true
                                index: 7
                            required: [system, code]
                required: [coding]
              system: {mustSupport: true, index: 8}
              value: {mustSupport: true, index: 9}
            required: [value, type, system]
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/NutritionOrder', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 10
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 13
package_version: 1.1.1
class: profile
kind: resource
url: https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 1.0.0
required: [effectiveDateTime, id, encounter, identifier, subject, effective, result]