This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Negation Principles"

From HL7Wiki
Jump to navigation Jump to search
(Created page with " # Absence of evidence is not evidence of absence. ## Impact: no requirement is needed to deal with inferred negation because negation cannot be inferred. ## CQMs may present...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
Return to [[Negation_Requirements]]
  
 
# Absence of evidence is not evidence of absence.
 
# Absence of evidence is not evidence of absence.
 
## Impact: no requirement is needed to deal with inferred negation because negation cannot be inferred.
 
## Impact: no requirement is needed to deal with inferred negation because negation cannot be inferred.
## CQMs may present an exception, where further information cannot be determined and there is financial impact but no safety risk.
+
## CQMs may present an exception, where further information cannot be determined and there is financial impact but no safety risk. There is an incentive to record (justifiable) negations, but no clinical requirement.
 
# Use requirements from real use cases, not inferred cases designed to illustrate potential design issues.
 
# Use requirements from real use cases, not inferred cases designed to illustrate potential design issues.
 
# Separate requirements & design models.
 
# Separate requirements & design models.
## When addressing design examples, be sure to address the clinical requirement independently of the specific syntax.
+
## When addressing design examples, be sure to address the clinical requirement independently of the implementation syntax.
 
# Avoid double negatives.
 
# Avoid double negatives.
 +
## Where double negation is unavoidable, its meaning should be specified clearly and explicitly.
 
## Where double negation is unavoidable, the approach should be "idempotent": any number of negations is equivalent to one negation. A subsequent negative does not nullify a prior one.
 
## Where double negation is unavoidable, the approach should be "idempotent": any number of negations is equivalent to one negation. A subsequent negative does not nullify a prior one.
## Where double negation is unavoidable, this rule should be specified explicitly.
 
 
# Avoid excessive abstraction.
 
# Avoid excessive abstraction.
 
## Test solutions to ensure that abstraction does not result in ambiguity. Supporting explicit requirements is a good way to do this.
 
## Test solutions to ensure that abstraction does not result in ambiguity. Supporting explicit requirements is a good way to do this.
 +
## The use of Boolean data types in information modeling is almost always excessively abstract and should be avoided.
 +
### When it is not avoidable (e.g., in V3 patterns), its meaning should be specified clearly and explicitly.
 
# Support requirements with minimal transformation.
 
# Support requirements with minimal transformation.
 
## Transformation introduces risk and cost, and should be avoided, all else being equal.
 
## Transformation introduces risk and cost, and should be avoided, all else being equal.
 
# Negation should be handled as consistently as possible without violating semantics of the respective requirements.
 
# Negation should be handled as consistently as possible without violating semantics of the respective requirements.
 
## Following Einstein's rule: Make everything as simple as possible, and no simpler.
 
## Following Einstein's rule: Make everything as simple as possible, and no simpler.
 +
## The difficulty is in defining when things are similar. The catalog approach of this project is designed to address that concern.
 
# Support automated use of semantics to extent possible.
 
# Support automated use of semantics to extent possible.
 
## Viz., use semantic codes rather than text where feasible.
 
## Viz., use semantic codes rather than text where feasible.
 +
# Precoordination is generally to be avoided, except where properties are not generally needed for  query or computation.
 +
## Most systems do not support parsing of DL expressions: whenever a property may be used to distinguish data (a query, a rule), it should be accessible to those systems.
 +
## Where this information is not commonly used (though it might be useful in some circumstances), it may be precoordinated -- e.g., LOINC codes.
 +
## This principle is intended to align with the CIMI principles.

Latest revision as of 20:16, 28 June 2016

Return to Negation_Requirements

  1. Absence of evidence is not evidence of absence.
    1. Impact: no requirement is needed to deal with inferred negation because negation cannot be inferred.
    2. CQMs may present an exception, where further information cannot be determined and there is financial impact but no safety risk. There is an incentive to record (justifiable) negations, but no clinical requirement.
  2. Use requirements from real use cases, not inferred cases designed to illustrate potential design issues.
  3. Separate requirements & design models.
    1. When addressing design examples, be sure to address the clinical requirement independently of the implementation syntax.
  4. Avoid double negatives.
    1. Where double negation is unavoidable, its meaning should be specified clearly and explicitly.
    2. Where double negation is unavoidable, the approach should be "idempotent": any number of negations is equivalent to one negation. A subsequent negative does not nullify a prior one.
  5. Avoid excessive abstraction.
    1. Test solutions to ensure that abstraction does not result in ambiguity. Supporting explicit requirements is a good way to do this.
    2. The use of Boolean data types in information modeling is almost always excessively abstract and should be avoided.
      1. When it is not avoidable (e.g., in V3 patterns), its meaning should be specified clearly and explicitly.
  6. Support requirements with minimal transformation.
    1. Transformation introduces risk and cost, and should be avoided, all else being equal.
  7. Negation should be handled as consistently as possible without violating semantics of the respective requirements.
    1. Following Einstein's rule: Make everything as simple as possible, and no simpler.
    2. The difficulty is in defining when things are similar. The catalog approach of this project is designed to address that concern.
  8. Support automated use of semantics to extent possible.
    1. Viz., use semantic codes rather than text where feasible.
  9. Precoordination is generally to be avoided, except where properties are not generally needed for query or computation.
    1. Most systems do not support parsing of DL expressions: whenever a property may be used to distinguish data (a query, a rule), it should be accessible to those systems.
    2. Where this information is not commonly used (though it might be useful in some circumstances), it may be precoordinated -- e.g., LOINC codes.
    3. This principle is intended to align with the CIMI principles.