PackagesCanonicalsLogsProblems
    Packages
    de.basisprofil.r4@1.4.0
    http://fhir.de/StructureDefinition/observation-de-pflegegrad
description: Deutsches Profil zur Abbildung des Pflegegrads eines Patienten incl. Abbildung des erfolgten Antrags auf Einstufung in einen Pflegegrad
package_name: de.basisprofil.r4
derivation: constraint
name: ObservationDePflegegrad
type: Observation
elements:
  value[x]:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://fhir.de/ValueSet/pflegegrad-de'}
        index: 16
    required: [coding]
  value:
    choices: [valueCodeableConcept]
    index: 14
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            _required: true
            index: 14
          min: 1
  component: {index: 18}
  effective[x]:
    elements:
      start: {index: 9}
    required: [start]
  effective:
    choices: [effectivePeriod]
    index: 7
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema:
            choices: [effectivePeriod]
            _required: true
            index: 7
          min: 1
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            loinc:
              match: {code: 80391-6, system: 'http://loinc.org'}
              schema:
                pattern:
                  type: Coding
                  value: {code: 80391-6, system: 'http://loinc.org'}
                _required: true
                index: 1
              min: 1
              max: 1
    required: [coding]
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 15
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, _required: true, index: 15}
          min: 1
  bodySite: {index: 17}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 2
  effectivePeriod:
    type: Period
    choiceOf: effective
    index: 8
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema: {type: Period, choiceOf: effective, _required: true, index: 8}
          min: 1
package_version: 1.4.0
class: profile
kind: resource
url: http://fhir.de/StructureDefinition/observation-de-pflegegrad
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.4.0
required: [effectivePeriod, value, subject, valueCodeableConcept, effective]