PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.15.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: rs/demis.fhir.profiles
derivation: constraint
name: PathogenDetection
abstract: true
type: Observation
elements:
  category:
    short: Klassifikation des Nachweises
    index: 3
    elements:
      coding:
        index: 4
        elements:
          system:
            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            type: uri
            index: 5
          code:
            pattern: {type: code, value: laboratory}
            type: code
            index: 6
        required: [code, system]
    required: [coding]
  referenceRange: {index: 36}
  hasMember: {index: 37}
  derivedFrom: {index: 38}
  interpretation:
    short: Interpretation des Testergebnisses
    mustSupport: true
    index: 25
    elements:
      coding:
        elements:
          system: {index: 26}
          code: {index: 27}
        required: [code, system]
  encounter: {index: 14}
  method:
    short: Angaben zur genutzten Nachweismethode.
    constraint:
      codingOrText: {human: Entweder coding oder text muss angegeben sein., source: Observation, severity: error, expression: coding.empty() or text.empty()}
    mustSupport: true
    index: 30
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/method'}
        index: 31
        elements:
          system: {index: 32}
          code: {index: 33}
        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: 34
  valueQuantity: {type: Quantity, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 21}
  value:
    short: Ergebnis des durchgeführten Labortests.
    mustSupport: true
    choices: [valueQuantity, valueCodeableConcept, valueString]
    index: 20
  valueString: {type: string, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 23}
  component: {index: 39}
  note: {short: Textuelle Hinweise zum Untersuchungsergebnis., mustSupport: true, index: 28}
  status:
    short: Status des Erregernachweis-Ergebnisses
    binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/pathogenDetectionStatus'}
    mustSupport: true
    index: 2
  effective:
    choices: []
    index: 16
  code:
    short: Typ des durchgeführten Labortests.
    constraint:
      codingOrText: {human: Entweder coding oder text muss angegeben sein., source: Observation, severity: error, expression: coding.empty() or text.empty()}
    mustSupport: true
    index: 7
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'https://demis.rki.de/fhir/ValueSet/laboratoryTest'}
        index: 8
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            type: uri
            index: 9
          code: {index: 10}
        required: [code, system]
  valueCodeableConcept: {type: CodeableConcept, short: Ergebnis des durchgeführten Labortests., mustSupport: true, choiceOf: value, index: 22}
  bodySite: {index: 29}
  focus: {index: 13}
  issued: {index: 17}
  device: {index: 35}
  basedOn: {index: 0}
  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']
    index: 11
    elements:
      reference: {index: 12}
    required: [reference]
  performer: {index: 18}
  dataAbsentReason: {index: 24}
package_version: 1.15.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/PathogenDetection
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.1
required: [category, interpretation, specimen, subject, value, valueCodeableConcept, valueQuantity, valueString]