Stream: implementers
Topic: ActivityDefinition with kind #CarePlan
Brian Kaney (Jul 29 2021 at 18:02):
I am modeling an ActivityDefinition to be the activity of placing and order set. The order set is defined in a PlanDefinition (with type = #order-set
).
I have the ActivityDefinition.kind = #CarePlan
, but how can I indicate that the CarePlan should be built from a specified plan definition?
I was thinking an extension applyWith
as valueCanonical
. But wanted to check to see if I am missing something in the spec. The intended behavior is $apply
on the AD would in turn call $apply on the PD, resulting in the ultimate CarePlan request resource.
Last updated: Apr 12 2022 at 19:14 UTC