PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@3.3.0
    https://demis.rki.de/fhir/StructureDefinition/PathogenDetection
description: Der Erregernachweis enthält die Angaben zum durchgeführten Labortest, zur Nachweismethode und zur verwendeten Probe.
package_name: rki.demis.laboratory
derivation: constraint
name: PathogenDetection
abstract: true
type: Observation
elements:
  category:
    short: Klassifikation des Nachweises
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
        type: Coding
        index: 4
    required: [coding]
  referenceRange:
    elements:
      appliesTo: {mustSupport: true, index: 36}
  hasMember: {index: 37}
  interpretation:
    short: Interpretation des Testergebnisses
    mustSupport: true
    index: 25
    elements:
      coding:
        elements:
          system: {mustSupport: true, index: 26}
          code: {mustSupport: true, index: 27}
        required: [code, system]
  encounter: {index: 12}
  method:
    short: Angaben zur genutzten Nachweismethode.
    constraint:
      codingOrText: {human: Entweder coding oder text muss angegeben sein., source: 'https://demis.rki.de/fhir/StructureDefinition/PathogenDetection', severity: error, expression: coding.empty() or text.empty()}
    mustSupport: true
    index: 31
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'https://demis.rki.de/fhir/ValueSet/method'}
        index: 32
        elements:
          system: {mustSupport: true, index: 33}
          code: {mustSupport: true, index: 34}
        required: [code, system]
  specimen:
    type: Reference
    short: Verweis auf die dem Labortest zugrundeliegende Probe.
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/Specimen']
    index: 35
  valueQuantity: {type: Quantity, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 19}
  value:
    short: Ergebnis des durchgeführten Labortests.
    mustSupport: true
    choices: [valueQuantity, valueCodeableConcept, valueString, valueRange, valueRatio]
    index: 18
  valueString: {type: string, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 21}
  valueRatio: {type: Ratio, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 23}
  component: {index: 38}
  note:
    short: Textuelle Hinweise zum Untersuchungsergebnis.
    mustSupport: true
    index: 28
    elements:
      text: {mustSupport: true, index: 29}
  status:
    short: Status des Erregernachweis-Ergebnisses
    binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/pathogenDetectionStatus', bindingName: ObservationStatus}
    mustSupport: true
    index: 2
  effective:
    choices: []
    index: 14
  code:
    short: Typ des durchgeführten Labortests.
    constraint:
      codingOrText: {human: Entweder coding oder text muss angegeben sein., source: 'https://demis.rki.de/fhir/StructureDefinition/PathogenDetection', severity: error, expression: coding.empty() or text.empty()}
    mustSupport: true
    index: 5
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'https://demis.rki.de/fhir/ValueSet/laboratoryTest'}
        index: 6
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            mustSupport: true
            type: uri
            index: 7
          code: {mustSupport: true, index: 8}
        required: [code, system]
  valueCodeableConcept: {type: CodeableConcept, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 20}
  bodySite: {index: 30}
  focus: {index: 11}
  issued: {index: 15}
  basedOn: {index: 0}
  valueRange: {type: Range, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 22}
  partOf: {index: 1}
  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: 9
    elements:
      reference: {mustSupport: true, index: 10}
    required: [reference]
  performer: {index: 16}
  dataAbsentReason: {index: 24}
package_version: 3.3.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/PathogenDetection
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.9.0
required: [category, interpretation, specimen, subject, value, valueCodeableConcept, valueQuantity, valueRange, valueRatio, valueString]