修改健康咨询和服务协议书
This commit is contained in:
parent
e450469daa
commit
79f384d73c
@ -132,9 +132,11 @@
|
||||
getHeathHousing() {
|
||||
getHeathHousingList(this.pageNum, this.pageSize, uni.getStorageSync('userinfo').cardNo).then(res => {
|
||||
if (res.rows) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
})
|
||||
if (uni.getStorageSync('region') != 1) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
})
|
||||
}
|
||||
}
|
||||
this.informationCategoryVOList = res.rows
|
||||
})
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<view class="title">
|
||||
{{item.informationTitle}}
|
||||
</view>
|
||||
<u-parse :html="item.informationContent"></u-parse>
|
||||
<u-parse class="text" :html="item.informationContent"></u-parse>
|
||||
<!-- <view class="text" v-html="item.informationContent">
|
||||
</view>-->
|
||||
</view>
|
||||
@ -50,6 +50,7 @@
|
||||
<style lang="scss">
|
||||
/deep/ .ptext {
|
||||
margin-top: 20rpx;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
/deep/ .ptext:nth-child(1) {
|
||||
@ -79,9 +80,7 @@
|
||||
}
|
||||
|
||||
.text {
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
padding: 20rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
@ -90,4 +89,4 @@
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@ -37,7 +37,7 @@
|
||||
}],
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
informationCategoryVOList: null,
|
||||
informationCategoryVOList: [],
|
||||
total: 0,
|
||||
scrollTop: 0,
|
||||
};
|
||||
@ -55,12 +55,14 @@
|
||||
})
|
||||
},
|
||||
getHeathHousing() {
|
||||
getHeathHousingList(this.pageNum, this.pageSize).then(res => {
|
||||
getHeathHousingList(this.pageNum, this.pageSize, uni.getStorageSync('userinfo').cardNo).then(res => {
|
||||
if (res.rows.length > 0) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
})
|
||||
this.informationCategoryVOList = res.rows
|
||||
if (uni.getStorageSync('region') != 1) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
})
|
||||
}
|
||||
this.informationCategoryVOList = [...this.informationCategoryVOList, ...res.rows]
|
||||
}
|
||||
this.total = res.total
|
||||
})
|
||||
@ -73,18 +75,12 @@
|
||||
onReachBottom() { //下滑加载
|
||||
if (this.informationCategoryVOList.length >= this.total) {} else {
|
||||
this.pageNum++
|
||||
getHeathHousingList(this.pageNum, this.pageSize).then(res => {
|
||||
if (res.rows) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
this.informationCategoryVOList.push(e)
|
||||
})
|
||||
}
|
||||
})
|
||||
this.getHeathHousing();
|
||||
}
|
||||
},
|
||||
onPullDownRefresh() { //下拉刷新
|
||||
this.pageNum = 1;
|
||||
this.informationCategoryVOList = []
|
||||
this.getHeathHousing();
|
||||
setTimeout(function() {
|
||||
uni.stopPullDownRefresh();
|
||||
|
||||
@ -6,7 +6,9 @@
|
||||
<view class="agreement-content-container">
|
||||
<view class="agreement-content_parta-box">
|
||||
<h4>甲方:</h4>
|
||||
<h4 class="box-line">{{list.signInfo.agencyOrgName}}</h4>
|
||||
<h4 class="box-line">
|
||||
{{list.signInfo.cityName}}{{list.signInfo.countyName}}{{list.signInfo.orgName}}
|
||||
</h4>
|
||||
</view>
|
||||
<view class="agreement-content_parta-box">
|
||||
<h4>乙方:</h4>
|
||||
@ -16,33 +18,59 @@
|
||||
<view class="itemdata">
|
||||
<uni-table border stripe emptyText="暂无更多数据">
|
||||
<uni-tr>
|
||||
<uni-th>姓名</uni-th>
|
||||
<uni-th>家庭成员</uni-th>
|
||||
<uni-th>性别</uni-th>
|
||||
<uni-th>年龄</uni-th>
|
||||
<uni-th>身份证号</uni-th>
|
||||
<uni-th>现住址</uni-th>
|
||||
<uni-th>社会保障号</uni-th>
|
||||
<uni-th>关爱等级</uni-th>
|
||||
<uni-th>手机号码</uni-th>
|
||||
<uni-th>选择签约基础服务包 </uni-th>
|
||||
<uni-th>选择签约个性服务包</uni-th>
|
||||
<!-- <uni-th>选择签约基础服务包 </uni-th>
|
||||
<uni-th>选择签约个性服务包</uni-th> -->
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>{{list.signInfo.residentName?list.signInfo.residentName:''}}</uni-td>
|
||||
<uni-td>{{list.signInfo.gender === '1' ? '男' : '女'}}</uni-td>
|
||||
<uni-td>{{list.signInfo.age?list.signInfo.age:''}}</uni-td>
|
||||
<uni-td>{{list.signInfo.identity?list.signInfo.identity:''}}</uni-td>
|
||||
<uni-td>{{list.signInfo.address?list.signInfo.address:''}}</uni-td>
|
||||
<uni-td>{{list.signInfo.medicare?list.signInfo.medicare:''}}</uni-td>
|
||||
<uni-td></uni-td>
|
||||
<uni-td>{{list.signInfo.phone?list.signInfo.phone:''}}</uni-td>
|
||||
<uni-td>{{list.basePackagesName?list.basePackagesName:''}} </uni-td>
|
||||
<uni-td>{{list.specialPackagesName?list.specialPackagesName:""}}</uni-td>
|
||||
<!-- <uni-td>{{list.basePackagesName?list.basePackagesName:''}} </uni-td>
|
||||
<uni-td>{{list.specialPackagesName?list.specialPackagesName:""}}</uni-td> -->
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
<uni-table border stripe emptyText="">
|
||||
<uni-tr>
|
||||
<uni-th></uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>家庭住址:{{list.signInfo.address?list.signInfo.address:''}}</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
<uni-table border stripe emptyText="">
|
||||
<uni-tr>
|
||||
<uni-th></uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>
|
||||
<u-radio-group v-model="radiovalue">
|
||||
<u-radio name="接受上门服务" :disabled='true'>
|
||||
接受上门服务
|
||||
</u-radio>
|
||||
<u-radio name="拒绝上门服务" :disabled='true'>
|
||||
拒绝上门服务
|
||||
</u-radio>
|
||||
</u-radio-group>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
||||
<view>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>甲乙双方本着平等、尊重和自愿的原则,签订此协议,接受以下条款的约定</p>
|
||||
<p style='padding: 30rpx 0;line-height: 46rpx;'>甲乙双方共同确定
|
||||
<text class="box-line">{{list.signInfo.teamName}}</text>为乙方的家庭医生服务团队
|
||||
<text class="">{{list.signInfo.teamName}}</text>为乙方的家庭医生服务团队
|
||||
</p>
|
||||
<scroll-view class="scroll-view" scroll-x="true">
|
||||
<view class="itemdata">
|
||||
@ -77,28 +105,51 @@
|
||||
</uni-table>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<u-parse style="margin-top: 30rpx;" :html="list.protocolContent.content"></u-parse>
|
||||
<!-- <u-parse style="margin-top: 30rpx;" :html="list.protocolContent.content"></u-parse> -->
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>一、甲方职责</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
(一)为乙方{{list.signInfo.residentName?list.signInfo.residentName:''}}提供以下个性化签约服务</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1.在基本公共卫生服务基础上,根据乙方需求,制定健康管理方案,提供个性化服务建议、中医药专项补充服务建议等。
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.与甲方沟通共同确定签约服务内容、时间和频次。具体内容附后。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.根据协议内容履行签约服务。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(二)为乙方家庭成员共同提供以下服务:</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1.向老年人子女推送健康体检报告和健康状况变化情况。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.…</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>二、乙方职责</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(一)提供健康相关信息</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
乙方及家庭成员主动配合甲方开展以上服务,将身体健康情况、变化情况及时告知家庭医生,并保证信息资料的真实合法性。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(二)预约协商上门服务和非工作时间提供服务</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>如需甲方上门服务时,乙方应提前与甲方预约或沟通,商定服务形式和时间。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(三)执行甲方提供的疾病防治方案</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>积极配合并参与甲方开展的疾病防治相关活动,认真执行甲方提供的疾病防控措施。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(四)承担违约后果</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
1.乙方隐瞒病史或提供虚假资料、不执行甲方提供的诊疗方案等非甲方导致的不利因素,影响诊疗效果,后果由乙方承担。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
2.乙方有就医需求(非紧急状态)时,应首先联系甲方,因个人原因未经甲方转诊,影响就医费用结算或造成其他不良后果的,由乙方承担责任。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(五)反馈甲方服务情况</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>乙方如对团队成员服务不满意,可向甲方投诉,乃至更换签约医生。</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>三、服务收费</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1. 根据自愿选择的原则,乙方选择<text
|
||||
class="box-line">{{list.basePackagesName?list.basePackagesName:''}}{{list.specialPackagesName?','+list.specialPackagesName:''}}</text>由甲方提供相应服务,服务费为<text
|
||||
class="box-line">{{list.packSignCost}}</text>元/年</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
1. 乙方按照自愿原则选择<text class="">
|
||||
{{list.basePackagesName?list.basePackagesName:''}}{{list.specialPackagesName?','+list.specialPackagesName:''}}服务,
|
||||
</text>由甲方提供相应服务,服务费为<text class="">{{list.packSignCost}}</text>元/年</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.服务过程中,根据医生判断及患者临时需求增加的服务内容,按照国家相关规定和当地物价部门规定收费。
|
||||
</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.乙方应于<text
|
||||
class="box-line">{{list.signInfo.signTime}}</text>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.乙方应于<text class="">{{list.signInfo.signTime}}</text>
|
||||
前将签约服务费缴纳至甲方机构指定科室,不得由签约团队成员代收。
|
||||
</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>四、其他约定服务:<text class="box-line">{{' '}}</text></h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
五、保密条款:签约居民授权其所签约的家庭医生及其团队成员可调阅其电子健康档案和在其他医疗机构的诊疗记录信息。甲方有义务对签约居民的电子健康档案和在其他医疗机构的诊
|
||||
疗记录信息予以保密。除法律法规规定外,未经签约居民允许,不得泄露给第三方。
|
||||
四、保密条款:签约居民授权其所签约的家庭医生及其团队成员可调阅其电子健康档案和在其他医疗机构的诊疗记录信息。甲方有义务对签约居民的电子健康档案和在其他医疗机构的诊疗记录信息予以保密。除法律法规规定外,未经签约居民允许,不得泄露给第三方。
|
||||
</h4>
|
||||
<h4 style='padding-top:30rpx;font-weight: 600;'>六、本协议未尽事宜,经双方协商一致,签订补充协议,补充协议具有同等效力。</h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
七、本协议解释权归甲方。协议一式两份,甲、乙双方各执一份,自双方签字之日起生效,
|
||||
<text
|
||||
class="box-line">{{list.signInfo.signTime}}{{' —— '}}{{list.signInfo.signDeadline}}</text>有效期<text
|
||||
class="box-line">{{list.signYears}}</text>年
|
||||
五、本协议未尽事宜,经双方协商一致,签订补充协议,补充协议具有同等效力。
|
||||
</h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
六、本协议解释权归甲方。协议一式两份,甲、乙双方各执一份,自双方签字之日起生效,
|
||||
有效期<text class="">{{list.signYears}}</text>年,
|
||||
<text class="">{{list.signInfo.signTime}}{{' —— '}}{{list.signInfo.signDeadline}}。</text>
|
||||
</h4>
|
||||
</view>
|
||||
</view>
|
||||
@ -112,9 +163,18 @@
|
||||
<image :src="list.residentBase64" mode="widthFix" style="width: 180rpx; height: 180rpx;"></image>
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
<view class="textparta">机构公章</view>
|
||||
<view class="textparta">(单位盖章)</view>
|
||||
<image :src="list.orgBase64" mode="widthFix" style="width: 180rpx; height: 180rpx;"></image>
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
<view class="textparta">{{list.signInfo.signTime}}</view>
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
<view class="textparta">{{list.signInfo.signTime}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <u-mask :show="signatureshow" @click="signatureshow = false">
|
||||
<view style="position:absolute;bottom:0;height:900rpx;width:100%;background-color: #fff;"
|
||||
@ -139,6 +199,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
radiovalue: '',
|
||||
signatureshow: false,
|
||||
list: null,
|
||||
fabContent: [{
|
||||
@ -252,13 +313,6 @@
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.box-line {
|
||||
display: inline-block;
|
||||
padding: 0 20rpx;
|
||||
text-align: center;
|
||||
border-bottom: 1px #808080 solid;
|
||||
}
|
||||
|
||||
.agreement-execute_container-img {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@ -279,4 +333,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-line {
|
||||
display: inline-block;
|
||||
padding: 0 20rpx;
|
||||
text-align: center;
|
||||
border-bottom: 1px #808080 solid;
|
||||
}
|
||||
</style>
|
||||
@ -11,8 +11,8 @@
|
||||
</view>
|
||||
<view class="" style="height: 2rpx;width: 100%;background-color: #f6f6f6;">
|
||||
</view>
|
||||
<video v-if="videoId" id="myVideo" @timeupdate="videoFun" :src="messageNo" :initial-time="initial_time"
|
||||
@ended='ended' />
|
||||
<video v-if="videoId&&videoId!='null'" id="myVideo" @timeupdate="videoFun" :src="messageNo"
|
||||
:initial-time="initial_time" @ended='ended' />
|
||||
<view class="text">
|
||||
<text>{{currentItem.content}}</text>
|
||||
</view>
|
||||
@ -53,7 +53,7 @@
|
||||
if (options.actId) {
|
||||
this.actId = options.actId
|
||||
this.videoId = options.videoId
|
||||
if (!this.videoId) {
|
||||
if ((!this.videoId || this.videoId == 'null') && (this.actId && this.actId != 'null')) {
|
||||
setTimeout(() => {
|
||||
this.ended();
|
||||
}, 5000)
|
||||
@ -72,9 +72,9 @@
|
||||
})
|
||||
},
|
||||
videoFun(e) {
|
||||
let that = this;
|
||||
var isReady = 1; // 是否开启可以视频快进 1 禁止开启
|
||||
//跳转到指定播放位置 initial-time 时间为秒
|
||||
let that = this;
|
||||
//播放的总时长
|
||||
var duration = e.detail.duration
|
||||
//实时播放进度 秒数
|
||||
|
||||
@ -6,7 +6,9 @@
|
||||
<view class="agreement-content-container">
|
||||
<view class="agreement-content_parta-box">
|
||||
<h4>甲方:</h4>
|
||||
<h4 class="box-line">{{list.orgName}}</h4>
|
||||
<h4 class="box-line">
|
||||
{{list.cityName}}{{list.countyName}}{{list.orgName}}
|
||||
</h4>
|
||||
</view>
|
||||
<view class="agreement-content_parta-box">
|
||||
<h4>乙方:</h4>
|
||||
@ -16,24 +18,51 @@
|
||||
<view class="itemdata">
|
||||
<uni-table border stripe emptyText="暂无更多数据">
|
||||
<uni-tr>
|
||||
<uni-th>姓名</uni-th>
|
||||
<uni-th>家庭成员</uni-th>
|
||||
<uni-th>性别</uni-th>
|
||||
<uni-th>年龄</uni-th>
|
||||
<uni-th>身份证号</uni-th>
|
||||
<uni-th>现住址</uni-th>
|
||||
<uni-th>社会保障号</uni-th>
|
||||
<uni-th>关爱等级</uni-th>
|
||||
<uni-th>手机号码</uni-th>
|
||||
<uni-th>选择签约基础服务包 </uni-th>
|
||||
<uni-th>选择签约个性服务包</uni-th>
|
||||
<!-- <uni-th>选择签约基础服务包 </uni-th>
|
||||
<uni-th>选择签约个性服务包</uni-th> -->
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>{{list.residentName}}</uni-td>
|
||||
<uni-td>{{Number(list.gender) === 1? '男' : '女'}}</uni-td>
|
||||
<uni-td>{{list.age?list.age:''}}</uni-td>
|
||||
<uni-td>{{list.identity?list.identity:''}}</uni-td>
|
||||
<uni-td>{{list.address?list.address:''}}</uni-td>
|
||||
<uni-td>{{list.medicare?list.medicare:''}}</uni-td>
|
||||
<uni-td></uni-td>
|
||||
<uni-td>{{list.phone?list.phone:''}}</uni-td>
|
||||
<uni-td>{{list.BasePackage?list.BasePackage:''}} </uni-td>
|
||||
<uni-td>{{list.PersonalityPack?list.PersonalityPack:''}}</uni-td>
|
||||
<!-- <uni-td>{{list.BasePackage?list.BasePackage:''}} </uni-td>
|
||||
<uni-td>{{list.PersonalityPack?list.PersonalityPack:''}}</uni-td> -->
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
<uni-table border stripe emptyText="">
|
||||
<uni-tr>
|
||||
<uni-th></uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>家庭住址:{{list.signInfo.address?list.signInfo.address:''}}</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
<uni-table border stripe emptyText="">
|
||||
<uni-tr>
|
||||
<uni-th></uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>
|
||||
<u-radio-group v-model="radiovalue">
|
||||
<u-radio name="接受上门服务" :disabled='true'>
|
||||
接受上门服务
|
||||
</u-radio>
|
||||
<u-radio name="拒绝上门服务" :disabled='true'>
|
||||
拒绝上门服务
|
||||
</u-radio>
|
||||
</u-radio-group>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
@ -41,7 +70,7 @@
|
||||
<view>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>甲乙双方本着平等、尊重和自愿的原则,签订此协议,接受以下条款的约定</p>
|
||||
<p style='padding: 30rpx 0;line-height: 46rpx;'>甲乙双方共同确定
|
||||
<text class="box-line">{{list.teamName}}</text>为乙方的家庭医生服务团队
|
||||
<text class="">{{list.teamName}}</text>为乙方的家庭医生服务团队
|
||||
</p>
|
||||
<scroll-view class="scroll-view" scroll-x="true">
|
||||
<view class="itemdata">
|
||||
@ -76,26 +105,49 @@
|
||||
</uni-table>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<u-parse style="margin-top: 30rpx;" :html="content"></u-parse>
|
||||
<!-- <u-parse style="margin-top: 30rpx;" :html="content"></u-parse> -->
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>一、甲方职责</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
(一)为乙方{{list.residentName?list.residentName:''}}提供以下个性化签约服务</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1.在基本公共卫生服务基础上,根据乙方需求,制定健康管理方案,提供个性化服务建议、中医药专项补充服务建议等。
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.与甲方沟通共同确定签约服务内容、时间和频次。具体内容附后。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.根据协议内容履行签约服务。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(二)为乙方家庭成员共同提供以下服务:</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1.向老年人子女推送健康体检报告和健康状况变化情况。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.…</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>二、乙方职责</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(一)提供健康相关信息</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
乙方及家庭成员主动配合甲方开展以上服务,将身体健康情况、变化情况及时告知家庭医生,并保证信息资料的真实合法性。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(二)预约协商上门服务和非工作时间提供服务</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>如需甲方上门服务时,乙方应提前与甲方预约或沟通,商定服务形式和时间。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(三)执行甲方提供的疾病防治方案</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>积极配合并参与甲方开展的疾病防治相关活动,认真执行甲方提供的疾病防控措施。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(四)承担违约后果</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
1.乙方隐瞒病史或提供虚假资料、不执行甲方提供的诊疗方案等非甲方导致的不利因素,影响诊疗效果,后果由乙方承担。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>
|
||||
2.乙方有就医需求(非紧急状态)时,应首先联系甲方,因个人原因未经甲方转诊,影响就医费用结算或造成其他不良后果的,由乙方承担责任。</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>(五)反馈甲方服务情况</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>乙方如对团队成员服务不满意,可向甲方投诉,乃至更换签约医生。</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>三、服务收费</h4>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>1. 根据自愿选择的原则,乙方选择<text
|
||||
class="box-line">{{list.BasePackage?list.BasePackage:''}}{{list.PersonalityPack?list.PersonalityPack:''}}</text>由甲方提供相应服务,服务费为<text
|
||||
class="box-line">{{list.packSignCost}}</text>元/年</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'> 1. 乙方按照自愿原则选择<text
|
||||
class="">{{list.BasePackage?list.BasePackage:''}}{{list.PersonalityPack?list.PersonalityPack:''}}服务,</text>由甲方提供相应服务,服务费为<text
|
||||
class="">{{list.packSignCost}}</text>元/年</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>2.服务过程中,根据医生判断及患者临时需求增加的服务内容,按照国家相关规定和当地物价部门规定收费。
|
||||
</p>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.乙方应于<text class="box-line">{{list.signTime}}</text>
|
||||
<p style='padding-top: 30rpx;line-height: 46rpx;'>3.乙方应于<text class="">{{list.signTime}}</text>
|
||||
前将签约服务费缴纳至甲方机构指定科室,不得由签约团队成员代收。
|
||||
</p>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>四、其他约定服务:<text class="box-line">{{' '}}</text></h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
五、保密条款:签约居民授权其所签约的家庭医生及其团队成员可调阅其电子健康档案和在其他医疗机构的诊疗记录信息。甲方有义务对签约居民的电子健康档案和在其他医疗机构的诊
|
||||
疗记录信息予以保密。除法律法规规定外,未经签约居民允许,不得泄露给第三方。
|
||||
四、保密条款:签约居民授权其所签约的家庭医生及其团队成员可调阅其电子健康档案和在其他医疗机构的诊疗记录信息。甲方有义务对签约居民的电子健康档案和在其他医疗机构的诊疗记录信息予以保密。除法律法规规定外,未经签约居民允许,不得泄露给第三方。
|
||||
</h4>
|
||||
<h4 style='padding-top:30rpx;font-weight: 600;'>六、本协议未尽事宜,经双方协商一致,签订补充协议,补充协议具有同等效力。</h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
七、本协议解释权归甲方。协议一式两份,甲、乙双方各执一份,自双方签字之日起生效,
|
||||
<text class="box-line">{{list.signTime}}{{' —— '}}{{list.signDeadline}}</text>有效期<text
|
||||
class="box-line">{{list.signYears}}</text>年
|
||||
五、本协议未尽事宜,经双方协商一致,签订补充协议,补充协议具有同等效力。
|
||||
</h4>
|
||||
<h4 style='padding-top: 30rpx;font-weight: 600;'>
|
||||
六、本协议解释权归甲方。协议一式两份,甲、乙双方各执一份,自双方签字之日起生效,有效期<text class="">{{list.signYears}}</text>年,
|
||||
<text class="">自{{list.signTime}}{{' —— '}}{{list.signDeadline}}</text>
|
||||
</h4>
|
||||
</view>
|
||||
</view>
|
||||
@ -112,6 +164,15 @@
|
||||
<view class="textparta">机构公章</view>
|
||||
<image :src="orgBase64" mode="widthFix" style="width: 180rpx; height: 180rpx;"></image>
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
<view class="textparta">{{list.signTime}}</view>
|
||||
</view>
|
||||
<view class="parta-execute_box">
|
||||
<view class="textparta">{{list.signTime}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-mask :show="signatureshow" @click="signatureshow = false">
|
||||
<view style="position:absolute;bottom:0;height:900rpx;width:100%;background-color: #fff;"
|
||||
@ -141,6 +202,7 @@
|
||||
props: ["list"],
|
||||
data() {
|
||||
return {
|
||||
radiovalue: '',
|
||||
content: '',
|
||||
orgBase64: '',
|
||||
doctorBase64: '',
|
||||
@ -161,7 +223,7 @@
|
||||
},
|
||||
created() {
|
||||
getContent(this.list.userNo).then(res => {
|
||||
this.content = res.data.content
|
||||
// this.content = res.data.content
|
||||
this.orgBase64 = res.data.orgBase64
|
||||
this.doctorBase64 = res.data.doctorBase64
|
||||
})
|
||||
@ -246,10 +308,8 @@
|
||||
|
||||
.itemdata {
|
||||
width: 105%;
|
||||
|
||||
display: inline-block; //子元素
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user