i'm new to FHIR so i'm not sure how this all works! i'm trying to model a workflow where:
1. a provider builds a careplan for a patient
2. a patient executes one of the items
3. a provider adds another item onto the care plan
4. a patient views their updated care plan
r
reshma
03/29/2023, 3:29 PM
Good question, without a simple answer. @alexkg knows a lot on this topic and can probably give the most comprehensive guidance. If you have a PlanDefinition (represents the CarePlan in abstract) it gets converted to a CarePlan and RequestGroup when applied to a patient. This diff may help: https://github.com/medplum/medplum/pull/703