lock_Maintenance/pages/Message/Policy.vue
2024-08-29 15:19:18 +08:00

35 lines
1.4 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view>
<view class="policy">
<view class="title">
国家卫生健康委办公厅关于印发卫生服务中心多镇卫生院中医馆服务能力建设标准的通知
</view>
<view class="time">2023-08-08</view>
<view class="content">
2022年3月国务院办公厅印发了十四五"中医药发展规划》(以下简称《规划》),《规划》中明确提出"鼓励有条件的地方完成15%的社区卫生服务中心和乡镇卫生院中医馆服务内涵建设;在10%的社区卫生服务站和村卫生室开展'中医阁'建设"为了贯彻落实国务院决策部署,深入实施基层中医药服务能力提升工程“十四五行动计划,更好地指导并推动有条件的地方建设一批具有示范引领作用的基层医疗卫生机构中医馆、中医阁,在前期相关标准试行基础上,国家卫生健康委和国家中医药局组织制定了《社区卫生服务中心乡镇卫生院中医馆服务能力提升建设标准》《社区卫生服务站村卫生室中医阁建设标准》。现印发给你们,供各地参照执行。
</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.policy{
.title{
margin: 20rpx;
font-weight: 600;
}
.time{
font-size: 25rpx;
font-weight: 200;
margin-left: 20rpx;
}
.content{
font-size: 28rpx;
font-weight: 200;
margin-left: 20rpx;
}
}
</style>