PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory.strict@4.0.0-rc.1
    https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport
description: Der Laborbericht kann mehrere Erregernachweise zu einer Probe enthalten und beinhaltet eine Gesamtbewertung der Ergebnisse aller Einzeltests.
package_name: rki.demis.laboratory.strict
derivation: constraint
name: LaboratoryReport
abstract: true
type: DiagnosticReport
elements:
  category: {index: 17}
  conclusionCode:
    short: Kodierte Zusammenfassung der Testergebnisse
    mustSupport: true
    index: 36
    slicing:
      rules: closed
      discriminator:
      - {path: coding.system, type: value}
      min: 1
      max: 1
      slices:
        demisConclusionCode:
          match:
            coding: {system: 'https://demis.rki.de/fhir/CodeSystem/conclusionCode'}
          schema:
            mustSupport: true
            _required: true
            index: 37
            elements:
              coding:
                binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/conclusionCode'}
                mustSupport: true
                index: 38
                elements:
                  system:
                    pattern: {type: uri, value: 'https://demis.rki.de/fhir/CodeSystem/conclusionCode'}
                    mustSupport: true
                    type: uri
                    index: 39
                  code: {mustSupport: true, index: 40}
                required: [code, system]
            required: [coding]
  conclusion: {short: Textuelle Zusammenfassung der Testergebnisse, mustSupport: true, index: 35}
  encounter: {index: 24}
  specimen: {index: 30}
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        reasonForTesting:
          match: {url: null}
          schema:
            type: Extension
            isModifier: false
            url: http://hl7.org/fhir/StructureDefinition/workflow-reasonCode
            index: 1
            elements:
              value:
                mustSupport: true
                choices: []
                index: 3
              value[x]:
                elements:
                  coding:
                    mustSupport: true
                    index: 4
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://snomed.info/sct'}
                        mustSupport: true
                        type: uri
                        index: 5
                      version: {mustSupport: true, index: 6}
                      code: {mustSupport: true, index: 7}
                    required: [code, system, version]
                  text: {index: 8}
                required: [coding]
  resultsInterpreter: {index: 29}
  status:
    short: Status der Testergebnisse
    binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/laboratoryReportStatus', bindingName: DiagnosticReportStatus}
    mustSupport: true
    index: 16
  result:
    type: Reference
    short: Erregernachweis
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetection']
    index: 31
    elements:
      reference: {mustSupport: true, index: 32}
    required: [reference]
  effective:
    choices: []
    index: 26
  code:
    short: Meldetatbestand
    mustSupport: true
    index: 18
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/notificationCategory'}
        mustSupport: true
        index: 19
        elements:
          system: {mustSupport: true, index: 20}
          code: {mustSupport: true, index: 21}
        required: [code, system]
    required: [coding]
  issued: {short: Zeitpunkt der Erstellung/Bearbeitung (der aktuellen Version) des Laborbefundes, mustSupport: true, index: 27}
  presentedForm: {index: 41}
  basedOn:
    type: Reference
    short: Laborauftragsnummer
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 9
    elements:
      reference: {index: 10}
      type:
        pattern: {type: uri, value: ServiceRequest}
        mustSupport: true
        type: uri
        index: 11
      identifier:
        short: Laborauftragsnummer
        mustSupport: true
        index: 12
        elements:
          type:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            type: CodeableConcept
            index: 13
          system: {mustSupport: true, index: 14}
          value: {mustSupport: true, index: 15}
        required: [system, value]
    required: [identifier, type]
  imagingStudy: {index: 33}
  media: {index: 34}
  subject:
    type: Reference
    short: Verweis auf die in der Meldung benannte betroffene Person.
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson', 'https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous']
    index: 22
    elements:
      reference: {mustSupport: true, index: 23}
    required: [reference]
  performer: {index: 28}
package_version: 4.0.0-rc.1
extensions:
  reasonForTesting:
    url: http://hl7.org/fhir/StructureDefinition/workflow-reasonCode
    type: Extension
    isModifier: false
    index: 1
    elements:
      value:
        mustSupport: true
        choices: []
        index: 3
      value[x]:
        elements:
          coding:
            mustSupport: true
            index: 4
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                mustSupport: true
                type: uri
                index: 5
              version: {mustSupport: true, index: 6}
              code: {mustSupport: true, index: 7}
            required: [code, system, version]
          text: {index: 8}
        required: [coding]
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 2.0.0
required: [conclusionCode, issued, result, subject]