PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.17
    http://nictiz.nl/fhir/StructureDefinition/zib-PainScore
description: 'This profile is derived from the HL7 Observation profile in order to add mappings from the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) PainScore version 3.1, release 2017 and to provide extensions for missing concepts if needed.\r\n\r\nThe pain score is a general measurement for pain experience, not a description of specific, localized pain.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Zib PainScore
type: Observation
elements:
  value[x]:
    elements:
      value: {index: 10}
    required: [value]
  method: {label: PainMeasuringMethod, index: 16}
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, _required: true, index: 9}
          min: 1
  value:
    choices: [valueQuantity]
    index: 8
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: [valueQuantity]
            _required: true
            index: 8
          min: 1
  effectiveDateTime:
    type: dateTime
    index: 6
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, _required: true, index: 6}
          min: 1
  comment: {index: 11}
  code:
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            PainScoreCode:
              match: {code: '225908003'}
              schema:
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 3
                  code:
                    pattern: {type: Code, value: '225908003'}
                    index: 4
  identifier: {index: 0}
  bodySite:
    label: AnatomicalLocation
    index: 12
    extensions:
      Laterality:
        url: h
        type: Extension
        index: 14
        elements:
          valueCodeableConcept:
            index: 15
            slicing:
              slices:
                valueCodeableConcept:
                  match: {}
                  schema: {index: 15}
    elements:
      extension:
        index: 13
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            Laterality:
              match: {url: null}
              schema:
                type: Extension
                url: h
                index: 14
                elements:
                  valueCodeableConcept:
                    index: 15
                    slicing:
                      slices:
                        valueCodeableConcept:
                          match: {}
                          schema: {index: 15}
  subject:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient']
    index: 5
package_version: 1.3.17
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-PainScore
base: http://fhir.nl/fhir/StructureDefinition/nl-core-observation
version: 0.1.1
required: [effectiveDateTime, method, value, valueQuantity]