PackagesCanonicalsLogsProblems
    Packages
    de.basisprofil.r4@1.5.1-beta1
    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: 14
    required: [coding]
  value:
    choices: [valueCodeableConcept]
    index: 12
  component: {index: 16}
  effective[x]:
    elements:
      start: {index: 10}
    required: [start]
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  effective:
    choices: [effectivePeriod]
    index: 8
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema:
            choices: [effectivePeriod]
            index: 8
          min: 0
          max: 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: 13}
  bodySite: {index: 15}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 2
  effectivePeriod:
    type: Period
    choiceOf: effective
    index: 9
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema: {type: Period, choiceOf: effective, index: 9}
          min: 0
          max: 1
package_version: 1.5.1-beta1
class: profile
kind: resource
url: http://fhir.de/StructureDefinition/observation-de-pflegegrad
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.5.1
required: [effectiveDateTime, effectivePeriod, value, subject, valueCodeableConcept, effective]