@csrf {{ method_field('PUT') }}
Activity Title
@error('activity_title') @include('admin.share.error-message', ['message' => $message]) @enderror
ATS ID id)) readonly @endif />
Activity URL
@error('activity_url') @include('admin.share.error-message', ['message' => $message]) @enderror
Activity Providership
@php $provider = ''; if (!empty($project->joint_provider)) { $provider = $project->joint_provider; } @endphp
Joint Provider
@php $jp_contacts_arr = []; $jp_contact_projects = $project->jp_contacts; if (!empty($jp_contact_projects)) { foreach ($jp_contact_projects as $jp_contact) { $jp_contacts_arr[] = $jp_contact->id; } } @endphp
@include('backend.project.items.jp-contacts-main')
JP CR Code
Activity ID
MLI PNUM
Activity Type
Start Date
Expiration Date
Course Credit Amount
Joint Provider 2
has_jp_2 == 1) checked @endif class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer" id="jp_2_yes" name="has_jp_2" @click="isJointProvider2()">
has_jp_2 == 0) checked @endif>
@php $provider2 = ''; if (!empty($project->joint_provider_2)) { $provider2 = $project->joint_provider_2; } @endphp
Joint Provider 2
@php $jp2_contacts_arr = []; $jp2_contact_projects = $project->jp_contacts_2; if (!empty($jp2_contact_projects)) { foreach ($jp2_contact_projects as $jp_contact) { $jp2_contacts_arr[] = $jp_contact->id; } } @endphp
@include('backend.project.items.edit-jp-contacts-2-main')
JP CR Code 2
Joint Provider 3
has_jp_3 == 1) checked @endif class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer" id="jp_3_yes" name="has_jp_3" @click="isJointProvider3()">
has_jp_3 == 0) checked @endif>
@php $provider3 = ''; if (!empty($project->joint_provider_3)) { $provider3 = $project->joint_provider_3; } @endphp
Joint Provider 3
@php $jp3_contacts_arr = []; $jp3_contact_projects = $project->jp_contacts_3; if (!empty($jp3_contact_projects)) { foreach ($jp3_contact_projects as $jp_contact) { $jp3_contacts_arr[] = $jp_contact->id; } } @endphp
@include('backend.project.items.edit-jp-contacts-3-main')
JP CR Code 3
@include('backend.project.items.edit-ep-contact')
Collaborating Organization
is_collaborating_org == 1) checked @endif class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer" id="is_collaborating_org_yes" name="is_collaborating_org">
is_collaborating_org == 0) checked @endif>
Collaborating Organization Name
@php $target_audience = []; if (!empty($project->audience_types)) { foreach ($project->audience_types as $data) { array_push($target_audience, $data->audience_type); } } @endphp
Target Audience
@if (!empty($audience_types)) @foreach ($audience_types as $audience_type)
audience_type, $target_audience)) checked @endif value="{{ $audience_type->id }}" class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer" id="{{ $audience_type->audience_type }}" name="target_audience[]">
@endforeach @endif
@php $accreditation_type = []; if (!empty($project->accreditation_types)) { foreach ($project->accreditation_types as $data) { array_push($accreditation_type, $data->credit_code); } } @endphp
Accreditation Type
@foreach ($credit_types as $credit_type) {{ $credit_type->credit_code }}
@endforeach
MLI
@foreach ($credit_types as $credit_type)
@if (!empty($accreditation_type) && in_array($credit_type->credit_code, $accreditation_type))
{{ $credit_type->credit_code }}
@endif
@if (!empty($accreditation_type) && in_array($credit_type->credit_code, $accreditation_type))
@if (!empty($credit_type->level)) accreditation_types->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first() )) value="{{ $credit_type->accreditation_types->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first()->level_data }}" @endif> @endif
@endif
@if (!empty($accreditation_type) && in_array($credit_type->credit_code, $accreditation_type))
@php $credit_cri_arr = null; if (!empty($credit_type->criteria)) { $credit_cri_arr = json_decode($credit_type->criteria); } $criteria_array = null; if ( !empty( $credit_type->accreditation_types ->where('credit_type_id', $credit_type->id) ->where('project_id', $project->id) ->first() ) ) { $criteria_array = json_decode( $credit_type->accreditation_types ->where('credit_type_id', $credit_type->id) ->where('project_id', $project->id) ->first()->criteria, ); } @endphp @foreach ($criteria_list as $key => $criteria) @if (!empty($credit_cri_arr) && in_array($key, $credit_cri_arr))
@endif @endforeach
@endif
@if (!empty($accreditation_type) && in_array($credit_type->credit_code, $accreditation_type))
@if (!empty($credit_type->has_pharmacology_amount) && $credit_type->has_pharmacology_amount == 1) accreditation_types->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first() )) value="{{ $credit_type->accreditation_types->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first()->pharmacology_amount }}" @endif> @endif
@endif
@if (!empty($accreditation_type) && in_array($credit_type->credit_code, $accreditation_type))
@else @endif @endforeach
@php $accreditation_types_non_mli = []; if (!empty($project->accreditation_types_non_mli)) { foreach ($project->accreditation_types_non_mli as $data) { array_push($accreditation_types_non_mli, $data->credit_code); } } @endphp
Non-MLI
@foreach ($credit_types as $credit_type)
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli))
{{ $credit_type->credit_code }}
@endif
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli))
@if (!empty($credit_type->level)) accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first() )) value="{{ $credit_type->accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first()->level_data }}" @endif> @endif
@endif
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli))
@php $credit_cri_arr = null; if (!empty($credit_type->criteria)) { $credit_cri_arr = json_decode($credit_type->criteria); } $criteria_array = null; if ( !empty( $credit_type->accreditation_types_non_mli ->where('credit_type_id', $credit_type->id) ->where('project_id', $project->id) ->first() ) ) { $criteria_array = json_decode( $credit_type->accreditation_types_non_mli ->where('credit_type_id', $credit_type->id) ->where('project_id', $project->id) ->first()->criteria, ); } @endphp @foreach ($criteria_list as $key => $criteria) @if (!empty($credit_cri_arr) && in_array($key, $credit_cri_arr))
@endif @endforeach
@endif
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli))
@if (!empty($credit_type->has_pharmacology_amount) && $credit_type->has_pharmacology_amount == 1) accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first() )) value="{{ $credit_type->accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first()->pharmacology_amount }}" @endif> @endif
@endif
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli)) accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first() )) value="{{ $credit_type->accreditation_types_non_mli->where('credit_type_id', $credit_type->id)->where('project_id', $project->id)->first()->accreditor }}" @endif> @endif
@if (!empty($accreditation_types_non_mli) && in_array($credit_type->credit_code, $accreditation_types_non_mli))
@else @endif @endforeach
MOC/CC
moc == 1) checked @endif>
moc == 0) checked @endif>
@php $moc_boards_data = []; if (!empty($project->moc_boards)) { foreach ($project->moc_boards as $data) { array_push($moc_boards_data, $data->board_code); } } @endphp
MOC/CC Boards
@foreach ($moc_boards as $moc_board)
board_code, $moc_boards_data)) checked @endif class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer" @change="loadMOCBoardWiseData($event, {{ $moc_board->id }})">
@endforeach
@php $moc_credit_types_data = []; if (!empty($project->moc_credit_types)) { foreach ($project->moc_credit_types as $data) { array_push($moc_credit_types_data, $data->credit_type); } } $moc_practices_data = []; if (!empty($project->moc_practices)) { foreach ($project->moc_practices as $data) { array_push($moc_practices_data, $data->practice_areas); } } @endphp @if (!empty($project->moc_boards)) @foreach ($project->moc_boards as $moc_board)
{{ $moc_board->board_code }}
@if (!empty($moc_board->moc_credit_type)) @foreach ($moc_board->moc_credit_type as $moc_credit_type)
credit_type, $moc_credit_types_data)) checked @endif class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer">
@endforeach @endif
@if (!empty($moc_board->moc_practice)) @foreach ($moc_board->moc_practice as $moc_practice)
practice_areas, $moc_practices_data)) checked @endif value="{{ $moc_practice->id }}" id="{{ $moc_practice->id }}" class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer">
@endforeach @endif
@endforeach @endif
ILNA Coding
has_ilna == 1) checked @endif>
has_ilna == 0) checked @endif>
@php $ilna_items = json_decode($project->ilna_points); $ilna_arr = ((array) $ilna_items); @endphp
@if (count($ilna_codes)) @foreach ($ilna_codes as $ilna_code) @endforeach @endif
ILNA Subject Area Assigned Points
@if (isset($ilna_arr["$ilna_code->id"]->assigned_point)) @else @endif
Outcome Level
ol3_knowledge == 1) checked @endif>
ol4_competence == 1) checked @endif>
ol5_performance == 1) checked @endif>
ol6_patient_outcomes == 1) checked @endif>
ol7_community_health == 1) checked @endif>
ol7_community_health == 1) checked @endif>
@php $accreditation_type_4_ipce = ''; if (!empty($project->accreditation_type_4_ipce)) { $accreditation_type_4_ipce = $project->accreditation_type_4_ipce; } @endphp
Accreditation
Description
TA keywords
State the professional practice gap(s) of your learners on which the activity was based (maximum 100 words). [JAC4]
State the educational need(s) that you determined to be the cause of the professional practice gap(s) (maximum 50 words each). [JAC4]
meta->knowledge_need)) checked @endif>
meta->skills_need)) checked @endif>
meta->performance_need)) checked @endif>
State what this CE activity was designed to change in terms of learner's skill/strategy or performance of the healthcare team or patient outcomes. (maximum 50 words). [JAC5]
Learning objectives / outcomes
Explain how you ensured the activity was generated around valid content. (maximum 50 words). [JAC6]
Explain how the activity promotes active learning for the healthcare team that is consistent with the activity’s desired results (maximum 50 words) [JAC7]
Describe one or two ancillary support tools or strategies you envision making available to learners in this activity for the purpose of sustaining changes advocated in this activity: [e.g., algorithms, patient handouts, checklists, guides, etc [JAC9]
@php $barriers_strategies = json_decode($project->meta->barriers_strategies); @endphp
Identify barriers to change for the healthcare team members associated with this activity and strategies you plan to implement to remove, overcome or address those barriers to change [JAC10]
Other
Indicate the desirable attribute(s) of the healthcare team (i.e., competencies) this activity addresses. [JAC8]
Core Competencies for
@php $medicine_institutes = json_decode($project->meta->medicine_institutes); $collaborative_practices = json_decode($project->meta->collaborative_practices); $acgme_abms_competencies = json_decode($project->meta->acgme_abms_competencies); @endphp
Institute of Medicine Competencies
Interprofessional Collaborative Practice
ACGME/ABMS Competencies
@php $national_quality_strategy = json_decode($project->meta->national_quality_strategy); @endphp
National Quality Strategy
CAPE Competencies
@php $cape_competencies = json_decode($project->meta->cape_competencies); @endphp
Foundational Knowledge
knowledge) && in_array('Foundational Knowledge', $cape_competencies->knowledge)) checked @endif>
Essentials for Practice and Care
practice_and_care_essentials) && in_array('Patient-centered care', $cape_competencies->practice_and_care_essentials)) checked @endif>
practice_and_care_essentials) && in_array('Medication use systems management', $cape_competencies->practice_and_care_essentials)) checked @endif>
practice_and_care_essentials) && in_array('Health and wellness', $cape_competencies->practice_and_care_essentials)) checked @endif>
practice_and_care_essentials) && in_array('Population-based care', $cape_competencies->practice_and_care_essentials)) checked @endif>
Approach to Practice and Care
practice_and_care_approaches) && in_array('Problem-solving', $cape_competencies->practice_and_care_approaches)) checked @endif>
practice_and_care_approaches) && in_array('Educator', $cape_competencies->practice_and_care_approaches)) checked @endif>
practice_and_care_approaches) && in_array('Patient Advocacy', $cape_competencies->practice_and_care_approaches)) checked @endif>
practice_and_care_approaches) && in_array('Interprofessional collaboration', $cape_competencies->practice_and_care_approaches)) checked @endif>
practice_and_care_approaches) && in_array('Cultural Sensitivity', $cape_competencies->practice_and_care_approaches)) checked @endif>
practice_and_care_approaches) && in_array('Communication', $cape_competencies->practice_and_care_approaches)) checked @endif>
Personal and Profesional Development
personal_and_profesional_development) && in_array('Self-awareness', $cape_competencies->personal_and_profesional_development)) checked @endif>
personal_and_profesional_development) && in_array('Leadership', $cape_competencies->personal_and_profesional_development)) checked @endif>
personal_and_profesional_development) && in_array('Innovataion and Entrepreneurship', $cape_competencies->personal_and_profesional_development)) checked @endif>
personal_and_profesional_development) && in_array('Professionalism', $cape_competencies->personal_and_profesional_development)) checked @endif>
Other Competency(ies)(specify)
Outcomes Data Received Date
@include('backend.share.update-button', ['name' => 'Update'])