| HealthConcern UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
This class represents what has historically been called a "problem" in a "problem list", but it broader than the notion of a problem. A Health Concern is anything that a clinician wishes to track about the Patient, including items which the patient might not consider to be a "problem", such as the fact that the patient smokes. The concern may evolve over time, perhaps first being listed as a symptom or a group of symptoms, then a provisional diagnosis, then an actual diagnosis, then it may be resolved or go into remission. Note that Health Concerns can be linked to each other, so one Concern might be the symptom, another Concern might be the named condition or diagnosis which is the cause of the symptom. In this case, the two Concerns would be linked together with a causes/caused by relationship. The community has had difficulty naming this concept, as the distinction between observations and conditions is artificial and unreproducible, and the word "problem" does not always apply. FHIR calls this concept a Condition. CIMI calls it an Assertion. In the end it is an observation, or a collection of observations that may change over time."This class is used to track a patient's health concern observed by various providers at various points in time and locations. The name and nature of the concern is derived from the first health concern observation made, which could be an indication of a negative assertion for an health concern, if necessary (e.g. not a diabetic)." - HL7 v3."A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern." - HL7 FHIR, Condition"Clinical Assertions assert the existence of clinical conditions, diseases, symptoms, etc. in the patient." - HL7 CIMI, Assertion
Attributes | ||
«PQ» TimeQuantity | ageAtOnset |
The age of the patient or subject at onset of the Condition. Note that this property could potentially be derived. |
Participation | asserter |
"The source of the information about the allergy that is recorded." - HL7 FHIR, AllergyIntolerance.asserter"Individual who is making the condition statement." - HL7 FHIR, Condition.asserter |
«CS» Code | bodySite |
"The anatomical location where this condition manifests itself." - HL7 FHIR, Condition.bodySite |
«CS» Code | category |
This property provides a categorization of the Condition. Because there are (currently) different generalizations (i.e., subtypes) of Concern, it is likely that the potential categorizations may differ from one subtype to another. It is therefore likely that the subtypes may redefine this property to bind to specific value sets. For now, this property is bound to the Problem Type value set. For Health Concern, the possible values include: Symptom, Behavior (e.g., smoking), a diagnosed disease, a suspected disease, a disease to be ruled out, etc."Indicates the kind of problem. This field can be used to categorize problems so that they may be managed and viewed independently within different applications (e.g., admission, final, post-operative, pre-operative, outpatient, discharge, etc.)." - HL7 Version 2.8, PRB-10. Note that HL7 does not provide any suggested values for this code."A category assigned to the condition." - HL7 FHIR, Condition.category |
«CS» Code | certainty |
"The degree of confidence that this condition is correct." - HL7 FHIR, Condition resource."Contains a qualitative representation of the certainty of a problem" (e.g., high, low, medium, etc.) - HL7 Version 2.8, PRB-19 |
«CS» Code | chronicity |
"Contains the perseverance of a problem (e.g., acute, chronic, etc.)." - HL7 Version 2.8, PRB-12. Note that HL7does not provide any suggested values for this code. |
«CS» Code | clinicalStatus |
"Indicates the verification status for the allergy" - HL7 Version 2.8, IAM-17. HL7 Version 2 has the following suggested values (table 438): Unconfirmed; Pending; Suspect; Confirmed or verified; Confirmed but inactive; Erroneous; Doubt raised."Contains the verification status of a problem (e.g., confirmed, differential, provisional, rule-out, etc.)." - HL7 Version 2.8, PRB-13. Note that HL7 does not provide any suggested values for this code."The physiological state of the condition with respect to whether it is actually of concern. Values may typicall include: Active, Relapse, Remission, Resolved, Confirmed, Ruled out, Unknown." - HL7 CIMI, BaseAssertion.clinicalStatus"The clinical status of the condition." - HL7 FHIR, Condition.clinicalStatus. Possible values include: Active; Recurrence; Inactive; Remission; Resolved. |
«CS» Code | concernContext |
Describes whether the condition exists or doesn't exist. Other values are potentially possible including rule in / rule out. Align with SNOMED situation with explicit context. |
ConcernStatusChangeEvent | concernStatusChangeEvent |
Pointer to a history of updates to the Health Concern record, and relates the Health Concern record to various encounters over time. |
«CS» Code | conditionCourse | |
«TS» PointInTime | dateAbated |
Date upon which this particular Condition is no longer an active concern."Contains the date/time that the problem was actually resolved." - HL7 Version 2.8, PRB-9"The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate." - HL7 FHIR, Condition.abatement[x] |
«TS» PointInTime | dateDiagnosed |
Date and time the health problem was diagnosed. Added for Public Health Reporting Initiative, 10/5/2012. |
«TS» PointInTime | dateLastModified |
The date and time that the Problem being described was last modified. It is assumed that the status of the problem is valid as of the last modified date. Note that this property could potentially be derived from the HealthConcernLifeCycle entries."Indicates the effective date/time of the current problem life cycle status." - HL7 Version 2.8, PRB-15 |
«TS» PointInTime | dateOfOnset |
Date when this particular Condition first manifested itself or was confirmed via testing if it had not yet manifested itself. Note that this date may be inprecise (e.g., "sometime in 2006")."Contains the actual date of the first reaction." - HL7 Version 2.8, IAM-11"Contains the date/time when the problem began." - HL7 Version 2.8, PRB-16."Estimated or actual date or date-time the condition began, in the opinion of the clinician." - HL7 FHIR, Condition.onset[x]. Note that in FHIR the datatype can be a dateTime, Age, Period, Range, or a string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property.Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence. Note that in FHIR the datatype can be a Age, Range, Period, or string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property."Estimated or actual date, date-time, or age when allergy or intolerance was identified." - HL7 FHIR, AllergyIntolerance.onset[x]. Note that in FHIR the datatype can be a dateTime, Age, Period, Range, or a string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property. |
String | dateOfOnsetText |
Textual description of the time period when this particular Condition first manifested itself or was confirmed via testing if it had not yet manifested itself."Contains a text description of the time period of the first reaction when an exact date is not known (e.g., adolescence, childhood, spring 1990)." - HL7 Version 2.8, IAM-12"This field allows for a textual representation of the time when the problem began." - HL7 Version 2.8, PRB-17 |
DiagnosisListEntry | diagnosisList |
Provides a list of diagnoses that are related to the Health Concern |
Evidence | evidence |
"Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed." - HL7 FHIR, Condition.evidence |
ExternalCause | externalCause |
Pointer to the Accident, Injury, or Exposure that caused the Health Concern. |
String | familyPrognosisAwareness |
"Indicates the individual's family or significant other's comprehension of the actual problem/prognosis." - HL7 Version 2.8, PRB-24Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set. |
«CS» Code | kind |
Identifies the Health Concern or Problem being described. This property is a code, which should come from an approved subset of SNOMED-CT, e.g., the "VA-KP Problem List Subset."Note that there is a separate class for Family History Concerns, which is a generalization of the Health Concern class. Therefore, this property should never contain a concept that has "Family History Of" built into it (i.e., a pre-coordinated concept), such as "Family History of Diabetes". When such infomation needs to be conveyed, this property should contain "Diabetes," and the FamiliyHistoryConcern subclass will indicate that the Diabetes was observed in a family member and will identify the relationship of that family member (e.g., Father, Mother) to the patient. Thus, in effect, we are creating a structure that explicity post-coordinates the concept of Family History Of with the concept of the disease that the family member had."Identifies the problem. This is the identifier from an institution's master list of problems." - HL7 Version 2.8, PRB-3"Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies"). Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance." - HL7 FHIR, AllergyIntolerance.code"Category for the risk." - HL7 Care Plan Domain Analysis Model."Identification of the condition, problem or diagnosis." - HL7 FHIR, Condition.code"The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system." - HL7 FHIR, FamilyMemberHistory.condition.code |
«CIMI_EvaluationResultRecorded» ObservationStatement | observation | |
«CS» Code | outcome |
"Indicates what happened following the condition. If the condition resulted in death, deceased date is captured on the relation." - HL7 FHIR, FamilyMemberHistory.condition.outcome |
String | patientsProblemAwareness |
"Contains the individual's comprehension of the problem (e.g., full, marginal, partial, etc.)." - HL7 Version 2.8, PRB-21. Note that HL7 does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set. |
String | patientsPrognosisAwareness |
"Contains the individual's comprehension of the prognosis for the problem (e.g., full, marginal, partial, etc.)." - HL7 Version 2.8, PRB-23. Note that HL7 does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set. |
«REAL» Decimal | probability |
"Contains a quantitative or numeric representation of the certainty that the problem exists for this patient. This field has a valid range of 0 to 1. For example, a healthcare provider may be 75% (.75) sure that the problem has been correctly identified." - HL7 Version 2.8, PRB-20 |
ProblemManagementDiscipline | problemManagementDiscipline |
Pointer to the category of caregiver with responsibility for managing this specific problem. |
String | prognosis |
"Contains the prognosis for the individual's problem (e.g., good, poor, etc.)." - HL7 Version 2.8, PRB-22. Note that HL7does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set. |
ServiceDeliveryLocation | responsibleClinic |
Identifies the organization/location responsible for treating the Health Concern. Used primarily in inpatient situations. |
PractitionerParticipation | responsibleProvider |
Identifies the provider responsible for treating the Health Concern. |
String | sensitivity |
"Contains information about the level of security and/or sensitivity surrounding the problem (e.g., highly sensitive, not sensitive, sensitive, etc.)." - HL7 Version 2.8, PRB-25. Note that HL7does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.Note that this property may be removed or altered based on the outcome of the Security and Privacy modeling. |
«CS» Code | severity |
"Indicates the general severity of the allergy." - HL7 Version 2.8, AL1.4 and IAM-4. HL7 Version 2 has the following suggested values (table 128): Severe; Moderate; Mild; Unknown."Indicates the severity of the Problem." - HL7 Version 2.8, PRB-26. Note that HL7 does not suggest values for this code."A subjective assessment of the severity of the condition as evaluated by the clinician." - HL7 FHIR, Condition.severity. Possible values include: Mild; Moderate; Severe."Intensity of a symptom or condition. The criteria for this value differ by condition." - HL7 CIMI, Assertion.severity |
Stage | stage |
"Clinical stage or grade of a condition. May include formal severity assessments." - HL7 FHIR, Condition.stage |
«CS» Code | verificationStatus |
"The state of knowledge concerning the presence of a putative condition; e.g., confirmed, refuted, provisional, suspected." - HL7 CIMI, BaseAssertion.verificationStatus"The verification status to support the clinical status of the condition." - HL7 FHIR, Condition.verificationStatus. Possibe values include: Provisional; Differential; Confirmed; Refuted; Entered-in-Error; Unknown."Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product)." - HL7 FHIR, AllergyIntolerance.verificationStatus. Possible values are Confirmed; Unconfirmed; Refuted; Entered In Error. |
«BL» NullableBoolean | wasCauseOfDeath |
If the patient is deceased, this property indicates whether the Health Concern (aka Problem) was (one of) the cause(s) of death. |
Attributes inherited from FHIM::Common::ClinicalStatement | ||
clinicalDataSource, contentVersion, contextCode, encounter, note, recordStatus, relatedClinicalInformation, sourceRecordType, sourceSystem, subjectGroup, subjectOfInformation, subjectOfRecord, temporalContext, topicCode, cosigned, recorded, signed, verified |
Attributes inherited from FHIM::Common::InformationEntry | ||
identifier |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | HealthConcern |
Name Expression | |
Namespace | HealthConcern |
Owned Template Signature | |
Owner | HealthConcern |
Owning Template Parameter | |
Package | HealthConcern |
Qualified Name | FHIM::HealthConcern::HealthConcern |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public «PQ» TimeQuantity ageAtOnset
The age of the patient or subject at onset of the Condition. Note that this property could potentially be derived.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | ageAtOnset |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::ageAtOnset |
Stereotype | |
Template Parameter | |
Type | «PQ» TimeQuantity |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public Participation asserter
"The source of the information about the allergy that is recorded." - HL7 FHIR, AllergyIntolerance.asserter"Individual who is making the condition statement." - HL7 FHIR, Condition.asserter
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | asserter |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::asserter |
Stereotype | |
Template Parameter | |
Type | Participation |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code bodySite
"The anatomical location where this condition manifests itself." - HL7 FHIR, Condition.bodySite
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ HL7_FHIR_R4 SNOMED CT Body Structures http://hl7.org/fhir/ValueSet/body-site ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | bodySite |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::bodySite |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public «CS» Code category
This property provides a categorization of the Condition. Because there are (currently) different generalizations (i.e., subtypes) of Concern, it is likely that the potential categorizations may differ from one subtype to another. It is therefore likely that the subtypes may redefine this property to bind to specific value sets. For now, this property is bound to the Problem Type value set. For Health Concern, the possible values include: Symptom, Behavior (e.g., smoking), a diagnosed disease, a suspected disease, a disease to be ruled out, etc."Indicates the kind of problem. This field can be used to categorize problems so that they may be managed and viewed independently within different applications (e.g., admission, final, post-operative, pre-operative, outpatient, discharge, etc.)." - HL7 Version 2.8, PRB-10. Note that HL7 does not provide any suggested values for this code."A category assigned to the condition." - HL7 FHIR, Condition.category
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ C-CDA_2.1 Problem Type 2.16.840.1.113883.3.88.12.3221.7.2 , HL7_FHIR_R4 Condition Category Codes http://hl7.org/fhir/ValueSet/condition-category ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | category |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::category |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code certainty
"The degree of confidence that this condition is correct." - HL7 FHIR, Condition resource."Contains a qualitative representation of the certainty of a problem" (e.g., high, low, medium, etc.) - HL7 Version 2.8, PRB-19
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | certainty |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::certainty |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code chronicity
"Contains the perseverance of a problem (e.g., acute, chronic, etc.)." - HL7 Version 2.8, PRB-12. Note that HL7does not provide any suggested values for this code.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | chronicity |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::chronicity |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code clinicalStatus
"Indicates the verification status for the allergy" - HL7 Version 2.8, IAM-17. HL7 Version 2 has the following suggested values (table 438): Unconfirmed; Pending; Suspect; Confirmed or verified; Confirmed but inactive; Erroneous; Doubt raised."Contains the verification status of a problem (e.g., confirmed, differential, provisional, rule-out, etc.)." - HL7 Version 2.8, PRB-13. Note that HL7 does not provide any suggested values for this code."The physiological state of the condition with respect to whether it is actually of concern. Values may typicall include: Active, Relapse, Remission, Resolved, Confirmed, Ruled out, Unknown." - HL7 CIMI, BaseAssertion.clinicalStatus"The clinical status of the condition." - HL7 FHIR, Condition.clinicalStatus. Possible values include: Active; Recurrence; Inactive; Remission; Resolved.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ C-CDA_2.1 Problem Status 2.16.840.1.113883.3.88.12.80.68 , HL7_FHIR_R4 Condition Clinical Status Codes http://hl7.org/fhir/ValueSet/condition-clinical ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | clinicalStatus |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::clinicalStatus |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code concernContext
Describes whether the condition exists or doesn't exist. Other values are potentially possible including rule in / rule out. Align with SNOMED situation with explicit context.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ FHIM_Defined_Content Concern context 2.16.840.1.113883.3.2074.1.1.45 ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | concernContext |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::concernContext |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public ConcernStatusChangeEvent concernStatusChangeEvent
Pointer to a history of updates to the Health Concern record, and relates the Health Concern record to various encounters over time.
Aggregation | None |
Alias | |
Association | healthConcern_concernStatusChangeEvent |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | concernStatusChangeEvent |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::concernStatusChangeEvent |
Stereotype | |
Template Parameter | |
Type | ConcernStatusChangeEvent |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public «CS» Code conditionCourse
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ FHIM_Defined_Content Condition course 2.16.840.1.113762.1.4.1062.3 ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | conditionCourse |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::conditionCourse |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime dateAbated
Date upon which this particular Condition is no longer an active concern."Contains the date/time that the problem was actually resolved." - HL7 Version 2.8, PRB-9"The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate." - HL7 FHIR, Condition.abatement[x]
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | dateAbated |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::dateAbated |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime dateDiagnosed
Date and time the health problem was diagnosed. Added for Public Health Reporting Initiative, 10/5/2012.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | dateDiagnosed |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::dateDiagnosed |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime dateLastModified
The date and time that the Problem being described was last modified. It is assumed that the status of the problem is valid as of the last modified date. Note that this property could potentially be derived from the HealthConcernLifeCycle entries."Indicates the effective date/time of the current problem life cycle status." - HL7 Version 2.8, PRB-15
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | dateLastModified |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::dateLastModified |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime dateOfOnset
Date when this particular Condition first manifested itself or was confirmed via testing if it had not yet manifested itself. Note that this date may be inprecise (e.g., "sometime in 2006")."Contains the actual date of the first reaction." - HL7 Version 2.8, IAM-11"Contains the date/time when the problem began." - HL7 Version 2.8, PRB-16."Estimated or actual date or date-time the condition began, in the opinion of the clinician." - HL7 FHIR, Condition.onset[x]. Note that in FHIR the datatype can be a dateTime, Age, Period, Range, or a string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property.Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence. Note that in FHIR the datatype can be a Age, Range, Period, or string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property."Estimated or actual date, date-time, or age when allergy or intolerance was identified." - HL7 FHIR, AllergyIntolerance.onset[x]. Note that in FHIR the datatype can be a dateTime, Age, Period, Range, or a string; FHIM currently only supports a dateTime, or a string using the dateOfOnsetText property.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | dateOfOnset |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::dateOfOnset |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String dateOfOnsetText
Textual description of the time period when this particular Condition first manifested itself or was confirmed via testing if it had not yet manifested itself."Contains a text description of the time period of the first reaction when an exact date is not known (e.g., adolescence, childhood, spring 1990)." - HL7 Version 2.8, IAM-12"This field allows for a textual representation of the time when the problem began." - HL7 Version 2.8, PRB-17
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | dateOfOnsetText |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::dateOfOnsetText |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public DiagnosisListEntry diagnosisList
Provides a list of diagnoses that are related to the Health Concern
Aggregation | Composite |
Alias | |
Association | healthConcern_diagnosisList |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | true |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | diagnosisList |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::diagnosisList |
Stereotype | |
Template Parameter | |
Type | DiagnosisListEntry |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public Evidence evidence
"Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed." - HL7 FHIR, Condition.evidence
Aggregation | None |
Alias | |
Association | healthConcern_evidence |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | evidence |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::evidence |
Stereotype | |
Template Parameter | |
Type | Evidence |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public ExternalCause externalCause
Pointer to the Accident, Injury, or Exposure that caused the Health Concern.
Aggregation | None |
Alias | |
Association | healthConcern_externalCause |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | externalCause |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::externalCause |
Stereotype | |
Template Parameter | |
Type | ExternalCause |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public String familyPrognosisAwareness
"Indicates the individual's family or significant other's comprehension of the actual problem/prognosis." - HL7 Version 2.8, PRB-24Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | familyPrognosisAwareness |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::familyPrognosisAwareness |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code kind
Identifies the Health Concern or Problem being described. This property is a code, which should come from an approved subset of SNOMED-CT, e.g., the "VA-KP Problem List Subset."Note that there is a separate class for Family History Concerns, which is a generalization of the Health Concern class. Therefore, this property should never contain a concept that has "Family History Of" built into it (i.e., a pre-coordinated concept), such as "Family History of Diabetes". When such infomation needs to be conveyed, this property should contain "Diabetes," and the FamiliyHistoryConcern subclass will indicate that the Diabetes was observed in a family member and will identify the relationship of that family member (e.g., Father, Mother) to the patient. Thus, in effect, we are creating a structure that explicity post-coordinates the concept of Family History Of with the concept of the disease that the family member had."Identifies the problem. This is the identifier from an institution's master list of problems." - HL7 Version 2.8, PRB-3"Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies"). Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance." - HL7 FHIR, AllergyIntolerance.code"Category for the risk." - HL7 Care Plan Domain Analysis Model."Identification of the condition, problem or diagnosis." - HL7 FHIR, Condition.code"The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system." - HL7 FHIR, FamilyMemberHistory.condition.code
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ C-CDA_2.1 Problem 2.16.840.1.113883.3.88.12.3221.7.4 , HL7_FHIR_R4 Condition/Problem/Diagnosis Codes http://hl7.org/fhir/ValueSet/condition-code ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | kind |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::kind |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CIMI_EvaluationResultRecorded» ObservationStatement observation
Aggregation | None |
Alias | |
Association | healthConcern_observation |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | observation |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::observation |
Stereotype | |
Template Parameter | |
Type | «CIMI_EvaluationResultRecorded» ObservationStatement |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public «CS» Code outcome
"Indicates what happened following the condition. If the condition resulted in death, deceased date is captured on the relation." - HL7 FHIR, FamilyMemberHistory.condition.outcome
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | outcome |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::outcome |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String patientsProblemAwareness
"Contains the individual's comprehension of the problem (e.g., full, marginal, partial, etc.)." - HL7 Version 2.8, PRB-21. Note that HL7 does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | patientsProblemAwareness |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::patientsProblemAwareness |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String patientsPrognosisAwareness
"Contains the individual's comprehension of the prognosis for the problem (e.g., full, marginal, partial, etc.)." - HL7 Version 2.8, PRB-23. Note that HL7 does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | patientsPrognosisAwareness |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::patientsPrognosisAwareness |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «REAL» Decimal probability
"Contains a quantitative or numeric representation of the certainty that the problem exists for this patient. This field has a valid range of 0 to 1. For example, a healthcare provider may be 75% (.75) sure that the problem has been correctly identified." - HL7 Version 2.8, PRB-20
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | probability |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::probability |
Stereotype | |
Template Parameter | |
Type | «REAL» Decimal |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public ProblemManagementDiscipline problemManagementDiscipline
Pointer to the category of caregiver with responsibility for managing this specific problem.
Aggregation | None |
Alias | |
Association | healthConcern_problemManagementClassification |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | problemManagementDiscipline |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::problemManagementDiscipline |
Stereotype | |
Template Parameter | |
Type | ProblemManagementDiscipline |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public String prognosis
"Contains the prognosis for the individual's problem (e.g., good, poor, etc.)." - HL7 Version 2.8, PRB-22. Note that HL7does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | prognosis |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::prognosis |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public ServiceDeliveryLocation responsibleClinic
Identifies the organization/location responsible for treating the Health Concern. Used primarily in inpatient situations.
Aggregation | None |
Alias | |
Association | healthConcern_responsibleClinic |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | responsibleClinic |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::responsibleClinic |
Stereotype | |
Template Parameter | |
Type | ServiceDeliveryLocation |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public PractitionerParticipation responsibleProvider
Identifies the provider responsible for treating the Health Concern.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | responsibleProvider |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::responsibleProvider |
Stereotype | |
Template Parameter | |
Type | PractitionerParticipation |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String sensitivity
"Contains information about the level of security and/or sensitivity surrounding the problem (e.g., highly sensitive, not sensitive, sensitive, etc.)." - HL7 Version 2.8, PRB-25. Note that HL7does not provide any suggested values for this code.Note that while the datatype for this concept should likely be a code, it is currently a string as we have insufficient requirements to warrant a closed value-set.Note that this property may be removed or altered based on the outcome of the Security and Privacy modeling.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | sensitivity |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::sensitivity |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code severity
"Indicates the general severity of the allergy." - HL7 Version 2.8, AL1.4 and IAM-4. HL7 Version 2 has the following suggested values (table 128): Severe; Moderate; Mild; Unknown."Indicates the severity of the Problem." - HL7 Version 2.8, PRB-26. Note that HL7 does not suggest values for this code."A subjective assessment of the severity of the condition as evaluated by the clinician." - HL7 FHIR, Condition.severity. Possible values include: Mild; Moderate; Severe."Intensity of a symptom or condition. The criteria for this value differ by condition." - HL7 CIMI, Assertion.severity
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ C-CDA_2.1 Reaction Severity 2.16.840.1.113883.3.88.12.3221.6.8 , HL7_FHIR_R4 Condition/Diagnosis Severity http://hl7.org/fhir/ValueSet/condition-severity ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | severity |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::severity |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public Stage stage
"Clinical stage or grade of a condition. May include formal severity assessments." - HL7 FHIR, Condition.stage
Aggregation | None |
Alias | |
Association | healthConcern_stage |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | stage |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::stage |
Stereotype | |
Template Parameter | |
Type | Stage |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code verificationStatus
"The state of knowledge concerning the presence of a putative condition; e.g., confirmed, refuted, provisional, suspected." - HL7 CIMI, BaseAssertion.verificationStatus"The verification status to support the clinical status of the condition." - HL7 FHIR, Condition.verificationStatus. Possibe values include: Provisional; Differential; Confirmed; Refuted; Entered-in-Error; Unknown."Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product)." - HL7 FHIR, AllergyIntolerance.verificationStatus. Possible values are Confirmed; Unconfirmed; Refuted; Entered In Error.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Terminologies | [ HL7_FHIR_R4 ConditionVerificationStatus http://hl7.org/fhir/ValueSet/condition-ver-status ] |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | verificationStatus |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::verificationStatus |
Stereotype | ValueSetConstraints |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «BL» NullableBoolean wasCauseOfDeath
If the patient is deceased, this property indicates whether the Health Concern (aka Problem) was (one of) the cause(s) of death.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | HealthConcern |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | wasCauseOfDeath |
Name Expression | |
Namespace | HealthConcern |
Opposite | |
Owner | HealthConcern |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::HealthConcern::HealthConcern::wasCauseOfDeath |
Stereotype | |
Template Parameter | |
Type | «BL» NullableBoolean |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| HealthConcern UML Documentation |
Summary:AttributesProperties | Detail:Attributes |