PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@3.0.0-alpha.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
derivation: constraint
name: LaboratoryReport
abstract: true
type: DiagnosticReport
elements:
  category: {index: 16}
  conclusionCode:
    short: Kodierte Zusammenfassung der Testergebnisse
    mustSupport: true
    index: 35
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/conclusionCode'}
        mustSupport: true
        index: 36
        elements:
          system: {mustSupport: true, index: 37}
          code: {mustSupport: true, index: 38}
        required: [system, code]
    required: [coding]
  conclusion: {short: Textuelle Zusammenfassung der Testergebnisse, mustSupport: true, index: 34}
  encounter: {index: 23}
  specimen: {index: 29}
  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
                        index: 5
                      version: {mustSupport: true, index: 6}
                      code: {mustSupport: true, index: 7}
                    required: [version, system, code]
                  text: {index: 8}
                required: [coding]
  resultsInterpreter: {index: 28}
  status:
    short: Status der Testergebnisse
    binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/laboratoryReportStatus'}
    mustSupport: true
    index: 15
  result:
    type: Reference
    short: Erregernachweis
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetection']
    index: 30
    elements:
      reference: {mustSupport: true, index: 31}
    required: [reference]
  effective:
    choices: []
    index: 25
  code:
    short: Meldetatbestand
    mustSupport: true
    index: 17
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/notificationCategory'}
        mustSupport: true
        index: 18
        elements:
          system: {mustSupport: true, index: 19}
          code: {mustSupport: true, index: 20}
        required: [system, code]
    required: [coding]
  issued: {short: Zeitpunkt der Erstellung/Bearbeitung (der aktuellen Version) des Laborberichts, mustSupport: true, index: 26}
  presentedForm: {index: 39}
  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
        index: 11
      identifier:
        short: Laborauftragsnummer
        mustSupport: true
        index: 12
        elements:
          system: {mustSupport: true, index: 13}
          value: {mustSupport: true, index: 14}
        required: [value, system]
    required: [identifier, type]
  imagingStudy: {index: 32}
  media: {index: 33}
  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/NotifiedPersonNotByName']
    index: 21
    elements:
      reference: {mustSupport: true, index: 22}
    required: [reference]
  performer: {index: 27}
package_version: 3.0.0-alpha.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
                index: 5
              version: {mustSupport: true, index: 6}
              code: {mustSupport: true, index: 7}
            required: [version, system, code]
          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: 1.5.0
required: [issued, conclusionCode, subject, result]