description: This template represents a health concern. \n\nIt is a wrapper for a single health concern which may be derived from a variety of sources within an EHR (such as Problem List, Family History, Social History, Social Worker Note, etc.). \n\nA Health Concern Act is used to track non-optimal physical or psychological situations drawing the patient to the healthcare system. These may be from the perspective of the care team or from the perspective of the patient. \nWhen the underlying condition is of concern (i.e., as long as the condition, whether active or resolved, is of ongoing concern and interest), the statusCode is active. Only when the underlying condition is no longer of concern is the statusCode set to completed. The effectiveTime reflects the time that the underlying condition was felt to be a concern; it may or may not correspond to the effectiveTime of the condition (e.g., even five years later, a prior heart attack may remain a concern).\nHealth concerns require intervention(s) to increase the likelihood of achieving the goals of care for the patient and they specify the condition oriented reasons for creating the plan. package_name: hl7.cda.us.ccda derivation: constraint name: HealthConcernAct type: http://hl7.org/cda/stds/core/StructureDefinition/Act elements: entryRelationship: short: When this Health Concern Act is a Social Determinant of Health Health Concern it **SHOULD** contain zero or more [0..*] entryRelationship subentries such that it contains an observation with an observation/value selected from ValueSet [Social Determinant of Health Conditions 2.16.840.1.113762.1.4.1196.788](https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1196.788/expansion) **DYNAMIC** (CONF:4515-32962). index: 16 slicing: rules: open discriminator: - {path: act, type: profile} - {path: observation, type: profile} - {path: organizer, type: profile} - {path: typeCode, type: value} min: null slices: observations: match: {typeCode: REFR} schema: array: true index: 17 elements: typeCode: pattern: {type: Code, value: REFR} index: 18 observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 19} required: [observation] acts: match: {typeCode: REFR} schema: array: true index: 20 elements: typeCode: pattern: {type: Code, value: REFR} index: 21 act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 22} required: [act] organizers: match: {typeCode: REFR} schema: array: true index: 23 elements: typeCode: pattern: {type: Code, value: REFR} index: 24 organizer: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Organizer', index: 25} required: [organizer] related-entries: match: {typeCode: REFR} schema: short: 'Where a Health Concern needs to reference another entry already described in the CDA document instance, rather than repeating the full content of the entry, the Entry Reference template may be used to reference this entry. This may also be used to refer to other Health Concern Acts where there is a general relationship between the source and the target (Health Concern REFERS TO Health Concern). For example, a patient has 2 health concerns identified in a CARE Plan: Failure to Thrive and Poor Feeding, while it could be that one may have caused the other, at the time of care planning and documentation it is not necessary, nor desirable to have to assert what caused what. The Entry Reference template is used here because the target Health Concern Act will be defined elsewhere in the Health Concerns Section and thus a reference to that template is all that is required.' array: true index: 26 elements: typeCode: pattern: {type: Code, value: REFR} index: 27 act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 28} required: [act] component-health-concern-acts: match: {typeCode: COMP} schema: short: The following entryRelationship represents the relationship between two Health Concern Acts where the target is a component of the source (Health Concern HAS COMPONENT Health Concern). For example, a patient has an Impaired Mobility Health Concern. There may then be the need to document several component health concerns, such as "Unable to Transfer Bed to Chair","Unable to Rise from Commode", "Short of Breath Walking with Walker". The Entry Reference template is used here because the target Health Concern Act will be defined elsewhere in the Health Concerns Section and thus a reference to that template is all that is required. constraint: 4515-32745: {human: 'The Entry Reference template **SHALL** contain an id that references a Health Concern Act (CONF:4515-32745).', source: 'http://hl7.org/cda/us/ccda/StructureDefinition/HealthConcernAct', severity: error, expression: '%resource.descendants().ofType(CDA.Act).where(templateId.exists($this.root = ''2.16.840.1.113883.10.20.22.4.132'' and $this.extension = ''2022-06-01'') and id.exists($this.root = %context.act.id.first().root and $this.extension ~ %context.act.id.first().extension))'} array: true index: 29 elements: typeCode: pattern: {type: Code, value: COMP} index: 30 act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 31} required: [act] classCode: pattern: {type: Code, value: ACT} index: 4 author: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Author', short: 'A health concern may be a patient or provider concern. If the author is set to the recordTarget (patient), this is a patient concern. If the author is set to a provider, this is a provider concern. If both patient and provider are set as authors, this is a concern of both the patient and the provider.', index: 15} reference: short: Where it is necessary to reference an external clinical document such as a Referral document, Discharge Summary document etc., the External Document Reference template can be used to reference this document. However, if this Care Plan document is replacing or appending another Care Plan document in the same set, that relationship is set in the header, using ClinicalDocument/relatedDocument. index: 32 elements: typeCode: pattern: {type: Code, value: REFR} index: 33 externalDocument: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/ExternalDocument', index: 34} required: [externalDocument] id: {index: 6} code: short: Functional Status index: 7 elements: code: pattern: {type: Code, value: 75310-3} index: 8 codeSystem: short: LOINC pattern: {type: String, value: 2.16.840.1.113883.6.1} index: 9 required: [codeSystem, code] moodCode: pattern: {type: Code, value: EVN} index: 5 effectiveTime: {index: 14} templateId: index: 0 slicing: rules: open discriminator: - {path: root, type: value} - {path: extension, type: value} min: 1 slices: health-concern-act: match: {root: 2.16.840.1.113883.10.20.22.4.132, extension: '2022-06-01'} schema: _required: true index: 1 elements: root: pattern: {type: String, value: 2.16.840.1.113883.10.20.22.4.132} index: 2 extension: pattern: {type: String, value: '2022-06-01'} index: 3 required: [root, extension] extensions: {} statusCode: index: 12 elements: code: binding: {strength: required, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.19'} index: 13 required: [code] text: short: SHOULD reference the portion of section narrative text corresponding to this entry index: 10 elements: reference: constraint: value-starts-octothorpe: {human: 'If reference/@value is present, it SHALL begin with a ''#'' and SHALL point to its corresponding narrative', source: 'http://hl7.org/cda/us/ccda/StructureDefinition/HealthConcernAct', severity: error, expression: value.exists() implies value.startsWith('#')} index: 11 package_version: 3.0.0-ballot class: logical kind: logical url: http://hl7.org/cda/us/ccda/StructureDefinition/HealthConcernAct base: http://hl7.org/cda/stds/core/StructureDefinition/Act version: 3.0.0-ballot required: [id, statusCode, templateId]