Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • OBSERVATION – Lab test result - openEHR-EHR-OBSERVATION.laboratory_test_result.v1
    • data/events/data:
      •  ITEM_TREE
        • items:
          • ELEMENT – Test Name
          • CLUSTER – Specimen detail ← Archetype
          • etc
          • CLUSTER – Test Findings ← Archetype lab analyte - triglycerides
            • items
              •  ELEMENT
                • value
                  • QUANTITY
          • CLUSTER – Test Findings ← Archetype lab analyte - LDL
            • items
              •  ELEMENT
                • value
                  • QUANTITY
          • CLUSTER – Test Findings ← Archetype lab analyte - HDL
            • items
              •  ELEMENT
                • value
                  • QUANTITY

The second is a structure in which the Test Findings are a panel, e.g:

More generally, a free mixture of Panels and single Analytes could be used.

Another example in which some analytes may have more than one DATA_VALUE, e.g. % and abs values:


PROBLEM: querying paths are different if one pattern is not consistently used for the same kinds of analyte. E.g. if serum sodium and serum potassium are imported from a message feed and included under a panel by one implementation, but directly by another, and both implementations feed data to the same health record, there will be a problem querying, unless the CONTAINS operator is used.

...