Table Description
Home Study Assessment: A home study assessment is a factor assessed as part of a home study conducted on a provider to verify the condition of the facility or the suitability of the members of the home.

It could vary from safety checks to suitability e.g. to provide care to children, a fire inspection assessment is conducted on a provider home as part of determining whether any safety hazards exist within the home.

Example

To provide care to children, a fire inspection assessment is conducted on a provider home as part of determining whether any safety hazards exist within the home.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Home Study::Home Study Assessment::Entity::HomeStudyAssessment
Controlling File: CPM\model\Packages\Service Layer\Home Study\Home Study Assessment\HomeStudyAssessment_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (9)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
homeStudyAssessmentIDkeynoThe system generated unique identifier for the Home study assessment record.INTERNAL_ID SVR_INT64
homeStudyIDdetailsnoThe unique system generated identifier for the home study record.INTERNAL_ID SVR_INT64
assessmentTypedetails The type of factor being assessed, e.g. a fire inspection as part of assessing the overall safety of the home.HOME_STUDY_ASSESSMENT_TYPEHomeStudyAssessmentTypeSVR_STRING<10>
dateCompleteddetails The date on which the assessment was completed.CURAM_DATE SVR_DATE
correctiveActionRequireddetails An indicator of whether or not corrective action is required and can be undertaken to rectify a condition that led to the failure of an assessment.CURAM_INDICATOR SVR_BOOLEAN
correctiveActionPlandetails A description of the actions that must be undertaken to resolve the conditions that resulted in an unsuccessful assessment.CPM_COMMON_TEXT SVR_STRING<1000>
resultdetails The result of the assessment. The result indicates whether the provider successfully met the assessment criteria (Pass), did not meet the criteria (Fail), or met some of the criteria and actions were agreed to achieve the criteria that were not met (Conditional Pass).HOME_STUDY_ASSESSMENT_RESULTHomeStudyAssessmentResultSVR_STRING<10>
commentsdetails Comments recorded by a user relating to the home study assessment.COMMENTS SVR_STRING<300>
recordStatusdetails The status is used to indicate if the home study assessment has been logically deleted.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
HomeStudyAssessment.homeStudyIDHomeStudy.homeStudyID
Indices (1)
Index NameAttributes
HomeStudyAssessmentIndex1homeStudyID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: homeStudyAssessmentID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByHomeStudyreadmulti   
Related Pages (11)