/
LIBRARY OBJECTS

LIBRARY OBJECTS

Formal definition of objects of a care plan that will be used as templates to create CLINICAL OBJECTS.

From a developer point of view, a library object can be understood as the formal definition of a Class, and a CLINICAL OBJECTS is merely an instance of one of the library objects.

  • PROGRAM OBJECT : Is the topmost object in the hierarchy and defines the general properties of a care plan. For example consider a “Kidney Rehabilitation” program that contains the definition of all the tasks that a professional or a patient should do from the enrollment until the discharge of the patient. The PROGRAM OBJECT is used to configure the general properties of the care plan (name of the program, description, configuration settings, etc...)

  • PROGRAM VERSION OBJECT : Once a PROGRAM OBJECT has been created and configured, it is possible to generate different versions. For example consider a case where a PROGRAM has been fully defined, put in production, and some patients have already been enrolled and are executing the TASKs defined. Based on the experience with the patients we may find it desirable to add new TASKs, or improve existing ones. This is done creating new versions of an existing PROGRAM.

  • PROTOCOL OBJECT : A PROGRAM may have different lines of actuation depending on some variables. For example, in a “Kidney Rehabilitation” program we would want to assign different tasks to the patient depending on the type of hemodialysis prescribed. When a patient is enrolled in a PROGRAM, it can be assigned to a specific PROTOCOL.

  • WORKPLAN OBJECT : Defines which activities should be executed, who is the target (professional or patient), scheduling (at a specific day and/or time). Each WORKPLAN OBJECT contains a single TASK TEMPLATE OBJECT and allows to configure the properties to define how/when/by who the TASK should be executed

  • TASK TEMPLATE OBJECT : Is basically a container of a list activities that a patient or professional should perform. The possible activities supported currently are

    • FORM TEMPLATE OBJECT : Can be considered as a questionnaire with a list of ITEM TEMPLATE OBJECT. Each ITEM TEMPLATE OBJECT can be a question that the professional or the patient should answer, an action that the platform will execute, an informative message, etc

    • REPORT TEMPLATE OBJECT : Definition of template to generate a document (PDF) showing information collected during the execution of the PROGRAM. For example, in a REPORT TEMPLATE OBJECT you define a header section, a footer section and a body section containing the texts and other data that you want to show

OBJECT HIERARCHY

Relation with CLINICAL OBJECTS

As mentioned before, a PROGRAM is only a template that is later materialized in a clinical object.

The following table shows the correspondence between library objects and clinical object.

Library Object

Clinical Object

Comments

Library Object

Clinical Object

Comments

PROGRAM OBJECT

https://linkcare.atlassian.net/wiki/spaces/WS/pages/21200903

A https://linkcare.atlassian.net/wiki/spaces/WS/pages/21200903 defines:

  • Which TEAMS or USERS will be allowed to execute a particular PROGRAM OBJECT (members of the SUBSCRIPTION)

  • Which ROLES are assigned to the member TEAMS or USERS

  • SETTINGS that are used by the PROGRAM and can be customized in different SUBSCRIPTIONS

A PROFESSIONAL that is member of a SUBSCRIPTION can enroll patients to execute the PROGRAM.

https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545668

An ADMISSION is the enrollment of a patient in a SUBSCRIPTION

PROTOCOL OBJECT



A PROTOCOL OBJECT has no direct relation to any clinical object.

When an https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545668 is created, it is assigned to a specific PROTOCOL.

WORKPLAN OBJECT

https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620

The combination of a WORKPLAN and a TASK TEMPLATE is materialized in a https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 that is assigned to some patient, professional, team or role, and with a specific schedule. A https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 can be considered as a copy generated from a TASK TEMPLATE OBJECT and enriched with extended properties obtained from the associated WORKPLAN OBJECT.

For example consider a WORKPLAN OBJECT that contains a TASK TEMPLATE OBJECT and the WORKPLAN OBJECT states that it should be executed 2 days after the enrollment of the patient by any professional of a particular TEAM with role "Case manager". The WORKPLAN OBJECT also states that the https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 should be executed periodically each week

In this example, a https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 would be generated at the 2nd day after the enrollment. That https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 will be a copy of the TASK TEMPLATE OBJECT (with all its child FORM TEMPLATE OBJECT and REPORT TEMPLATE OBJECT) and will also have additional properties indicating the assigned TEAM/ROLE, and the scheduled date, and also information to indicate that after https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620 is finished it should be re-scheduled for the next week.

TASK TEMPLATE OBJECT

FORM TEMPLATE OBJECT

https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054

https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054 is generated as a copy of a FORM TEMPLATE OBJECT. Each https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054 belongs to a specific https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620

REPORT TEMPLATE OBJECT

https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125088

https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125088 is a copy of a REPORT TEMPLATE OBJECT  that becomes part of a specific https://linkcare.atlassian.net/wiki/spaces/WS/pages/20545620

ITEM TEMPLATE OBJECT

https://linkcare.atlassian.net/wiki/spaces/WS/pages/321191985

As explained before, a https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054 is created from as a copy of a FORM TEMPLATE OBJECT which is composed also by a list of ITEM TEMPLATE OBJECT

When a https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054 is created, a copy of all the ITEM TEMPLATE OBJECT that compose the corresponding FORM TEMPLATE OBJECT are also copied and inserted in the new https://linkcare.atlassian.net/wiki/spaces/WS/pages/39125054.

Therefore, each https://linkcare.atlassian.net/wiki/spaces/WS/pages/321191985 is generated as a copy of an ITEM TEMPLATE OBJECT



Related content