PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2015@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse
description: 'AlcoholUse as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 1.0.\r\n\r\nIn the context of this information model, alcohol is the collective term for alcoholic beverages consumed as a leisure product. This information model describes the information asked of the patient about their alcohol use.'
package_name: nictiz.fhir.nl.stu3.zib2015
derivation: constraint
name: ZIB-AlcoholUse
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            AlcoholUseCode:
              match: {code: '228273003'}
              schema:
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 2
                  code:
                    pattern: {type: Code, value: '228273003'}
                    index: 3
                  display:
                    pattern: {type: String, value: Finding relating to alcohol drinking behavior (finding)}
                    index: 4
  subject: {index: 5}
  effectivePeriod:
    type: Period
    index: 6
    elements:
      start: {short: Startdate, index: 7}
      end: {short: StopDate, index: 8}
  valueCodeableConcept: {short: AlcoholUseStatus, 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:
        Amount:
          match:
            code:
              coding: {code: '160573003'}
          schema:
            index: 12
            elements:
              code:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://snomed.info/sct'}
                        index: 13
                      code:
                        pattern: {type: Code, value: '160573003'}
                        index: 14
                      display:
                        pattern: {type: String, value: Alcohol intake (observable entity)}
                        index: 15
              valueQuantity: {type: Quantity, short: Amount, index: 16}
package_version: 1.0.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse
base: http://nictiz.nl/fhir/StructureDefinition/observation-nl
version: '1.0'
required: [subject, valueCodeableConcept]