PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.icu@2027.0.0-ballot.3
    https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-wong-baker-faces-schmerzskala
description: Erfassung der globalen Schmerzintensitaet mittels Wong-Baker-FACES-Schmerzskala.\nDer Score wird als quantitativer Wert dokumentiert.
package_name: de.medizininformatikinitiative.kerndatensatz.icu
derivation: constraint
name: MII_PR_ICU_Score_Wong_Baker_Faces_Schmerzskala
type: Observation
elements:
  category:
    mustSupport: true
    index: 1
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            index: 2
          code:
            pattern: {type: Code, value: survey}
            index: 3
          display:
            pattern: {type: String, value: Assessment}
            index: 4
  value[x]:
    elements:
      value: {maxValueDecimal: 10, minValueDecimal: 0, index: 23}
      unit:
        pattern: {type: String, value: '{score}'}
        index: 24
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 25
      code:
        pattern: {type: Code, value: '{score}'}
        index: 26
    required: [value, unit, system, code]
  valueQuantity: {type: Quantity, short: 'Wong-Baker-FACES-Wert als Score (0-10, Schritte 2)', mustSupport: true, choiceOf: value, index: 22}
  value:
    short: Wong-Baker-FACES-Wert als Score (0-10, Schritte 2)
    mustSupport: true
    choices: [valueQuantity]
    index: 21
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 18}
  status: {mustSupport: true, index: 0}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 17
  code:
    mustSupport: true
    index: 5
    elements:
      coding:
        mustSupport: true
        array: true
        min: 2
        max: 2
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 2
          max: 2
          slices:
            Loinc:
              match: {system: 'http://loinc.org'}
              schema:
                mustSupport: true
                _required: true
                index: 7
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 8
                  code:
                    pattern: {type: Code, value: 38221-8}
                    index: 9
                  display:
                    pattern: {type: String, value: Pain severity Wong-Baker FACES pain rating scale}
                    index: 10
                required: [system]
            Snomed:
              match: {system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                _required: true
                index: 11
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 12
                  code:
                    pattern: {type: Code, value: '718581005'}
                    index: 13
                  display:
                    pattern: {type: String, value: Wong-Baker FACES pain assessment scale (assessment scale)}
                    index: 14
                required: [system]
  subject: {mustSupport: true, index: 15}
  performer: {mustSupport: true, index: 19}
package_version: 2027.0.0-ballot.3
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-wong-baker-faces-schmerzskala
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2027.0.0-ballot.3
required: [effectiveDateTime, value, subject, category, valueQuantity, effective]