PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2015@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse
description: 'TabakGebruik as defined by the Dutch Clinical Building Block (Dutch: Zorginformatiebouwsteen or ZIB) version 1.0.\r\n\r\nTobacco is a product that comes from the leaves of the tobacco plant, which is smoked as a drug. Smokable forms of tobacco include rolling tobacco, cigarettes, cigars and pipe tobacco. This information model describes the information asked of the patient about their use of tobacco.'
package_name: nictiz.fhir.nl.stu3.zib2015
derivation: constraint
name: ZIB-TobaccoUse
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            TobaccoUseCode:
              match: {code: '365980008'}
              schema:
                short: TobaccoUseCode
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 2
                  code:
                    pattern: {type: Code, value: '365980008'}
                    index: 3
                  display:
                    pattern: {type: String, value: Finding of tobacco use and exposure (finding)}
                    index: 4
  subject: {index: 5}
  effectivePeriod:
    type: Period
    index: 6
    elements:
      start: {short: StartDate, index: 7}
      end: {short: StopDate, index: 8}
  valueCodeableConcept: {short: TobaccoUseStatus, type: CodeableConcept, index: 9}
  comment: {short: Explanation, index: 10}
  component:
    index: 11
    slicing:
      rules: open
      discriminator:
      - {path: code.coding.code, type: value}
      min: null
      slices:
        TypeOfTobaccoUsed:
          match:
            code:
              coding: {code: '266918002'}
          schema:
            index: 12
            elements:
              code:
                index: 13
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://snomed.info/sct'}
                        index: 14
                      code:
                        pattern: {type: Code, value: '266918002'}
                        index: 15
                      display:
                        pattern: {type: String, value: Tobacco smoking consumption (observable entity)}
                        index: 16
              valueCodeableConcept: {type: CodeableConcept, short: TypeOfTobaccoUsed, index: 17}
        Amount:
          match:
            code:
              coding: {code: null}
          schema:
            index: 18
            elements:
              code: {index: 19}
              valueRatio:
                type: Ratio
                short: TobaccoQuantity
                index: 20
                elements:
                  denominator: {short: UnitOfTime, index: 21}
        PackYears:
          match:
            code:
              coding: {code: '401201003'}
          schema:
            index: 22
            elements:
              code:
                index: 23
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://snomed.info/sct'}
                        index: 24
                      code:
                        pattern: {type: Code, value: '401201003'}
                        index: 25
                      display:
                        pattern: {type: String, value: Cigarette pack-years (observable entity)}
                        index: 26
              valueQuantity: {type: Quantity, short: PackYears, index: 27}
package_version: 1.0.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse
base: http://nictiz.nl/fhir/StructureDefinition/observation-nl
version: '1.0'
required: [subject, valueCodeableConcept]