1 / 19

Observation Series for V3

Observation Series for V3. A way to represent table-like, multi-dimensional Observations in HL7’s Version 3. Presented by Barry D. Brown Mortara Instrument, Inc. September 30, 2002. Background. FDA wishes to receive annotated ECG’s in support of New Drug Applications.

carsyn
Télécharger la présentation

Observation Series for V3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Observation Series for V3 A way to represent table-like, multi-dimensional Observations in HL7’s Version 3. Presented by Barry D. Brown Mortara Instrument, Inc. September 30, 2002

  2. Background • FDA wishes to receive annotated ECG’s in support of New Drug Applications. • Work is underway to create clinical trials information models in HL7 V3 (RCRIM TC, CDISC). • Need a way to cast ECG’s and similar types of information in HL7 V3 information model.

  3. Single-valued Observations • The value attribute of Observation has the data type ANY. • ANY can hold a wide range of values. • It is clear how to communicate single-valued observations in V3, but not so clear when multiple values are observed.

  4. Multi-valued Observations • An Observation instance has one cd attribute, so all values must represent the same type of observation. • Generic collections like BAG<>, LIST<> and SET<> can be used for the value attribute. • When LIST<> is used for a multi-valued observation, call it an Observation Sequence.

  5. Example • Cardiac stress exam. • Technician asks patient perceived level of exertion at different points in the exam. • Technician records those observations in a list. • This is an Observation Sequence with a cd for perceived exertion.

  6. Correlated Sequences • A single observation sequence communicates an ordinal relationship between the values, but we don’t know if it’s temporal or something else. • Correlating each value in the list with some other type of observation gives more information.

  7. Example Continued • Technician observes the clock in the room and records the time in a parallel list. • There are 2 observation sequences, and the values in each row are correlated. • Call this Correlated Observation Sequences.

  8. Table-like Observations • A set of observations that can be represented in a table can be Correlated Observation Sequences. • Each column is an Observation Sequence. • Each row is a correlation between the values of each sequence.

  9. Example Continued • Observe HR and BP.

  10. Example Continued • Observe ECG Leads.

  11. Correlated Sequences Model

  12. Observation Series • Multiple tables (correlated sequences) observed in the same frame of reference can be grouped into an Observation Series. • Sequences of the same type (cd) appearing in different tables can be compared. • E.g. relative time, ECG electrode placement, patient position…

  13. Example Continued Record relative time so observations can be compared with ECG.

  14. Observation Series CMET

  15. Region • Secondary observations can be made from other observations. • Series observations contain many observation values. • Need a way to identify subsets of the Series from which the secondary observation is made. • Call it a Region.

  16. Region Boundary • Each Region is defined by a set of boundaries, one for each observed Sequence type. • The Region Boundary cd is the same as the Observation Sequence cd. • The Region Boundary value defines the interval inside the Region.

  17. Region CMET

  18. Observations on Regions • Secondary observations can be made on the Regions within the Series. • No special Observation class is required. • Use the “supported by” relationship.

  19. Observations on Regions

More Related