PackagesCanonicalsLogsProblems
    Packages
    de.gecco@0.9.3
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/symptoms-covid-19
description: Symptoms of Covid-19
package_name: de.gecco
derivation: constraint
name: SymptomsCovid19
type: Condition
elements:
  category:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            symptoms:
              match: {code: 75325-1, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 75325-1, system: 'http://loinc.org'}
                _required: true
                index: 2
                elements:
                  system: {mustSupport: true, index: 3}
                  code: {mustSupport: true, index: 4}
                required: [system, code]
    required: [coding]
  severity:
    binding: {strength: preferred, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/condition-severity'}
    mustSupport: true
    index: 5
  code:
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sars-cov-2-symptoms'}
        index: 6
        slicing:
          slices:
            sct:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sars-cov-2-symptoms'}
                _required: true
                index: 6
              min: 1
            orphanet:
              match: {}
              schema: {index: 7}
              max: 0
    required: [coding]
  onset:
    choices: []
    index: 13
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema:
            choices: []
            index: 13
  onset[x]:
    extensions:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', type: Extension, index: 15}
    elements:
      extension:
        index: 14
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            dataAbsentReason:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 15}
package_version: 0.9.3
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/symptoms-covid-19
base: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-base-condition
version: '0.9'
required: [category]