Skip to content

Pathways on FHIR Mapping

blangley28 edited this page Sep 8, 2020 · 13 revisions

Pathways to CPG Mapping

This is an evolving wiki page for mapping the internal data model for pathways into CPG. This page builds off Pathways on FHIR and Pathways on FHIR Resources

Overview

Each pathway in the builder will map to a Recommendation Definition. Although the builder supports joining branches again, the CPG exporter will not. Anywhere two branches of the pathway rejoin the CPG representation will have the entire sub-tree copied. Each Action Node will map to only one Activity Definition but the RecommendationDefinition.action may have duplicate entries for the same Action Node. In general the RecommendationDefinition.actions will be all of the Action Nodes as well as any Branch Nodes whose parent is also a Branch Node.

Mapping

Pathway to Recommendation Definition

Mapping the pathway metadata to a Recommendation is very straight forward. Screen Shot 2020-08-06 at 2 45 22 PM

Nodes to RecommendationDefinition.action

ActionNode.action to Activity Definition

Clone this wiki locally