Replies: 7 comments
-
For Immunizations, first it would be worth establishing whether you are using a CarePlan (via a PlanDefinition) or ImmunizationRecommendation - from the FHIR Spec: An ImmunizationRecommendation can be interpreted as a narrow type of CarePlan dealing only with immunization events. Where such information could appear in either resource, the immunization-specific resource is preferred. Then, I'd propose creating the static resources as sample data that could be used to:
|
Beta Was this translation helpful? Give feedback.
-
The first part of your response seems like a research ticket i.e. Establish the creation CarePlan generation either via a PlanDefinition or ImmunizationRecommendation. Some sample static resources can be found here |
Beta Was this translation helpful? Give feedback.
-
what me and @rkodev decided uptil now is we will have multiple plan definition json files for multiple vaccines for Covid App. For example Mortana vaccine has one specific plan definition file uploaded to server, similarly for other vaccines. The vaccine user select in the application, we'll have the plan definition available for that vaccine and we'll also have patient resource available, so that will help us in creating Careplan for a specific patient and in general. |
Beta Was this translation helpful? Give feedback.
-
Why multiple plan defs instead of single plan def w/multiple vaccines? |
Beta Was this translation helpful? Give feedback.
-
@pld We are currently using 1 Plan definition and Specifying using conditions and triggers to qualify the different actions @MuhammadSalman-7214 |
Beta Was this translation helpful? Give feedback.
-
Update
|
Beta Was this translation helpful? Give feedback.
-
Update: Plandefition for the Covax app here https://cds-sandbox.alphora.com/cqf-ruler-r4/fhir/PlanDefinition/3172. Being tested on the CDS server by Bryn for CarePlan generation |
Beta Was this translation helpful? Give feedback.
-
Define a Plan Definition for the Covax App in Hapi Server
Action Points
Beta Was this translation helpful? Give feedback.
All reactions