PackagesCanonicalsLogsProblems
    Packages
    de.gecco@1.0.4-rc.2
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sars-cov-2-rt-pcr
description: Qualitative detection of SARS-CoV-2 in respiratory specimens by RT-PCR
package_name: de.gecco
derivation: constraint
name: SarsCoV2RTPCR
type: Observation
elements:
  code:
    elements:
      coding:
        mustSupport: true
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            loinc-resp:
              match: {code: 94500-6, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 94500-6, system: 'http://loinc.org'}
                _required: true
                index: 1
                elements:
                  system: {mustSupport: true, index: 2}
                  code: {mustSupport: true, index: 3}
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  value:
    choices: []
    index: 6
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: []
            index: 6
          max: 0
        valueCodeableConcept:
          match: {}
          schema:
            choices: []
            _required: true
            index: 8
          min: 1
package_version: 1.0.4-rc.2
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sars-cov-2-rt-pcr
base: https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ObservationLab
version: '1.0'