HL7 FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

This is a Skin and Wound Assessment FHIR Implementation Guide, based on the CIMI based classes as represented in the Federal Health Information Model (FHIM).

Background: CIMI and FHIM

The Clinical Information Modeling Initiative (CIMI) is focused on creating logical models of healthcare information, independent of implementation technologies and patterns, decoupling clinical content from periodic changes in implementation technology. This Implementation Guide (IG) is part of a demonstration project showing how different groups, with different tools, approach CIMI modeling. To expedite comparison, each group has implemented the same Skin and Wound Assessment domain.

The Federal Health Information Model (FHIM) is intended to coordinate the efforts of the US Federal government and partner agencies with the development of Electronic Medical Records, information and terminology standards, including the coordination of agency efforts at relevant Standards Development Organizations (SDOs). Similar to CIMI, the FHIM is an information (logical) model rather than a data (implementation)model. Given the similar approach and goals, recent work has focused on harmonization of CIMI and FHIM.

Approach to Skin and Wound

There are many decisions involved with modeling a clinical domain with CIMI, and the Skin and Wound Assessment is no exception. One of the key features of wound assessment is its hierarchical structure. One patient can have multiple wounds, each wound can have multiple tunnels, and each tunnel on each wound on each patient can have a measured length. Approaches to deal with the hierarchical nature of wound assessment include using sub-observations that are nested inside a parent observation, or a panel approach, where independent observations are grouped under panel observation.

Either approach has its pros and cons. A pure component approach keeps everything related to a single wound assessment together, but requires complicated mapping to FHIR, since FHIR observation components cannot have sub-components. A pure panel approach is also feasible,but that approach adds the overhead of a full observation to each sub-observation, and leads to problems pairing up observations that need to be related, such as wound tunnel length and clock direction. In this implementation, we take a hybrid approach, using components wherever possible, and sub-observations where necessary. Panel-type sub-observations are required where the panel observations themselves have sub-observations or components. This identical to the MITRE's "Full CIMI" approach, also part of this demonstration project.

Another important design decision was to separate the assertion of a wound from the assessment of the wound, based on the use case that repeated assessments of the same wound can occur at different times during the clinical course of the wound. The assertion is made once, and many assessments can be linked to that assertion.

FHIM Class Hierarchy

FHIM has been partially aligned with CIMI (June 2018 edition), with some notable differences regarding CIMI's topic-context pattern. The topic-context pattern requires orchestrating three class hierarchies (InformationEntry, StatementTopic, StatementContext) that must come together to represent clinical statements. FHIM has simplified the topic-context pattern by combining the context hierarchy with the clinical statement hierarchy, completely removing the StatementContext hierarchy. The statement topic class attributes do not appear as separate classes, but are added to the appropriate classes as needed. This simplification was insisted upon by FHIM users who found the CIMI approach confusing.

Only a small portion of the FHIM class hierarchy is directly involved with modeling wound assessment. ObservationStatement is the main class used to represent observations. The parent classes, ClinicalStatement and InformationEntry, are also included, but other FHIM base classes, such as those for actions, are not. The resulting class hierarchy (reference model) can be explored here.

Terminology and Extensions

This guide uses value sets defined in VSAC and LOINC. It does not define its own value sets, and therefore, the reader will not see value sets and code systems on the pages of this guide. However, direct links to the value sets appear as bindings on the corresponding coded elements.

The are no extensions defined in this guide. Each property that is unique to a skin and wound observation is introduced as a component observation, which does not require an extension. This method is proposed to prevent an explosion of extensions.

Credits:

Core team consisted of Sean Muir, Jay Lyle, Galen Mulrooney, Mark Kramer.

Domain content was provided by Susan Matney (Intermountain Healthcare). Help, guidance, and wisdom was generously provided by all members of the CIMI Work Group especially the other co-chairs, Dr. Stan Huff, Claude Nanjo, and Richard Esmond.

This IG was authored using the FHIM export to the Clinical Information Modeling and Profiling Language (CIMPL), input to a free, open source toolchain for IG generation from MITRE Corporation.