Stream: implementers
Topic: How to link Careplan to ResearchStudy
Farrukh Najmi (Jan 05 2022 at 15:36):
Hello, I am trying to understand how to link a CarePlan to a ResearchStudy using the protocol property of the ResearchStudy. The FHIR document at https://www.hl7.org/fhir/plandefinition.html#12.18.3.3 is unclear. It says:
- Create a CarePlan resource focused on the Patient in context and linked to the PlanDefinition using the instantiates element
However I cannot find instantiates element in PlanDefinition.
Would appreciate any guidance on how to do this. Thanks.
Lloyd McKenzie (Jan 05 2022 at 19:20):
ResearchStudy would point to PlanDefinition using ResearchStudy.protocol. CarePlan would point to PlanDefinition using CarePlan.instantiatesCanonical.
Last updated: Apr 12 2022 at 19:14 UTC