PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@4.0.0
    http://hl7.org/cda/us/ccda/StructureDefinition/HealthConcernsSection
description: 'This section contains data describing an interest or worry about a health state or process that could possibly require attention, intervention, or management. A Health Concern is a health related matter that is of interest, importance or worry to someone, who may be the patient, patient''s family or patient''s health care provider. Health concerns are derived from a variety of sources within an EHR (such as Problem List, Family History, Social History, Social Worker Note, etc.). Health concerns can be medical, surgical, nursing, allied health or patient-reported concerns.\n\nProblem Concerns are a subset of Health Concerns that have risen to the level of importance that they typically would belong on a classic \"Problem List\", such as \"Diabetes Mellitus\" or \"Family History of Melanoma\" or \"Tobacco abuse\". These are of broad interest to multiple members of the care team. Examples of other Health Concerns that might not typically be considered a Problem Concern include \"Risk of Hyperkalemia\" for a patient taking an ACE-inhibitor medication, or \"Transportation difficulties\" for someone who doesn''t drive and has trouble getting to appointments, or \"Under-insured\" for someone who doesn''t have sufficient insurance to properly cover their medical needs such as medications. These are typically most important to just a limited number of care team members.\n\n#### Templates Used\nAlthough open templates may contain any valid CDA content, the following templates are specifically called out by this template:\n\n**Required Entries**: [HealthConcernAct](StructureDefinition-HealthConcernAct.html)\n\n**Recommended Entries**: [HealthStatusObservation](StructureDefinition-HealthStatusObservation.html)\n\n**Optional Entries**: [RiskConcernAct](StructureDefinition-RiskConcernAct.html)'
package_name: hl7.cda.us.ccda
derivation: constraint
name: HealthConcernsSection
type: http://hl7.org/cda/stds/core/StructureDefinition/Section
elements:
  nullFlavor: {short: 'If a required section contains no information, the @nullFlavor MAY be set to NI', index: 0}
  templateId:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: root, type: value}
      - {path: extension, type: value}
      min: 1
      slices:
        section:
          match: {root: 2.16.840.1.113883.10.20.22.2.58, extension: '2015-08-01'}
          schema:
            _required: true
            index: 2
            elements:
              root:
                pattern: {type: string, value: 2.16.840.1.113883.10.20.22.2.58}
                type: string
                index: 3
              extension:
                pattern: {type: string, value: '2015-08-01'}
                type: string
                index: 4
            required: [extension, root]
            extensions: {}
  code:
    short: Health concerns Document
    index: 5
    elements:
      code:
        pattern: {type: code, value: 75310-3}
        type: code
        index: 6
      codeSystem:
        pattern: {type: string, value: 2.16.840.1.113883.6.1}
        type: string
        index: 7
    required: [code, codeSystem]
  title: {index: 8}
  text: {index: 9}
  entry:
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: observation, type: profile}
      - {path: act, type: profile}
      min: null
      slices:
        healthStatus:
          match: {}
          schema:
            array: true
            index: 11
            elements:
              observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 12}
            required: [observation]
        healthConcern:
          match: {}
          schema:
            short: 'If section/@nullFlavor is not present:'
            array: true
            index: 13
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 14}
            required: [act]
        riskConcern:
          match: {}
          schema:
            array: true
            index: 15
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 16}
            required: [act]
package_version: 4.0.0
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/HealthConcernsSection
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 4.0.0
required: [code, templateId, text, title]