How do we intend to represent CarePlans to manage Household tasks ? #534
Replies: 2 comments 5 replies
-
Do we assign it to the head of household and if so, what happens to his or her own individual CarePlan? |
Beta Was this translation helpful? Give feedback.
-
A careplan subject is Patient/Group. By definition we can associate it to the entity we are using to represent HH, which is Head in our case. A person can have multiple careplans which be categorized by 'category' field. An an individual also a patient can have different association with different type of programs/cadres, so keeping it separate, I feel is easier to manage and scale in future. However, one thing we may want to figureout, if a head of household dies or changes then what should happen to the future careplans? And also how do we define the boundaries between Careplan and EpisodeOfCare A head of household can be associated with two different plans
They may keep added into or out of different services. |
Beta Was this translation helpful? Give feedback.
-
Based on the FHIR spec, a CarePlan are used in many areas of healthcare with a variety of scopes. They can be as simple as a general practitioner keeping track of when their patient is next due for a tetanus immunization through to a detailed plan for an oncology patient covering diet, chemotherapy, radiation, lab work and counselling with detailed timing relationships, pre-conditions and goals.
They can represent a specific plan instance for a particular patient or group. It is not intended to be used to define generic plans or protocols that are independent of a specific individual or group. CarePlan represents a specific intent, not a general definition. Protocols and order sets are supported through PlanDefinition.
This resource is referenced by itself, DiagnosticReport, GuidanceResponse, ImagingStudy, Media, MedicationRequest, MedicationStatement, Observation, Procedure, QuestionnaireResponse and ServiceRequest.
Given that we are not representing a family as a group but reference to various patient resources, how do we intend to generate household tasks?
Beta Was this translation helpful? Give feedback.
All reactions