PackagesCanonicalsLogsProblems
    Packages
    de.basisprofil.r4@1.5.0-alpha1
    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: 10
    required: [coding]
  value:
    choices: [valueCodeableConcept]
    index: 8
  component: {index: 12}
  effective[x]:
    elements:
      start: {index: 6}
    required: [start]
  effective:
    choices: [effectivePeriod]
    index: 4
  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: 9}
  bodySite: {index: 11}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 2
  effectivePeriod: {type: Period, choiceOf: effective, index: 5}
package_version: 1.5.0-alpha1
class: profile
kind: resource
url: http://fhir.de/StructureDefinition/observation-de-pflegegrad
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.5.0
required: [effectivePeriod, value, subject, valueCodeableConcept, effective]